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:
7a5eb04
)
Increase $B::VERSION to 1.38
author
Father Chrysostomos
<sprout@cpan.org>
Tue, 21 Aug 2012 23:51:48 +0000
(16:51 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Tue, 21 Aug 2012 23:51:48 +0000
(16:51 -0700)
ext/B/B.pm
patch
|
blob
|
history
diff --git
a/ext/B/B.pm
b/ext/B/B.pm
index
669a0f7
..
1274aaa
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.3
7
';
+ $B::VERSION = '1.3
8
';
@B::EXPORT_OK = ();
# Our BOOT code needs $VERSION set, and will append to @EXPORT_OK.