[perl-gnome2-print/deprecation: 2/5] Makefile.PL: added 'NO_META => 1'
- From: Brian Manning <bmanning src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [perl-gnome2-print/deprecation: 2/5] Makefile.PL: added 'NO_META => 1'
- Date: Wed, 21 Oct 2020 17:10:16 +0000 (UTC)
commit 0a900a1f3820c28ed5adc11f77b3a55a2318e6af
Author: Brian Manning <bmanning src gnome org>
Date: Thu Oct 1 08:02:26 2020 -0700
Makefile.PL: added 'NO_META => 1'
Makefile.PL | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/Makefile.PL b/Makefile.PL
index 569b600..ab1a911 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -32,6 +32,8 @@ unless (eval "use ExtUtils::Depends;"
warn "$@\n";
WriteMakefile(
PREREQ_FATAL => 1,
+ # don't clobber the existing META.yml
+ NO_META => 1,
PREREQ_PM => {
'Glib' => $build_reqs{'perl-Glib'},
'Gtk2' => $build_reqs{'perl-Gtk2'},
@@ -89,6 +91,8 @@ WriteMakefile(
ABSTRACT_FROM => 'Print.pm', # retrieve abstract from module
XSPROTOARG => '-noprototypes',
MAN3PODS => \%pod_files,
+ # don't clobber the existing META.yml
+ NO_META => 1,
$gnomeprint2->get_makefile_vars,
);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]