H.Merijn Brand wrote:
On Tue, 6 Jun 2006 14:43:49 +0200, "H.Merijn Brand" <[EMAIL PROTECTED]>
wrote:

On Fri, 02 Jun 2006 20:38:24 -0400, "Thomas A. Lowery" <[EMAIL PROTECTED]>
wrote:

Thomas A. Lowery wrote:
Jeff Zucker wrote:
H.Merijn Brand wrote:
Can you point me to the latest version, so that I can patch against
something more actual?
http://svn.perl.org/modules/dbi-shell/trunk/ is sadly empty. Perhaps Tom could be persuaded to upload his most recent there.
As soon as I can I've svn password reset I'll upload the current version of DBI::Shell and dbish .
I've added the current release to svn.perl.org/modules/dbi-shell/trunk.
What is the easiest way to get a working copy of that?

# wget -m -nH -np --cut-dirs=3 http://svn.perl.org/modules/dbi-shell/trunk/

doesn't work, as it only gets index.html and robots.txt
I do not have svn on my HP-UX box

Well, in absence of something better, I installed it on my laptop

# mkdir dbi-shell
# cd dbi-shell
# svn co http://svn.perl.org/modules/dbi-shell/trunk/
# mv trunk/* .
# rm -rf trunk

lt09:/pro/3gl/CPAN/dbi-shell 114 > perl Makefile.PL
Checking if your kit is complete...
Looks good
Warning: prerequisite IO::Tee 0 not found.
Warning: prerequisite Text::Reform 0 not found.
Writing Makefile for DBI::Shell
lt09:/pro/3gl/CPAN/dbi-shell 115 >

Do we need that?
IO::Tee is used by the spool command. Text::Reform is used by advance results formating.

It's normal for some of the function tests to fail.
lt09:/pro/3gl/CPAN/dbi-shell 116 > make test
PERL_DL_NONLAZY=1 /pro/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 
'blib/lib', 'blib/arch')" t/*.t
t/batch.......ok
t/core........ok
t/func........NOK 7
#   Failed test 'column_info tested'
#   in t/func.t at line 76.
Use of uninitialized value in concatenation (.) or string at t/func.t line 108.
Use of uninitialized value in concatenation (.) or string at t/func.t line 116.
Use of uninitialized value in concatenation (.) or string at t/func.t line 127.
Use of uninitialized value in concatenation (.) or string at t/func.t line 135.
Use of uninitialized value in concatenation (.) or string at t/func.t line 135.
Use of uninitialized value in concatenation (.) or string at t/func.t line 135.
Use of uninitialized value in concatenation (.) or string at t/func.t line 135.
Use of uninitialized value in concatenation (.) or string at t/func.t line 135.
Use of uninitialized value in concatenation (.) or string at t/func.t line 135.
Use of uninitialized value in concatenation (.) or string at t/func.t line 135.
Use of uninitialized value in concatenation (.) or string at t/func.t line 135.
t/func........NOK 20
#   Failed test 'quote_identifier( "link", "schema", "table" )'
#   in t/func.t at line 136.
#          got: '"link"."schema"."table"'
#     expected: 'linkschematable'
Use of uninitialized value in concatenation (.) or string at t/func.t line 162.
t/func........NOK 22
#   Failed test 'get_info(SQL_CATALOG_LOCATION) (114) '
#   in t/func.t at line 162.
Use of uninitialized value in concatenation (.) or string at t/func.t line 162.
t/func........NOK 23
#   Failed test 'get_info(SQL_CATALOG_NAME_SEPARATOR) (41) '
#   in t/func.t at line 162.

Reply via email to