DBI requires 5.6.0 or 5.6.1?
- From: paul@xxxxxxxxx (Paul DuBois)
- Date: Fri, 13 Jul 2007 19:38:02 -0500
From
http://search.cpan.org/~timb/DBI-1.58/Changes:
Changes in DBI 1.33, 27th February 2003
NOTE: Future versions of the DBI *will not* support perl 5.6.0 or earlier.
: Perl 5.6.1 will be the minimum supported version.
Okay, but ...
Changes in DBI 1.38, 21th August 2003
NOTE: The DBI now requires perl version 5.6.0 or later.
(As per notice in DBI 1.33 released 27th February 2003)
Which contradicts the 1.33 section a bit.
Next:
Changes in DBI 1.49 (svn rev 2287), 29th November 2005
Change to require perl 5.6.1 (as advertised in 2003) not 5.6.0.
But DBI.pm says:
require 5.006_00;
BEGIN {
$DBI::VERSION = "1.58"; # ==> ALSO update the version in the pod text below!
}
So I'm afraid I'm confused by this. What's the required version?
.
Relevant Pages
- Re: Perl 6 DBI API ideas
... Though I didn't raise my hand when you asked for people to contribute to a DBI module for Perl 6, I've had some ideas that I thought about sharing. ... I would also love to see some standardization on the driver names ("mysql" when it's normally written ... DBI is supposed to be query language agnostic, even if SQL is the most commonly used group of languages, and if a user can declare this explicitly, it saves the driver from having to guess what they were given, which might be ambiguous. ... (perl.dbi.users) - Problem of DBI build
... I installed Oracle Application Server 4.0.8.2 included perl module. ... I need to installe DBI and DBD::Oracle module. ... You can install them any time after installing the DBI. ... line 318: error 1705: Function prototypes are an ANSI feature. ... (perl.dbi.users) - Problem of DBI build
... I installed Oracle Application Server 4.0.8.2 included perl module. ... I need to installe DBI and DBD::Oracle module. ... You can install them any time after installing the DBI. ... line 318: error 1705: Function prototypes are an ANSI feature. ... (perl.dbi.users) - Re: use of DBI; I am getting multiple error messages mixed in with the correct output.
... T> expected a mature library like DBI to behave like this. ... I learned plenty about the perl side of things from her posts. ... closely represent the SQL idea of a null. ... trivially easy to perform bulk loads using the DB's particular ... (comp.lang.perl.misc) - Re: DBD::Informix and SIGBUS in perl
... use DBI; ... > My program is a CGI script in perl, which provides web-access to a database ... assigned to a DBD::Informix database handle. ... > LANGUAGE (unset) ... (perl.dbi.users) |
|