Codebase list libdevel-checkbin-perl / HEAD Makefile.PL
HEAD

Tree @HEAD (Download .tar.gz)

Makefile.PL @HEADraw · history · blame

# =========================================================================
# THIS FILE IS AUTOMATICALLY GENERATED BY MINILLA.
# DO NOT EDIT DIRECTLY.
# =========================================================================

use 5.006;
use strict;

use ExtUtils::MakeMaker 6.64;


my %WriteMakefileArgs = (
    NAME     => 'Devel::CheckBin',
    DISTNAME => 'Devel-CheckBin',
    VERSION  => '0.04',
    EXE_FILES => [glob('script/*'), glob('bin/*')],
    CONFIGURE_REQUIRES => {
  "ExtUtils::MakeMaker" => "6.64"
}
,
    BUILD_REQUIRES     => {}
,
    TEST_REQUIRES      => {
  "File::Temp" => 0,
  "Test::More" => "0.98"
}
,
    PREREQ_PM          => {
  "Exporter" => 0,
  "ExtUtils::MakeMaker" => "6.52",
  "parent" => 0,
  "perl" => "5.008001"
}
,
);

WriteMakefile(%WriteMakefileArgs);