bunch of doc fixes
[gitmo/Class-MOP.git] / Build.PL
deleted file mode 100644 (file)
index 8ea0a8ebb2163513c9bc9f901e892a4222e4f444..0000000000000000000000000000000000000000
--- a/Build.PL
+++ /dev/null
@@ -1,28 +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',
-        'B'            => '0',
-    },
-    optional => {},
-    build_requires => {
-        'Test::More'      => '0.62',
-        '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;
-
new file mode 120000 (symlink)
index 0000000000000000000000000000000000000000..3931e8a20613812bbd0fe38412c5eaef727f171e
--- /dev/null
+++ b/Build.PL
@@ -0,0 +1 @@
+Makefile.PL
\ No newline at end of file