0.06 --
* Do not change the string arg in XS, use copy instead. Fixes perlcc -O3
RT#96893 (Reini Urban)
+ * add README make target
0.05 -- Wed Sep 8 00:51 CEST 2010
* Stop using the padlist to refcount GVs. Instead use regular magic. This
ABSTRACT_FROM => 'lib/Sub/Name.pm',
AUTHOR => 'Matthijs van Duin <xmath@cpan.org>'
);
+
+package MY;
+sub depend { "
+README : \$(VERSION_FROM)
+ pod2text \$(VERSION_FROM) > README"
+}
-Sub::Name 0.04
-
-To install this module type the following:
-
- perl Makefile.PL
- make
- make test
- make install
-
-
-Module documentation:
-
NAME
Sub::Name - (re)name a sub