Explicitly require Role::Tiny in Role::Tiny::With (RT#70446)
[gitmo/Role-Tiny.git] / lib / Role / Tiny / With.pm
index 29b46d2..4b568ea 100644 (file)
@@ -2,6 +2,7 @@ package Role::Tiny::With;
 
 use strict;
 use warnings FATAL => 'all';
+use Role::Tiny ();
 
 use Exporter 'import';
 our @EXPORT = qw( with );