From: Dave Rolsky Date: Wed, 24 Aug 2011 03:51:03 +0000 (-0500) Subject: Small pod typo fix X-Git-Tag: v0.12~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=16e753e279b1b39a8968e3e9ba27de3d4e581a14;p=gitmo%2FPackage-DeprecationManager.git Small pod typo fix --- diff --git a/lib/Package/DeprecationManager.pm b/lib/Package/DeprecationManager.pm index 7a1fe78..880e45d 100644 --- a/lib/Package/DeprecationManager.pm +++ b/lib/Package/DeprecationManager.pm @@ -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