Explicitly require Role::Tiny in Role::Tiny::With (RT#70446)
[gitmo/Role-Tiny.git] / lib / Role / Tiny / With.pm
index 670aacb..4b568ea 100644 (file)
@@ -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 );