diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-04-06 20:11:52 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-04-06 20:11:52 +0000 |
commit | 4b65a9196162b345e7cbe8a43eca838c2e79e41b (patch) | |
tree | 4991882afc4678604942133800e05d40c06d294f /ext/B/B.pm | |
parent | 439cad7f0af0ff91bdf31605de1593fa2b4842c3 (diff) | |
download | perl-4b65a9196162b345e7cbe8a43eca838c2e79e41b.tar.gz |
Replace all remaining accesses to COP's cop_label with CopLABEL().
p4raw-id: //depot/perl@33653
Diffstat (limited to 'ext/B/B.pm')
-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 a212ae1a7d..5d491b4899 100644 --- a/ext/B/B.pm +++ b/ext/B/B.pm @@ -7,7 +7,7 @@ # package B; -our $VERSION = '1.19'; +our $VERSION = '1.20'; use XSLoader (); require Exporter; |