X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FPackage%2FDeprecationManager.pm;fp=lib%2FPackage%2FDeprecationManager.pm;h=7a1fe7897c5e22121791995aa5ecfc07b034c89d;hb=c47a78c60c77b140912b45f3b74a5ffc2c48e2b5;hp=f90e3666ae9b2e738dff6e4ba59980c5776850f3;hpb=615920929df1dc65fb0e05f026a5a0009f781d05;p=gitmo%2FPackage-DeprecationManager.git diff --git a/lib/Package/DeprecationManager.pm b/lib/Package/DeprecationManager.pm index f90e366..7a1fe78 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