LibZip

 view release on metacpan or  search on metacpan

myldr/Makefile.PL  view on Meta::CPAN

    if ($@)
    {
        *catfile = sub { return "$_[0]/$_[1]" }
    }
}

########
# VARS #
########

## EMBED

my $debug = 0;

my $exe = $Config{_exe};
my $o = $Config{_o};
my $pccflags = ccopts;
my $pldflags = ldopts;
my $ld = $Config{ld};
my $cc = $Config{cc};
my $f2c = "./file2c.pl";



( run in 2.409 seconds using v1.01-cache-2.11-cpan-71847e10f99 )