note that Role::Tiny applies strict and fatal warnings
Graham Knop [Tue, 14 Jan 2014 12:42:11 +0000 (07:42 -0500)]
lib/Role/Tiny.pm

index e1397e2..72a0a28 100644 (file)
@@ -504,6 +504,9 @@ a method since this conflict indicates a potential problem.
 
 =head1 IMPORTED SUBROUTINES
 
+In addition to importing subroutines, using C<Role::Tiny> applies L<strict> and
+L<fatal warnings|perllexwarn/Fatal Warnings> to the caller.
+
 =head2 requires
 
  requires qw(foo bar);