[libdist-zilla-plugin-test-podspelling-perl] 01/04: formatting

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


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

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

commit 5d9cadd7bb85976447aebd02980b438e1c4987ee
Author: Caleb Cushing <xenoterracide at gmail.com>
Date:   Tue Feb 25 15:36:04 2014 -0600

    formatting
    
    Signed-off-by: Caleb Cushing <xenoterracide at gmail.com>
---
 t/attributes.t | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/t/attributes.t b/t/attributes.t
index a12abe6..f3f54ae 100644
--- a/t/attributes.t
+++ b/t/attributes.t
@@ -42,10 +42,10 @@ sub get_content {
 }
 
 my $content = get_content({});
-  like $content, qr/Pod::Wordlist/, q[use default wordlist];
-unlike $content, qr/set_spell_cmd/, q[by default don't set spell command];
-  like $content, qr/add_stopwords/,               q[by default we add stopwords];
-  like $content, qr/__DATA__\s$fname\n$lname/,    q[DATA handle includes author];
+  like $content, qr/Pod::Wordlist/,            q[use default wordlist];
+unlike $content, qr/set_spell_cmd/,            q[by default don't set spell command];
+  like $content, qr/add_stopwords/,            q[by default we add stopwords];
+  like $content, qr/__DATA__\s$fname\n$lname/, q[DATA handle includes author];
 
 $content = get_content({wordlist => 'Foo::Bar'});
 unlike $content, qr/Pod::Wordlist/, q[custom word list];

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