Change 13035 by jhi@alpha on 2001/11/16 03:30:38
$VERSION "a5" doesn't quite work.
Affected files ...
.... //depot/perl/ext/B/Makefile.PL#17 edit
Differences ...
==== //depot/perl/ext/B/Makefile.PL#17 (text) ====
Index: perl/ext/B/Makefile.PL
--- perl/ext/B/Makefile.PL.~1~ Thu Nov 15 20:45:06 2001
+++ perl/ext/B/Makefile.PL Thu Nov 15 20:45:06 2001
@@ -16,7 +16,7 @@
WriteMakefile(
NAME => "B",
- VERSION => "a5",
+ VERSION => "1.00",
PL_FILES => { 'defsubs_h.PL' => 'defsubs.h' },
MAN3PODS => {},
clean => {
End of Patch.