[libclass-tiny-perl] 02/05: typo

gregor herrmann gregoa at debian.org
Sun May 31 14:03:48 UTC 2015


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to annotated tag release-0.015
in repository libclass-tiny-perl.

commit a6c2b22c77834ad9a1b198bf546aae05000f6762
Author: David Golden <dagolden at cpan.org>
Date:   Tue Apr 29 13:50:15 2014 -0400

    typo
---
 lib/Class/Tiny.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Class/Tiny.pm b/lib/Class/Tiny.pm
index a9cf39c..1a11ba3 100644
--- a/lib/Class/Tiny.pm
+++ b/lib/Class/Tiny.pm
@@ -308,7 +308,7 @@ If a reference is passed as a single argument, it must be able to be
 dereferenced as a hash or an exception is thrown.  A shallow copy is made of
 the reference provided.
 
-In order to help catch typos in constructor arguments, any argument that it is
+In order to help catch typos in constructor arguments, any argument that is
 not also a valid method (e.g. an accessor or other method) will result in a
 fatal exception.  This is not perfect, but should catch typical transposition
 typos. Also see L</BUILD> for how to explicitly hide non-attribute, non-method

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libclass-tiny-perl.git



More information about the Pkg-perl-cvs-commits mailing list