Make removing attributes also remove their installed delegators + test
[gitmo/Moose.git] / lib / Moose / Meta / Instance.pm
index 53ec685..d05f727 100644 (file)
@@ -4,7 +4,7 @@ package Moose::Meta::Instance;
 use strict;
 use warnings;
 
-our $VERSION   = '0.55_02';
+our $VERSION   = '0.61';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';