Version 0.99.
[gitmo/Moose.git] / lib / Moose / Meta / Role / Application / ToInstance.pm
index f1e3d4e..696d82f 100644 (file)
@@ -6,11 +6,11 @@ use metaclass;
 
 use Scalar::Util 'blessed';
 
-our $VERSION   = '0.97';
+our $VERSION   = '0.99';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 
-use base 'Moose::Meta::Role::Application::ToClass';
+use base 'Moose::Meta::Role::Application';
 
 __PACKAGE__->meta->add_attribute('rebless_params' => (
     reader  => 'rebless_params',