projects
/
gitmo/Role-Tiny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
56efcee
)
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
patch
|
blob
|
blame
|
history
diff --git
a/lib/Role/Tiny.pm
b/lib/Role/Tiny.pm
index
e1397e2
..
72a0a28
100644
(file)
--- 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<Role::Tiny> applies L<strict> and
+L<fatal warnings|perllexwarn/Fatal Warnings> to the caller.
+
=head2 requires
requires qw(foo bar);