ignore all the usual things (including MYMETA.*)
[p5sagit/Sub-Name.git] / Makefile.PL
index 5c8a75f..9699079 100644 (file)
@@ -1,5 +1,3 @@
-# $Id: Makefile.PL,v 1.1 2004/08/17 19:23:24 xmath Exp $
-
 use 5.006;
 use ExtUtils::MakeMaker;
 
@@ -9,3 +7,9 @@ WriteMakefile(
        ABSTRACT_FROM   => 'lib/Sub/Name.pm',
        AUTHOR          => 'Matthijs van Duin <xmath@cpan.org>'
 );
+
+package MY;
+sub depend { "
+README : \$(VERSION_FROM)
+       pod2text \$(VERSION_FROM) > README"
+}