use Test::Requires in tests
[gitmo/Class-MOP.git] / lib / Class / MOP / Instance.pm
index 07c60c0..51162c3 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 
 use Scalar::Util 'weaken', 'blessed';
 
-our $VERSION   = '1.03';
+our $VERSION   = '1.07';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';