Alien-Proj4
view release on metacpan or search on metacpan
lib/Alien/Proj4.pm view on Meta::CPAN
package Alien::Proj4;
use strict;
use warnings;
use parent qw( Alien::Base );
our $VERSION = '2.019113';
# most of the following are for compat with PDLA Makefiles
# and should not be used by other code
sub installed {1}
sub import {
# do nothing
return;
( run in 0.494 second using v1.01-cache-2.11-cpan-4d50c553e7e )