Skip to content

Commit

Permalink
bump Alien::proj requirement to 1.29 - #498
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Oct 26, 2024
1 parent c89e898 commit 7a52d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7a52d82

Please sign in to comment.