From: Alexey Tourbin Date: Thu, 17 Mar 2005 19:02:38 +0000 (+0300) Subject: $B::Disassembler::VERSION X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cbf966efc99a2c4f5bca154fea9fa6b35e220766;p=p5sagit%2Fp5-mst-13.2.git $B::Disassembler::VERSION Message-ID: <20050317160238.GN5825@solemn.turbinal.org> p4raw-id: //depot/perl@24040 --- diff --git a/ext/B/B/Disassembler.pm b/ext/B/B/Disassembler.pm index a565e5d..624acb3 100644 --- a/ext/B/B/Disassembler.pm +++ b/ext/B/B/Disassembler.pm @@ -4,9 +4,10 @@ # # You may distribute under the terms of either the GNU General Public # License or the Artistic License, as specified in the README file. -package B::Disassembler::BytecodeStream; -our $VERSION = '1.03'; +$B::Disassembler::VERSION = '1.03'; + +package B::Disassembler::BytecodeStream; use FileHandle; use Carp;