[libdist-zilla-plugin-test-podspelling-perl] 06/09: don't use a begin block on VERSION

Axel Beckert abe at deuxchevaux.org
Mon May 25 10:02:24 UTC 2015


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

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

commit c35c17b5cf32aead815db1a7cc2844646a635d65
Author: Caleb Cushing <xenoterracide at gmail.com>
Date:   Sat Nov 26 21:27:13 2011 -0600

    don't use a begin block on VERSION
    
    Signed-off-by: Caleb Cushing <xenoterracide at gmail.com>
---
 lib/Dist/Zilla/Plugin/Test/PodSpelling.pm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/lib/Dist/Zilla/Plugin/Test/PodSpelling.pm b/lib/Dist/Zilla/Plugin/Test/PodSpelling.pm
index 019c384..0265181 100644
--- a/lib/Dist/Zilla/Plugin/Test/PodSpelling.pm
+++ b/lib/Dist/Zilla/Plugin/Test/PodSpelling.pm
@@ -2,9 +2,8 @@ package Dist::Zilla::Plugin::Test::PodSpelling;
 use 5.008;
 use strict;
 use warnings;
-BEGIN {
-	# VERSION
-}
+
+# VERSION
 
 use Moose;
 extends 'Dist::Zilla::Plugin::InlineFiles';

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