[PATCH] Fix non-numeric dependencies breaking the build with Perl 5.12

Niko Tyni ntyni at debian.org
Thu May 13 12:49:37 UTC 2010


The version module has become stricter about what is numeric and what
is not.
---
 Makefile.PL |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.PL b/Makefile.PL
index 76a6c4f..2f301bd 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -11,8 +11,8 @@ use File::Spec;
 our %build_reqs = (
 	'perl-ExtUtils-Depends'   => '0.1',
 	'perl-ExtUtils-PkgConfig' => '0.1',
-	'perl-Glib'               => '1.00rc2',
-	'perl-Gtk2'               => '1.00rc2',
+	'perl-Glib'               => '1.00',
+	'perl-Gtk2'               => '1.00',
 	'GtkSpell'                => '2.0.0',
 );
 
-- 
1.7.1


--ZGiS0Q5IWpPtfppv--





More information about the pkg-perl-maintainers mailing list