46c18f9e7dd8d7f49cf4eb80b81f32884a0bfb68
[gitmo/Moose.git] / t / 001_cmop / lib / TestClassLoaded2.pm
1 package TestClassLoaded2;
2 use strict;
3 use warnings;
4
5 our $VERSION = 42;
6
7 1;
8