[libconfig-model-dpkg-perl] 03/13: replaced YAML::Tiny by YAML::Any
dod at debian.org
dod at debian.org
Sun Feb 7 17:16:16 UTC 2016
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 033250f82bb55de2ae2eeecaa1a4d8b8bc3d45ad
Author: Dominique Dumont <dod at debian.org>
Date: Sat Feb 6 20:46:40 2016 +0100
replaced YAML::Tiny by YAML::Any
---
debian/control | 1 -
lib/Dpkg/Copyright/Scanner.pm | 2 +-
t/scanner/pack_files.t | 2 +-
t/scanner/squash_copyright_years.t | 2 +-
t/scanner/squash_files.t | 2 +-
t/scanner/squash_swap_copyright_years.t | 2 +-
6 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/debian/control b/debian/control
index 981de2c..b497cb5 100644
--- a/debian/control
+++ b/debian/control
@@ -26,7 +26,6 @@ Build-Depends-Indep: bash-completion,
libtext-levenshtein-damerau-perl,
libwww-perl,
libyaml-perl,
- libyaml-tiny-perl,
lintian,
perl (>= 5.15.1) | libmodule-corelist-perl (>= 2.54),
po-debconf
diff --git a/lib/Dpkg/Copyright/Scanner.pm b/lib/Dpkg/Copyright/Scanner.pm
index aff518e..d34b691 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;
+use YAML::Any;
use feature qw/postderef signatures/;
no warnings qw/experimental::postderef experimental::signatures/;
diff --git a/t/scanner/pack_files.t b/t/scanner/pack_files.t
index 14bc534..0571623 100644
--- a/t/scanner/pack_files.t
+++ b/t/scanner/pack_files.t
@@ -5,7 +5,7 @@ use 5.010;
use Test::More; # see done_testing()
use Test::Differences;
-use YAML::Tiny;
+use YAML::Any;
require_ok( 'Dpkg::Copyright::Scanner' );
diff --git a/t/scanner/squash_copyright_years.t b/t/scanner/squash_copyright_years.t
index c66df64..a0bbd2a 100644
--- a/t/scanner/squash_copyright_years.t
+++ b/t/scanner/squash_copyright_years.t
@@ -5,7 +5,7 @@ use 5.010;
use Test::More; # see done_testing()
use Test::Differences;
-use YAML::Tiny;
+use YAML::Any;
use feature qw/postderef signatures/;
no warnings qw/experimental::postderef experimental::signatures/;
diff --git a/t/scanner/squash_files.t b/t/scanner/squash_files.t
index 6330d1e..645873e 100644
--- a/t/scanner/squash_files.t
+++ b/t/scanner/squash_files.t
@@ -5,7 +5,7 @@ use 5.010;
use Test::More; # see done_testing()
use Test::Differences;
-use YAML::Tiny;
+use YAML::Any;
require_ok( 'Dpkg::Copyright::Scanner' );
diff --git a/t/scanner/squash_swap_copyright_years.t b/t/scanner/squash_swap_copyright_years.t
index 0811d49..a777399 100644
--- a/t/scanner/squash_swap_copyright_years.t
+++ b/t/scanner/squash_swap_copyright_years.t
@@ -5,7 +5,7 @@ use 5.010;
use Test::More; # see done_testing()
use Test::Differences;
-use YAML::Tiny;
+use YAML::Any;
require_ok( 'Dpkg::Copyright::Scanner' );
--
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