X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FRole%2FTiny%2FWith.pm;h=4b568ea98953d3a69a8899bf7b971622dfb09022;hb=8b14bafdaa5eb53e394069d298f8a488c3aa9b83;hp=670aacbb8a5e90b46bc8a23bb5de956f9c838fdf;hpb=11f7a04257b92d8cb9e5feffdad80578eab1af42;p=gitmo%2FRole-Tiny.git diff --git a/lib/Role/Tiny/With.pm b/lib/Role/Tiny/With.pm index 670aacb..4b568ea 100644 --- a/lib/Role/Tiny/With.pm +++ b/lib/Role/Tiny/With.pm @@ -1,7 +1,8 @@ -package Role::Tiny; +package Role::Tiny::With; use strict; use warnings FATAL => 'all'; +use Role::Tiny (); use Exporter 'import'; our @EXPORT = qw( with );