rename union to composite internally to match Moose naming, update POD
[gitmo/Role-Tiny.git] / lib / Role / Tiny / With.pm
index 0633de8..d6dbdc2 100644 (file)
@@ -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;