X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=3931e8a20613812bbd0fe38412c5eaef727f171e;hb=fe2d5aba0346f1c98cf9887c3c0d3ea057e440b2;hp=8fdd7d879f31348978723e6604a0f03368376a99;hpb=d166ca1556fa04e7c25e7c3784e073b9f70f2086;p=gitmo%2FMoose.git diff --git a/Build.PL b/Build.PL deleted file mode 100644 index 8fdd7d8..0000000 --- a/Build.PL +++ /dev/null @@ -1,35 +0,0 @@ -use Module::Build; - -use strict; - -# Scalar::Util 1.18 doesn't work on Windows -my $win32 = !! ( $^O eq 'Win32' or $^O eq 'cygwin' ); - -my $build = Module::Build->new( - module_name => 'Moose', - license => 'perl', - requires => { - 'Scalar::Util' => $win32 ? '1.17' : '1.18', - 'Carp' => '0', - 'Class::MOP' => '0.37_002', - 'Sub::Name' => '0.02', - 'Sub::Exporter' => '0.954', - 'Sub::Install' => '0.92', - 'B' => '0', - }, - optional => { - }, - build_requires => { - 'Test::More' => '0.62', - 'Test::Exception' => '0.21', - 'Test::LongString' => '0', - }, - create_makefile_pl => 'traditional', - recursive_test_files => 1, - add_to_cleanup => [ - 'META.yml', '*.bak', '*.gz', 'Makefile.PL', - ], -); - -$build->create_build_script; - diff --git a/Build.PL b/Build.PL new file mode 120000 index 0000000..3931e8a --- /dev/null +++ b/Build.PL @@ -0,0 +1 @@ +Makefile.PL \ No newline at end of file