Skip to content

Commit

Permalink
....and correctly mark the required role version
Browse files Browse the repository at this point in the history
...this time *le sigh*
  • Loading branch information
rsrchboy committed Mar 3, 2014
1 parent f859b1c commit 40319bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Reindeer.pm
Expand Up @@ -20,7 +20,7 @@ my (undef, undef, $init_meta) = Moose::Exporter->build_import_methods(
trait_aliases => [ Reindeer::Util::trait_aliases() ],
as_is => [ Reindeer::Util::as_is() ],

base_class_roles => [ 'MooseX::Traitor' => 0.002 ],
base_class_roles => [ 'MooseX::Traitor' => { -version => 0.002 } ],
);

sub init_meta {
Expand Down

0 comments on commit 40319bf

Please sign in to comment.