Subject: | Load Role::Tiny in Role::Tiny::With::import |
I forgot this, please include it:
--- a/lib/Role/Tiny/With.pm
+++ b/lib/Role/Tiny/With.pm
@@ -8,6 +8,7 @@ our @EXPORT = qw( with );
sub with {
my $target = caller;
+ require Role::Tiny;
Role::Tiny->apply_role_to_package($target, @_)
}