[libdist-zilla-plugin-test-podspelling-perl] 34/86: encapsulate code in package

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


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

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

commit 80c8868956162142420a05b903a065e1463aad4c
Author: Caleb Cushing <xenoterracide at gmail.com>
Date:   Tue Aug 2 04:59:11 2011 -0500

    encapsulate code in package
    
    Signed-off-by: Caleb Cushing <xenoterracide at gmail.com>
---
 lib/Dist/Zilla/Plugin/Test/PodSpelling.pm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lib/Dist/Zilla/Plugin/Test/PodSpelling.pm b/lib/Dist/Zilla/Plugin/Test/PodSpelling.pm
index f09bd12..7eb7f15 100644
--- a/lib/Dist/Zilla/Plugin/Test/PodSpelling.pm
+++ b/lib/Dist/Zilla/Plugin/Test/PodSpelling.pm
@@ -1,9 +1,8 @@
+package Dist::Zilla::Plugin::Test::PodSpelling;
 use 5.008;
 use strict;
 use warnings;
 
-package Dist::Zilla::Plugin::Test::PodSpelling;
-
 # ABSTRACT: Release tests for POD spelling
 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