From f1164646d9e3a4d5240f549943e4201035c593f8 Mon Sep 17 00:00:00 2001 From: Emmanuel Rodriguez Date: Tue, 15 Sep 2009 20:38:15 +0200 Subject: [PATCH] Require libchamplain 0.4 --- bindings/perl/Champlain/Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/perl/Champlain/Makefile.PL b/bindings/perl/Champlain/Makefile.PL index bf4c9e3..e05d44f 100644 --- a/bindings/perl/Champlain/Makefile.PL +++ b/bindings/perl/Champlain/Makefile.PL @@ -22,7 +22,7 @@ sub main { mkdir 'build', 0777; # The version of libchamplain (and friends) for which this module can built against - my $champlain_version = '0.3'; + my $champlain_version = '0.4'; # Find libchamplain my @typemaps = (); -- 2.39.5