Skip to content

Commit

Permalink
Merge pull request #348 from tom-binary/bugfix/sublike_extended_import
Browse files Browse the repository at this point in the history
Sublike::Extended as of 0.29+ checks for unexpected parameters
  • Loading branch information
tom-binary authored Oct 14, 2024
2 parents 94b2765 + 4bba0f9 commit ad2e529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Myriad/Class.pm
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ sub import {
List::Util->export($pkg => qw(uniqstr));
# eval "package $pkg; use Object::Pad::FieldAttr::Checked; use Data::Checks qw(NumGE); 1" or die $@;
Object::Pad::FieldAttr::Checked->import($pkg);
Sublike::Extended->import($pkg);
Sublike::Extended->import;
Signature::Attribute::Checked->import($pkg);
Data::Checks->import(qw(
Defined
Expand Down

0 comments on commit ad2e529

Please sign in to comment.