Skip to content

Commit

Permalink
Revert "....and correctly mark the required role version"
Browse files Browse the repository at this point in the history
This reverts commit 40319bf.
  • Loading branch information
rsrchboy committed Mar 29, 2015
1 parent d8caced commit a83d6e9
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' => { -version => 0.002 } ],
base_class_roles => [ 'MooseX::Traitor' => 0.002 ],
);

sub init_meta {
Expand Down

0 comments on commit a83d6e9

Please sign in to comment.