Do the $XS_VERSION trick to make XSLoader happy with a dev version
[gitmo/Moose.git] / t / lib / MyMooseObject.pm
1 package MyMooseObject;
2
3 use strict;
4 use warnings;
5 use base 'Moose::Object';
6
7 1;