Acme-POE-Tree
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
META_ADD => {
resources => {
license => 'http://dev.perl.org/licenses/',
repository => 'http://github.com/rcaputo/acme-poe-tree'
},
},
dist => {
COMPRESS => 'gzip -9f',
SUFFIX => 'gz',
PREOP => (
'git-log.pl | tee ./$(DISTNAME)-$(VERSION)/CHANGES > ./CHANGES ; ' .
'LANG=C perldoc lib/Acme/POE/Tree.pm | ' .
'tee ./$(DISTNAME)-$(VERSION)/README > README'
),
},
PREREQ_PM => {
'IO::Tty' => 1.07,
'Curses' => 1.15,
'POE' => 1.007,
},
);
( run in 1.046 second using v1.01-cache-2.11-cpan-49f99fa48dc )