Alt-App-makepatch

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

use File::Basename;
use File::Spec;
use Config;

use ExtUtils::MakeMaker;

# WriteMakefile parameter hash.
my %p = ( NAME => 'Alt::App::makepatch', VERSION => "2.05" );

# Extra info for newer versions.
if ( $[ >= 5.005 ) {
    $p{AUTHOR} = 'Johan Vromans (jvromans@squirrel.nl)';
    $p{ABSTRACT} = 'patchkit generate and apply tool';
}

# Scripts.
my @scripts = qw (makepatch applypatch);

my $usrbin = "/usr/bin";
my $installscript = $Config{installscript};



( run in 0.297 second using v1.01-cache-2.11-cpan-b61123c0432 )