X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FPackage%2FDeprecationManager.pm;h=880e45d10aba15d30b674bb9620c0f0b2f7a86a7;hb=16e753e279b1b39a8968e3e9ba27de3d4e581a14;hp=f90e3666ae9b2e738dff6e4ba59980c5776850f3;hpb=db0dfcd868227c6396eb8b74c6595aca9b6bf2b4;p=gitmo%2FPackage-DeprecationManager.git diff --git a/lib/Package/DeprecationManager.pm b/lib/Package/DeprecationManager.pm index f90e366..880e45d 100644 --- a/lib/Package/DeprecationManager.pm +++ b/lib/Package/DeprecationManager.pm @@ -167,7 +167,7 @@ __END__ My::Class->new()->foo(); # warns My::Class->new()->bar(); # does not warn - My::Class->new()->far(); # does not warn again + My::Class->new()->bar(); # does not warn again =head1 DESCRIPTION @@ -213,8 +213,8 @@ C to identify its caller, using its fully qualified subroutine name. A given deprecation warning is only issued once for a given package. This module tracks this based on both the feature name I the error message -itself. This means that if you provide severaldifferent error messages for the -same feature, all of those errors will appear. +itself. This means that if you provide several different error messages for +the same feature, all of those errors will appear. =head1 BUGS