[libdist-zilla-role-bootstrap-perl] 04/16: Use 5.008 and utf8

Axel Beckert abe at deuxchevaux.org
Sat Aug 8 11:59:01 UTC 2015


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

abe pushed a commit to annotated tag 1.000000-source
in repository libdist-zilla-role-bootstrap-perl.

commit d3f081296dc7f15b7d082c99fec0ff615dba7c8a
Author: Kent Fredric <kentfredric at gmail.com>
Date:   Sat Apr 5 17:33:33 2014 +1300

    Use 5.008 and utf8
---
 lib/Dist/Zilla/Role/Bootstrap.pm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/Dist/Zilla/Role/Bootstrap.pm b/lib/Dist/Zilla/Role/Bootstrap.pm
index e0d5685..63b8001 100644
--- a/lib/Dist/Zilla/Role/Bootstrap.pm
+++ b/lib/Dist/Zilla/Role/Bootstrap.pm
@@ -1,5 +1,7 @@
+use 5.008;    # utf8
 use strict;
 use warnings;
+use utf8;
 
 package Dist::Zilla::Role::Bootstrap;
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-role-bootstrap-perl.git



More information about the Pkg-perl-cvs-commits mailing list