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:
1225bc9
)
SelfLoader: Version bump to match CPAN release
author
Steffen Mueller
<smueller@cpan.org>
Mon, 19 Dec 2011 19:05:43 +0000
(20:05 +0100)
committer
Steffen Mueller
<smueller@cpan.org>
Mon, 19 Dec 2011 19:05:43 +0000
(20:05 +0100)
dist/SelfLoader/lib/SelfLoader.pm
patch
|
blob
|
blame
|
history
diff --git
a/dist/SelfLoader/lib/SelfLoader.pm
b/dist/SelfLoader/lib/SelfLoader.pm
index
a688899
..
03d4ce0
100644
(file)
--- a/
dist/SelfLoader/lib/SelfLoader.pm
+++ b/
dist/SelfLoader/lib/SelfLoader.pm
@@
-2,7
+2,7
@@
package SelfLoader;
use 5.008;
use strict;
use IO::Handle;
-our $VERSION = "1.
19
";
+our $VERSION = "1.
20
";
# The following bit of eval-magic is necessary to make this work on
# perls < 5.009005.