Skip to content

Commit

Permalink
Fix Lib/GIS/Proj Makefile.PL
Browse files Browse the repository at this point in the history
  • Loading branch information
sisyphus authored and devel-chm committed Jan 30, 2015
1 parent 609efb0 commit e27f7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/GIS/Proj/Makefile.PL
Expand Up @@ -158,7 +158,7 @@ return if $donot; # yes, this must be return (exit will kill Makefile.PL proces

## $DB::single = 1; # uncomment to have debugger stop here
my $ppfile = "Proj.pd";
my $package = [$ppfile, qw(Proj $package_name)];
my $package = [$ppfile, 'Proj', $package_name];
my %hash = pdlpp_stdargs($package);
$hash{VERSION_FROM} = $ppfile;
#$hash{TYPEMAPS} = [&PDL_TYPEMAP()];
Expand Down

0 comments on commit e27f7f1

Please sign in to comment.