[libdist-zilla-plugin-test-podspelling-perl] 09/11: add generated by string

Axel Beckert abe at deuxchevaux.org
Mon May 25 10:03:11 UTC 2015


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

abe pushed a commit to annotated tag 2.002003
in repository libdist-zilla-plugin-test-podspelling-perl.

commit 1c47a4d8f933ff573045a277dca48942666dc2a0
Author: Caleb Cushing <xenoterracide at gmail.com>
Date:   Wed Apr 4 00:11:21 2012 -0500

    add generated by string
    
    Signed-off-by: Caleb Cushing <xenoterracide at gmail.com>
---
 lib/Dist/Zilla/Plugin/Test/PodSpelling.pm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/lib/Dist/Zilla/Plugin/Test/PodSpelling.pm b/lib/Dist/Zilla/Plugin/Test/PodSpelling.pm
index 99bbe1a..d44f199 100644
--- a/lib/Dist/Zilla/Plugin/Test/PodSpelling.pm
+++ b/lib/Dist/Zilla/Plugin/Test/PodSpelling.pm
@@ -89,6 +89,8 @@ around add_file => sub {
 					$file->content,
 					{
 						name          => __PACKAGE__,
+						version       => \$self->VERSION
+							|| 'bootstrapped version',
 						wordlist      => \$self->wordlist,
 						set_spell_cmd => \$set_spell_cmd,
 						add_stopwords => \$add_stopwords,
@@ -165,11 +167,11 @@ mvp_multivalue_args
 =cut
 __DATA__
 ___[ xt/author/pod-spell.t ]___
-# generated by {{ $name }}
 use strict;
 use warnings;
 use Test::More;
 
+# generated by {{ $name }} {{ $version }}
 eval "use Test::Spelling 0.12; use {{ $wordlist }}; 1" or die $@;
 
 {{ $set_spell_cmd }}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-test-podspelling-perl.git



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