This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aae53c4
)
Bump version number
author
Nicholas Clark
<nick@ccl4.org>
Thu, 18 Nov 2004 23:32:20 +0000
(23:32 +0000)
committer
Nicholas Clark
<nick@ccl4.org>
Thu, 18 Nov 2004 23:32:20 +0000
(23:32 +0000)
p4raw-id: //depot/perl@23517
lib/ExtUtils/Constant.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/ExtUtils/Constant.pm
b/lib/ExtUtils/Constant.pm
index
9bbebaa
..
ab18c72
100644
(file)
--- a/
lib/ExtUtils/Constant.pm
+++ b/
lib/ExtUtils/Constant.pm
@@
-1,6
+1,6
@@
package ExtUtils::Constant;
use vars qw (@ISA $VERSION %XS_Constant %XS_TypeSet @EXPORT_OK %EXPORT_TAGS);
-$VERSION =
'0.14'
;
+$VERSION =
0.14_01
;
=head1 NAME