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:
f244b08
)
bump B to 1.46
author
Tony Cook
<tony@develop-help.com>
Sun, 25 Aug 2013 23:03:56 +0000
(09:03 +1000)
committer
Tony Cook
<tony@develop-help.com>
Sun, 25 Aug 2013 23:03:56 +0000
(09:03 +1000)
ext/B/B.pm
patch
|
blob
|
history
diff --git
a/ext/B/B.pm
b/ext/B/B.pm
index
35b81cf
..
20794fa
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
5
';
+ $B::VERSION = '1.4
6
';
@B::EXPORT_OK = ();
# Our BOOT code needs $VERSION set, and will append to @EXPORT_OK.