BerkeleyDB-Locks

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN


  Whatever the last command prints out should be the argument passed
  to Makefile.PL.

eof

exit print $usage unless $ARGV[0] ;
exit print $help if $ARGV[0] eq '--help' ;
exit print $usage unless -f $ARGV[0] ;

my @path = split m|/|, $ARGV[0] ;

exit print $usage unless $path[-1] eq 'db_config.h' ;
pop @path ;
pop @path ;

my @found = grep -d "$apidir/$_", @version ;
exit print $noberkeleydb unless @found ;

print "building BerkeleyDB::Locks for $found[0]\n\n" ;
# start here



( run in 2.535 seconds using v1.01-cache-2.11-cpan-62a16548d74 )