diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-08-16 16:47:38 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-08-21 16:51:14 -0700 |
commit | 4de11f42927eb30078d1fff64267e8d0b12d0fa3 (patch) | |
tree | 6bc683ba5b3cbf57b7365eb2006d4d34e3aeabf4 | |
parent | 7261499db89d7afd6c64079406dc32f10acfe512 (diff) | |
download | perl-4de11f42927eb30078d1fff64267e8d0b12d0fa3.tar.gz |
Increase $B::Xref::VERSION from 1.03 to 1.04
-rw-r--r-- | ext/B/B/Xref.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/B/B/Xref.pm b/ext/B/B/Xref.pm index 910a5d475b..3a44454857 100644 --- a/ext/B/B/Xref.pm +++ b/ext/B/B/Xref.pm @@ -1,6 +1,6 @@ package B::Xref; -our $VERSION = '1.03'; +our $VERSION = '1.04'; =head1 NAME |