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

intrigeri pushed a commit to annotated tag 0.24
in repository libtest-bdd-cucumber-perl.

commit b5a405ac1410861bda17128b7e74fa3af1e0895e
Author: Paul Cochrane <p...@liekut.de>
Date:   Thu Jun 5 11:55:38 2014 +0200

    Setting `=encoding` in I18n.pm's POD
    
    The test `release-pod-syntax.t` was failing due to the UTF-8 chars in the
    POD in this file.  Namely,
    
        RELEASE_TESTING=1 dzil test
    
    showed up the problem.  This change corrects this issue by telling the POD
    parser to expect UTF-8 text.
---
 lib/Test/BDD/Cucumber/I18n.pm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/Test/BDD/Cucumber/I18n.pm b/lib/Test/BDD/Cucumber/I18n.pm
index 21f9f87..bd144ee 100644
--- a/lib/Test/BDD/Cucumber/I18n.pm
+++ b/lib/Test/BDD/Cucumber/I18n.pm
@@ -1,5 +1,7 @@
 package Test::BDD::Cucumber::I18n;
 
+=encoding utf8
+
 =head1 NAME
 
 Test::BDD::Cucumber::I18N - Internationalization

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtest-bdd-cucumber-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to