get everything onto the same version
[gitmo/Moose.git] / lib / Moose / AttributeHelpers / Trait / Base.pm
index 2b2a6a0..e237372 100644 (file)
@@ -3,7 +3,7 @@ package Moose::AttributeHelpers::Trait::Base;
 use Moose::Role;
 use Moose::Util::TypeConstraints;
 
-our $VERSION   = '0.19';
+our $VERSION   = '0.84';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 
@@ -86,7 +86,7 @@ around '_canonicalize_handles' => sub {
 
 ## methods called after instantiation
 
-before 'install_delegation' => sub { (shift)->check_handles_values };
+before 'install_accessors' => sub { (shift)->check_handles_values };
 
 sub check_handles_values {
     my $self = shift;