[perl-gnome2-canvas] META.yml: tweak file to fix problems with using 'cpanm'
- From: Brian Manning <bmanning src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [perl-gnome2-canvas] META.yml: tweak file to fix problems with using 'cpanm'
- Date: Thu, 24 Sep 2020 00:54:36 +0000 (UTC)
commit 79caadef39491e3c441427b07017035b42d8e49c
Author: Brian Manning <bmanning src gnome org>
Date: Thu Aug 20 21:35:11 2020 -0700
META.yml: tweak file to fix problems with using 'cpanm'
- Moved 'Gtk2' from 'requires:' to 'configure_requires:'
- Set the 'version:' string to the current module version, instead of
'unknown'
- Both of these changes fix RT#127878
META.yml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/META.yml b/META.yml
index 66076ea..2e2e538 100644
--- a/META.yml
+++ b/META.yml
@@ -1,10 +1,11 @@
#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX#
name: Gnome2-Canvas
-version: unknown
+version: 1.002
version_from: Canvas.pm
installdirs: site
requires:
- Gtk2: 1.00rc2
+configure_requires:
+ Gtk2: 1.100
distribution_type: module
generated_by: ExtUtils::MakeMaker version 6.10_03
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]