Add $VERSION back to test classes (accidentally removed in dzilification)
Dave Rolsky [Wed, 29 Dec 2010 15:37:38 +0000 (10:37 -0500)]
t/001_cmop/lib/BinaryTree.pm
t/001_cmop/lib/TestClassLoaded2.pm

index 9933b19..539800a 100644 (file)
@@ -7,6 +7,7 @@ use Carp qw/confess/;
 
 use metaclass;
 
+our $VERSION = '0.02';
 
 BinaryTree->meta->add_attribute('uid' => (
     reader  => 'getUID',
index e66e70b..46c18f9 100644 (file)
@@ -2,6 +2,7 @@ package TestClassLoaded2;
 use strict;
 use warnings;
 
+our $VERSION = 42;
 
 1;