CVSUtils
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
use constant NAME => 'CVSUtils';
use constant VERSION_FROM => catfile (qw( lib CVX Utils.pm ));
use constant AUTHOR => 'Martyn J. Pearce fluffy@cpan.org';
use constant ABSTRACT => 'Utils for working with CVS';
use constant DEPENDS => [
{
target => 'cvs2cl.pl',
reqs => [catfile(qw( bin cvs2cl ))],
rules => ['$(PERL) make-cvs2cl.pl $< > $@',
'$(PERL) -e "chmod 0755, @ARGV" $@',
],
},
{ target => 'test-pl',
env => { CVS2CL =>
'$(shell pwd)/cvs2cl.pl' },
reqs => [qw( cvs2cl.pl test )],
rules => [],
}
# NEED TO GENERATE
( run in 0.271 second using v1.01-cache-2.11-cpan-496ff517765 )