Help for this page

Select Code to Download


  1. or download this
            DBI_DSN=dbi:Pg:dbname=<database>
            DBI_USER=<username>
            DBI_PASS=<password>
    
  2. or download this
    # perl Makefile.PL
    # make
    # make test
    
  3. or download this
    make test
    PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_h
    +arness(0, 'blib/lib', 'blib/arch')" t/*.t
    ...
    9 tests skipped.
    Failed 5/16 test scripts, 68.75% okay. 29/34 subtests failed, 14.71% o
    +kay.
    make: *** [test_dynamic] Error 255