[dh-make-perl] 01/01: metadata cleanup

gregor herrmann gregoa at debian.org
Wed Jun 29 15:24:43 UTC 2016


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

gregoa pushed a commit to branch master
in repository dh-make-perl.

commit fec253403548f8225f5c67dfef2828b57373c25c
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Jun 29 17:23:01 2016 +0200

    metadata cleanup
    
    add YAML::XS + LWP::* to Build.PL
    update TODO
    
    Gbp-Dch: Ignore
---
 Build.PL | 3 +++
 TODO     | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/Build.PL b/Build.PL
index cc3ae8b..58796be 100644
--- a/Build.PL
+++ b/Build.PL
@@ -38,6 +38,8 @@ my $builder = My::Builder->new(
         'IO::File'                  => 0,
         'IO::Uncompress::Gunzip'    => 0,
         'List::MoreUtils'           => 0,
+        'LWP::ConnCache'            => 0,
+        'LWP::UserAgent'            => 0,
         'Module::Build'             => 0,
         'Module::CoreList'          => 0,
         'Module::Depends'           => 0,
@@ -54,6 +56,7 @@ my $builder = My::Builder->new(
         'version'                   => 0,
         'WWW::Mechanize'            => 0,
         'YAML'                      => 0,
+        'YAML::XS'                  => 0,
     },
     build_requires      => {
         'IPC::Run'          => 0,
diff --git a/TODO b/TODO
index 2782c87..4c2b4f3 100644
--- a/TODO
+++ b/TODO
@@ -46,5 +46,5 @@
 * make/refresh: add "Multi-Arch: same" header to arch-dep packages
 * clean up after #774862.
   currently we use YAML and YAML::XS. one should be enough, probably
-  YAML::XS or YAML::Tiny or ... additionally YAML::XS is nowhere in the
-  metadata, and the tests didn't catch the ommission either.
+  YAML::XS or YAML::Tiny or ...
+  The tests didn't catch the ommission either.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/dh-make-perl.git



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