[libvirt] [tck PATCH 09/12] build: misc updates the Module::Build config

Daniel P. Berrangé berrange at redhat.com
Fri Jun 8 13:45:48 UTC 2018


Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>
---
 Build.PL | 12 +++++++-----
 MANIFEST |  1 -
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/Build.PL b/Build.PL
index bf2d7a9..75a1436 100644
--- a/Build.PL
+++ b/Build.PL
@@ -61,6 +61,9 @@ EOF
 my $b = $class->new(
     module_name => "Sys::Virt::TCK",
     license => 'gpl',
+    configure_requires => {
+       'Module::Build' => 0,
+    },
     dist_author => 'Daniel Berrange <dan at berrange.com>',
     dist_abstract => 'libvirt Technology Compatability Kit',
     requires => {
@@ -100,13 +103,12 @@ my $b = $class->new(
     script_files => [
         "bin/libvirt-tck",
     ],
-    create_makefile_pl  => 'passthrough',
     meta_add => {
         resources => {
-            license => "http://www.gnu.org/licenses/gpl.html",
-            homepage =>  "http://libvirt.org/",
-            repository => "http://libvirt.org/hg/libvirt-tck",
-            MailingList => "http://www.redhat.com/mailman/listinfo/libvir-list",
+            license => "https://www.gnu.org/licenses/gpl.html",
+            homepage =>  "https://libvirt.org/",
+            repository => "https://libvirt.org/git/?p=libvirt-tck.git;a=summary",
+            MailingList => "https://www.redhat.com/mailman/listinfo/libvir-list",
         },
     },
     conf_files => {
diff --git a/MANIFEST b/MANIFEST
index b632328..9338981 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -15,7 +15,6 @@ lib/Sys/Virt/TCK/StorageVolBuilder.pm
 lib/Sys/Virt/TCK/TAP/XMLFormatter.pm
 lib/Sys/Virt/TCK/TAP/XMLFormatterSession.pm
 LICENSE
-Makefile.PL
 MANIFEST
 META.json
 META.yml
-- 
2.17.0




More information about the libvir-list mailing list