From 7a52d82938b94eb615466d96636f603fe09c3c59 Mon Sep 17 00:00:00 2001 From: Ed J Date: Sat, 26 Oct 2024 02:13:56 +0100 Subject: [PATCH] bump Alien::proj requirement to 1.29 - #498 --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index 0ae5e41ce..68bbfab97 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -33,7 +33,7 @@ my %min_version = ( 'Inline::C' => '0.62', 'Term::ReadKey' => '2.34', #for perldl shell 'PGPLOT' => '2.29', - 'Alien::proj' => '1.27', # Transform::Proj4 + 'Alien::proj' => '1.29', # min PROJ 7.1 as T:Proj4 needs degree_output ); for my $opt_dep (sort keys %min_version) { (my $file = $opt_dep) =~ s#::#/#g;