Version 0.10.
[p5sagit/namespace-clean.git] / Makefile.PL
index 21b4579..03d359a 100644 (file)
@@ -12,7 +12,19 @@ all_from        q{lib/namespace/clean.pm};
 build_requires  q{Test::More},                  '0.62';
 build_requires  q{FindBin},                     0;
 
-requires        q{Filter::EOF},                 '0.02';
+requires        q{B::Hooks::EndOfScope},        '0.07';
 requires        q{Symbol},                      0;
 
+auto_provides;
+auto_install;
+
+if (-e 'MANIFEST.SKIP') {
+
+    print "Creating README file\n";
+    system 'pod2text lib/namespace/clean.pm > README';
+
+    print "Adding author tests to 'make test' run\n";
+    tests 't/*.t t_author/*.t';
+}
+
 WriteAll;