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
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Increment the version number of B, due to the incompatible
[perl5.git]
/
ext
/
B
/
B.pm
diff --git
a/ext/B/B.pm
b/ext/B/B.pm
index
1d31369
..
68600a7
100644
(file)
--- a/
ext/B/B.pm
+++ b/
ext/B/B.pm
@@
-7,7
+7,7
@@
#
package B;
-our $VERSION = '1.0
4
';
+our $VERSION = '1.0
5
';
use XSLoader ();
require Exporter;