rename union to composite internally to match Moose naming, update POD
[gitmo/Role-Tiny.git] / t / role-basic / lib / My / Example.pm
index e6668e1..3714839 100644 (file)
@@ -1,6 +1,6 @@
 package My::Example;
 
-use Role::Tiny::Restricted 'with';
+use Role::Tiny 'with';
 
 with 'My::Does::Basic';