Skip to content

Commit

Permalink
fix for release
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingmuch committed Sep 24, 2008
1 parent 47dae8a commit a5286dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/MooseX/Blessed/Reconstruct.pm
Expand Up @@ -3,7 +3,7 @@
package MooseX::Blessed::Reconstruct;
use Moose;

use Class::MOP;# 0.66; # well behaved load_class()
use Class::MOP 0.66; # well behaved load_class()
use Data::Visitor 0.21; # n-arity visit

use namespace::clean -except => 'meta';
Expand All @@ -21,7 +21,7 @@ sub visit_object {

my $class = ref $obj;

my $meta = $self->load_classes
my $meta = $v->load_classes
? Class::MOP::load_class($class)
: Class::MOP::get_metaclass_by_name($class);

Expand Down

0 comments on commit a5286dd

Please sign in to comment.