Add $VERSION back to test classes (accidentally removed in dzilification)
[gitmo/Moose.git] / t / 001_cmop / lib / TestClassLoaded2.pm
CommitLineData
38bf2a25 1package TestClassLoaded2;
2use strict;
3use warnings;
4
0b0e3d91 5our $VERSION = 42;
38bf2a25 6
71;
8