projects
/
gitmo/Package-DeprecationManager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6159209
)
Fix doc typo
Dave Rolsky [Wed, 22 Jun 2011 16:50:27 +0000 (11:50 -0500)]
lib/Package/DeprecationManager.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Package/DeprecationManager.pm
b/lib/Package/DeprecationManager.pm
index
f90e366
..
7a1fe78
100644
(file)
--- 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