Add $VERSION back to test classes (accidentally removed in dzilification)
[gitmo/Moose.git] / t / 001_cmop / lib / BinaryTree.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',