mwrap (Perl version) user+dev discussion/patches/pulls/bugs/help
 help / color / mirror / code / Atom feed
* [PATCH] Makefile.PL: use META_MERGE for repository resources properly
@ 2021-10-05 21:13 Eric Wong
  0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2021-10-05 21:13 UTC (permalink / raw)
  To: mwrap-perl

---
 Makefile.PL | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/Makefile.PL b/Makefile.PL
index 1666f09..c3caf6c 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -49,10 +49,12 @@ push @writemakefile_args, (
 	depend => {
 		Makefile => 'lib/Devel/Mwrap.pm',
 	},
-	resources => {
-		repository => 'https://80x24.org/mwrap-perl.git',
-		homepage => 'https://80x24.org/mwrap-perl.git/about',
-		bugtracker => 'https://80x24.org/mwrap-public/',
+	META_MERGE => {
+		resources => {
+			repository => 'https://80x24.org/mwrap-perl.git',
+			homepage => 'https://80x24.org/mwrap-perl.git/about',
+			bugtracker => 'https://80x24.org/mwrap-public/',
+		},
 	},
 );
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-05 21:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-05 21:13 [PATCH] Makefile.PL: use META_MERGE for repository resources properly Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mwrap-perl.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).