X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=3931e8a20613812bbd0fe38412c5eaef727f171e;hb=da34f0548381c10dba4299089c07ffe64a0706e1;hp=023fd21fb9523bc014315d22c37e58e9b1f072c0;hpb=aa448b163f4882fc3e4b92a1c1f22e3c9ad9f933;p=gitmo%2FClass-MOP.git diff --git a/Build.PL b/Build.PL deleted file mode 100644 index 023fd21..0000000 --- a/Build.PL +++ /dev/null @@ -1,31 +0,0 @@ -use Module::Build; - -use strict; - -my $build = Module::Build->new( - module_name => 'Class::MOP', - license => 'perl', - requires => { - 'Scalar::Util' => '1.18', - 'Sub::Name' => '0.02', - 'Carp' => '0.01', - 'B' => '1.09', - 'Clone' => '0.18', - 'SUPER' => '1.11', - }, - optional => { - }, - build_requires => { - 'Test::More' => '0.47', - 'Test::Exception' => '0.21', - 'File::Spec' => '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