X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FRole-Tiny.git;a=blobdiff_plain;f=lib%2FRole%2FTiny%2FWith.pm;h=d6dbdc27faeb6ef01017f2ba437b861a4623bceb;hp=0633de8880fa0cf5dbed2e7ebd3bca7a3dc592ef;hb=836aea1b0290aacce8730f1fa4c49fd085b36696;hpb=2c580674e210e2252672aa0bb691887f46c7d846 diff --git a/lib/Role/Tiny/With.pm b/lib/Role/Tiny/With.pm index 0633de8..d6dbdc2 100644 --- a/lib/Role/Tiny/With.pm +++ b/lib/Role/Tiny/With.pm @@ -9,7 +9,7 @@ our @EXPORT = qw( with ); sub with { my $target = caller; - Role::Tiny->apply_union_of_roles_to_package($target, @_) + Role::Tiny->apply_roles_to_package($target, @_) } 1;