Moose used an incorrect cast at the C-level resulting in errors with >2**32 IV's...
[gitmo/Mouse.git] / t / lib / ClassType_Foo.pm
CommitLineData
2f6fade8 1package t::lib::ClassType_Foo;
2use Mouse;
3has 'foo' => ( is => 'rw' );
41;