diff options
author | Father Chrysostomos <sprout@cpan.org> | 2010-11-14 13:31:29 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-11-14 16:44:35 -0800 |
commit | dd2637fb4f1ec3b64aa66be5b50af8823b480ce4 (patch) | |
tree | ee14b5834d5a70998891a27a0cae773a5cf5523f /ext | |
parent | 3486ec8401b619df2ab962eb55fa4480b26b8fbc (diff) | |
download | perl-dd2637fb4f1ec3b64aa66be5b50af8823b480ce4.tar.gz |
Increase B’s version
Diffstat (limited to 'ext')
-rw-r--r-- | ext/B/B.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/B/B.pm b/ext/B/B.pm index 773d9f189c..fead6a44eb 100644 --- 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.25'; + $B::VERSION = '1.26'; @B::EXPORT_OK = qw(minus_c ppname save_BEGINs class peekop cast_I32 cstring cchar hash threadsv_names |