~ubuntu-branches/ubuntu/edgy/libdbi-perl/edgy

« back to all changes in this revision

Viewing changes to lib/DBI/ProxyServer.pm

  • Committer: Bazaar Package Importer
  • Author(s): Christian Hammers
  • Date: 2004-06-10 19:18:10 UTC
  • Revision ID: james.westby@ubuntu.com-20040610191810-g8lvq42g4ac33h0n
Tags: 1.42-3
Added conflicts to current libdbd-csv-perl version which also
ships DBD::File although in an older version. It's maintainer
has been contacted. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
408
408
=head1 OPTIONS
409
409
 
410
410
When calling the DBI::ProxyServer::main() function, you supply an
411
 
array of options. (@ARGV, the array of command line options is used,
412
 
if you don't.) These options are parsed by the Getopt::Long module.
 
411
array of options. These options are parsed by the Getopt::Long module.
413
412
The ProxyServer inherits all of RPC::PlServer's and hence Net::Daemon's
414
413
options and option handling, in particular the ability to read
415
414
options from either the command line or a config file. See