On Fri, Mar 28, 2003 at 05:27:48PM +0100, H.Merijn Brand wrote:
> On Thu 27 Mar 2003 19:13, Tim Bunce <[EMAIL PROTECTED]> wrote:
> > file: $CPAN/authors/id/T/TI/TIMB/DBD-Oracle-1.14.tar.gz
> > size: 199667 bytes
> > md5: ec364509df5dfd57a4c05e2c410f358f
>
> Something changed since 1.14-gamma2:
It's always the last minute changes that get'ya!
> This will fix the lot:
> -($inspdver{rdbms_ver} = $inspdver{RDBMS}) =~ s/^(\d+\.\d+)\.(\d+)/${1}0$2/;
> +($inspdver{rdbms_ver} = $inspdver{RDBMS}) =~ s/^(\d+\.\d+)\.(\d+)(.\d+)*/${1}0$2/;
Why was that change needed?
> - my $libdir = hpux_libdir();
> + my $libdir = main::hpux_libdir();
Thanks!
I'll probably wait another few days before releasing in case any
other problems come to light.
Tim.