From: Graham Knop Date: Tue, 14 Jan 2014 12:42:11 +0000 (-0500) Subject: note that Role::Tiny applies strict and fatal warnings X-Git-Tag: v1.003003~30 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=794243b9b78b15e60d9cffc024afeaaaca620614;p=gitmo%2FRole-Tiny.git note that Role::Tiny applies strict and fatal warnings --- diff --git a/lib/Role/Tiny.pm b/lib/Role/Tiny.pm index e1397e2..72a0a28 100644 --- a/lib/Role/Tiny.pm +++ b/lib/Role/Tiny.pm @@ -504,6 +504,9 @@ a method since this conflict indicates a potential problem. =head1 IMPORTED SUBROUTINES +In addition to importing subroutines, using C applies L and +L to the caller. + =head2 requires requires qw(foo bar);