Add $VERSION back to test classes (accidentally removed in dzilification)
[gitmo/Moose.git] / t / 001_cmop / lib / TestClassLoaded2.pm
index e66e70b..46c18f9 100644 (file)
@@ -2,6 +2,7 @@ package TestClassLoaded2;
 use strict;
 use warnings;
 
+our $VERSION = 42;
 
 1;