[libdist-zilla-plugin-test-podspelling-perl] 02/04: use utf8 pragma in source

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 e5655a514d634eae1935186c852ae7d538342985
Author: Caleb Cushing <xenoterracide at gmail.com>
Date:   Tue Feb 25 15:37:18 2014 -0600

    use utf8 pragma in source
    
    Signed-off-by: Caleb Cushing <xenoterracide at gmail.com>
---
 t/attributes.t | 1 +
 1 file changed, 1 insertion(+)

diff --git a/t/attributes.t b/t/attributes.t
index f3f54ae..4f3ed15 100644
--- a/t/attributes.t
+++ b/t/attributes.t
@@ -1,6 +1,7 @@
 #!/usr/bin/perl
 use strict;
 use warnings;
+use utf8;
 use Test::More 0.88;
 use Test::DZil;
 use Path::Tiny;

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