X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=3931e8a20613812bbd0fe38412c5eaef727f171e;hb=6d5cbd2b637d672d74ad86d5309580f142ee3439;hp=230f48b6914bdf41fe8e774c96b6f91a6d2b5438;hpb=d500266fbd574bc8202df459573f24afc18041c6;p=gitmo%2FMoose.git diff --git a/Build.PL b/Build.PL deleted file mode 100644 index 230f48b..0000000 --- a/Build.PL +++ /dev/null @@ -1,30 +0,0 @@ -use Module::Build; - -use strict; - -my $build = Module::Build->new( - module_name => 'Moose', - license => 'perl', - requires => { - 'Scalar::Util' => '1.18', - 'Carp' => '0', - 'Class::MOP' => '0.25', - 'Sub::Name' => '0.02', - 'UNIVERSAL::require' => '0', - 'Sub::Exporter' => '0', # update this when rjbs releases - }, - optional => { - }, - build_requires => { - 'Test::More' => '0.47', - 'Test::Exception' => '0.21', - }, - 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