Skip to content

Commit

Permalink
Drop unused experimental Object::Pad feature
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-binary committed Aug 15, 2024
1 parent 477e5b9 commit 587c451
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 @@ -396,7 +396,7 @@ sub import {
}

if(my $class = $args{class} // $pkg) {
Object::Pad->import_into($pkg, ":experimental(init_expr mop custom_field_attr adjust_params)");
Object::Pad->import_into($pkg, ":experimental(init_expr mop custom_field_attr)");

my $method = 'begin_' . ($args{type} || 'class');
Module::Load::load($args{extends}) if $args{extends};
Expand Down

0 comments on commit 587c451

Please sign in to comment.