X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FRole%2FTiny%2FWith.pm;h=0633de8880fa0cf5dbed2e7ebd3bca7a3dc592ef;hb=73cc2ff34b3414c749e6e8f42a919175aa7f08d3;hp=4b568ea98953d3a69a8899bf7b971622dfb09022;hpb=8b14bafdaa5eb53e394069d298f8a488c3aa9b83;p=gitmo%2FRole-Tiny.git diff --git a/lib/Role/Tiny/With.pm b/lib/Role/Tiny/With.pm index 4b568ea..0633de8 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_role_to_package($target, @_) + Role::Tiny->apply_union_of_roles_to_package($target, @_) } 1; @@ -35,11 +35,11 @@ provides a C function to compose such roles. =head1 AUTHORS -See L for authors. +See L for authors. =head1 COPYRIGHT AND LICENSE -See L for the copyright and license. +See L for the copyright and license. =cut