[gimp-perl] Generate MYMETA.* files with git repository URLs. Fix by Ed J for bug #721601.
- From: Kevin Cozens <kcozens src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-perl] Generate MYMETA.* files with git repository URLs. Fix by Ed J for bug #721601.
- Date: Tue, 7 Jan 2014 02:21:06 +0000 (UTC)
commit 77a6b9aa030187cbe72c0adc643f06dee40ad6ce
Author: Kevin Cozens <kevin ve3syb ca>
Date: Mon Jan 6 01:40:14 2014 -0500
Generate MYMETA.* files with git repository URLs. Fix by Ed J for bug #721601.
Makefile.PL | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/Makefile.PL b/Makefile.PL
index 34c9861..077fcd1 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -231,6 +231,16 @@ WriteMakefile(
PDL => 0,
Data::Dumper => 2.0,
},
+ META_MERGE => {
+ "meta-spec" => { version => 2 },
+ resources => {
+ repository => {
+ type => 'git',
+ url => 'git://git.gnome.org/gimp-perl',
+ web => 'https://git.gnome.org/browse/gimp-perl/',
+ },
+ },
+ },
'DIR' => [ DIRS],
'NAME' => 'Gimp',
'VERSION_FROM' => 'Gimp.pm',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]