projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8922e43
)
Increase $B::VERSION to 1.44
author
Father Chrysostomos
<sprout@cpan.org>
Fri, 21 Jun 2013 19:38:27 +0000
(12:38 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Fri, 21 Jun 2013 19:38:52 +0000
(12:38 -0700)
ext/B/B.pm
patch
|
blob
|
history
diff --git
a/ext/B/B.pm
b/ext/B/B.pm
index
338a0fe
..
a998463
100644
(file)
--- a/
ext/B/B.pm
+++ b/
ext/B/B.pm
@@
-15,7
+15,7
@@
require Exporter;
# walkoptree comes from B.xs
BEGIN {
- $B::VERSION = '1.4
3
';
+ $B::VERSION = '1.4
4
';
@B::EXPORT_OK = ();
# Our BOOT code needs $VERSION set, and will append to @EXPORT_OK.