[libconfig-model-dpkg-perl] 02/10: fix utf8 handling of debian/*.yml files (Closes: #880368)
dod at debian.org
dod at debian.org
Mon Nov 13 17:29:40 UTC 2017
This is an automated email from the git hooks/post-receive script.
dod pushed a commit to branch master
in repository libconfig-model-dpkg-perl.
commit d8d89a0bc63980b2935e615677803e00cc4f166a
Author: Dominique Dumont <dod at debian.org>
Date: Sun Nov 5 18:34:47 2017 +0100
fix utf8 handling of debian/*.yml files (Closes: #880368)
Thanks to Don Armstrong for the report and the patch (even if I ended up
not using the patch)
---
lib/Dpkg/Copyright/Scanner.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/Dpkg/Copyright/Scanner.pm b/lib/Dpkg/Copyright/Scanner.pm
index b6e07be..5a10c68 100644
--- a/lib/Dpkg/Copyright/Scanner.pm
+++ b/lib/Dpkg/Copyright/Scanner.pm
@@ -9,7 +9,7 @@ use Exporter::Lite;
use Array::IntSpan;
use Path::Tiny;
use Carp;
-use YAML::Any;
+use YAML::Tiny;
use feature qw/postderef signatures/;
no warnings qw/experimental::postderef experimental::signatures/;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libconfig-model-dpkg-perl.git
More information about the Pkg-perl-cvs-commits
mailing list