diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-16 03:30:38 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-16 03:30:38 +0000 |
commit | 212c535a5149b8e2f51db0bc56d121117c0911aa (patch) | |
tree | 7c5e1fe7acd1af55a81a6c5326b7582750f1413e /ext | |
parent | 28b605d8910b6ca7063fcd3cd10e0b471b6b8c9b (diff) | |
download | perl-212c535a5149b8e2f51db0bc56d121117c0911aa.tar.gz |
$VERSION "a5" doesn't quite work.
p4raw-id: //depot/perl@13035
Diffstat (limited to 'ext')
-rw-r--r-- | ext/B/Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/B/Makefile.PL b/ext/B/Makefile.PL index dcf6a1db15..10e90b0f81 100644 --- a/ext/B/Makefile.PL +++ b/ext/B/Makefile.PL @@ -16,7 +16,7 @@ if ($^O eq 'MSWin32') { WriteMakefile( NAME => "B", - VERSION => "a5", + VERSION => "1.00", PL_FILES => { 'defsubs_h.PL' => 'defsubs.h' }, MAN3PODS => {}, clean => { |