Skip Menu |

This queue is for tickets about the Package-DeprecationManager CPAN distribution.

Report information
The Basics
Id: 68528
Status: resolved
Priority: 0/
Queue: Package-DeprecationManager

People
Owner: Nobody in particular
Requestors: yanick [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



CC: Yanick Champoux <yanick [...] babyl.dyndns.org>
Subject: [PATCH] in docs, 'far' looks like a typo for 'foo'
Date: Sat, 28 May 2011 13:58:12 -0400
To: bug-Package-DeprecationManager [...] rt.cpan.org
From: yanick [...] cpan.org
From: Yanick Champoux <yanick@babyl.dyndns.org> --- lib/Package/DeprecationManager.pm | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/lib/Package/DeprecationManager.pm b/lib/Package/DeprecationManager.pm index 6494acb..9247e3c 100644 --- a/lib/Package/DeprecationManager.pm +++ b/lib/Package/DeprecationManager.pm @@ -177,8 +177,9 @@ version 0.10 use My::Class -api_version => '0.04'; My::Class->new()->foo(); # warns + My::Class->new()->foo(); # does not warn again + My::Class->new()->bar(); # does not warn - My::Class->new()->far(); # does not warn again =head1 DESCRIPTION -- 1.7.4.1