Skip to content

Commit

Permalink
replace base.pm with parent.pm, matching all other code
Browse files Browse the repository at this point in the history
  • Loading branch information
haarg committed May 13, 2018
1 parent a89351a commit 93aa36b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Moose/Meta/TypeConstraint.pm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use Scalar::Util qw(refaddr);
use Sub::Name qw(subname);
use Try::Tiny;

use base 'Class::MOP::Object';
use parent 'Class::MOP::Object';

use Moose::Util 'throw_exception';

Expand Down

0 comments on commit 93aa36b

Please sign in to comment.