Make debugging output for MOP_PRINT_SOURCE a little nicer
[gitmo/Class-MOP.git] / lib / Class / MOP / Method.pm
index 857fc03..9a0cdda 100644 (file)
@@ -7,7 +7,7 @@ use warnings;
 use Carp         'confess';
 use Scalar::Util 'weaken', 'reftype', 'blessed';
 
-our $VERSION   = '0.91';
+our $VERSION   = '0.92';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';