$B::Disassembler::VERSION
Alexey Tourbin [Thu, 17 Mar 2005 19:02:38 +0000 (22:02 +0300)]
Message-ID: <20050317160238.GN5825@solemn.turbinal.org>

p4raw-id: //depot/perl@24040

ext/B/B/Disassembler.pm

index a565e5d..624acb3 100644 (file)
@@ -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;