DBD-PrimeBase
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
my $PB_HOME = $ENV{$PRIMEBASEHOME} || '/usr/local/primebase';
die qq{ The PRIMEBASEHOME environment variable must be set
to the installation location of the PrimeBase SDK or data server,
or the PrimeBase SDK or data server must be installed in it's
default location '/usr/local/primebase'.
} unless stat("$PB_HOME/lib/libpbapi.a");
################################################################
# Get PrimeBase server info.
use vars qw($opt);
$opt =
{ "help" => \&Usage,
};
Getopt::Long::GetOptions($opt, "help", "testdb=s", "testhost=s",
"testserver=s",
"testuser=s", "testpassword=s");
( run in 0.454 second using v1.01-cache-2.11-cpan-49f99fa48dc )