[libclass-tiny-perl] 08/19: pod coverage stopword

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


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

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

commit 17a5d77ff3b366e793b43925feb5b0ce37174e5a
Author: David Golden <dagolden at cpan.org>
Date:   Tue Aug 20 17:36:21 2013 -0400

    pod coverage stopword
---
 README.pod        | 2 +-
 lib/Class/Tiny.pm | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.pod b/README.pod
index 7c9b04e..95df30c 100644
--- a/README.pod
+++ b/README.pod
@@ -104,7 +104,7 @@ I looked for something like it on CPAN, but after checking a dozen class
 creators I realized I could implement it exactly how I wanted faster than I
 could search CPAN for something merely sufficient.
 
-=for Pod::Coverage new get_all_attribute_for
+=for Pod::Coverage new get_all_attributes_for
 
 =head1 USAGE
 
diff --git a/lib/Class/Tiny.pm b/lib/Class/Tiny.pm
index 80d7ece..e59e578 100644
--- a/lib/Class/Tiny.pm
+++ b/lib/Class/Tiny.pm
@@ -120,7 +120,7 @@ sub DESTROY {
 
 1;
 
-=for Pod::Coverage new get_all_attribute_for
+=for Pod::Coverage new get_all_attributes_for
 
 =head1 SYNOPSIS
 
@@ -301,4 +301,5 @@ method.
 
 =cut
 
+
 # vim: ts=4 sts=4 sw=4 et:

-- 
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