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:
2fbf56b
)
lib/Config/Extensions.pm: Bump version to .03
author
Karl Williamson
<khw@cpan.org>
Sun, 22 Jul 2018 15:44:24 +0000
(09:44 -0600)
committer
Karl Williamson
<khw@cpan.org>
Sun, 22 Jul 2018 15:48:47 +0000
(09:48 -0600)
lib/Config/Extensions.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Config/Extensions.pm
b/lib/Config/Extensions.pm
index
a0809cc
..
b92ebf8
100644
(file)
--- a/
lib/Config/Extensions.pm
+++ b/
lib/Config/Extensions.pm
@@
-4,7
+4,7
@@
our (%Extensions, $VERSION, @ISA, @EXPORT_OK);
use Config;
require Exporter;
-$VERSION = '0.0
2
';
+$VERSION = '0.0
3
';
@ISA = 'Exporter';
@EXPORT_OK = '%Extensions';