Commit graph

12 commits

Author SHA1 Message Date
mjl
5bf01d3623 Update p5-DBD-CSV to 0.2001
adjusted docs to show Jeff as the new maintainer.
  added docs for extended SQL features (joins, etc.) available
     with SQL::Statement 1.0 and above.
  adjusted tests blobs.t, chopblanks.t, and ak-dbd.t to work with
     all versions of SQL::Statement.
2002-02-14 15:55:20 +00:00
mjl
832f16ee21 Update to 0.1029
* lib/DBD/CSV.pm (fetch_row): A numeric value must be assigned to $!.
 * lib/DBD/CSV.pm (fetch_row): Changed "undef $!" to "$! = ''".
2001-11-30 14:15:33 +00:00
jlam
cc4128d97e Buildlinkify, in the sense that only the perl headers are found in
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-26 06:49:36 +00:00
zuntum
0ca28723fb Move pkg/ files into package's toplevel directory 2001-11-01 00:11:36 +00:00
veego
63ad910dee SVR4 packages have a limit of 9 chars for a package name.
The automatic truncation in gensolpkg doesn't work for packages which
have the same package name for the first 5-6 chars.
e.g. amanda-server and amanda-client would be named amanda and amanda.
Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for
amanda-server.
All svr4 packages also have a vendor tag, so we have to reserve some chars
for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6
or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the
vendor tag enough room.
All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-10-18 15:20:01 +00:00
mjl
1730a71573 Update to 0.1027. Changes:
* lib/DBD/File.pm (table_info): Added closedir().
2001-05-26 01:53:32 +00:00
agc
6ef28d06c5 Move to sha1 digests, and add distfile sizes. 2001-04-18 16:10:56 +00:00
agc
5092342d3d + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
+ include distfile filesizes in distinfo
2001-04-17 09:56:50 +00:00
mjl
d9a20699a7 Update to 0.1025
* lib/DBD/CSV.pm (fetch_row): Now cleaning $! before
          calling $csv->getline(). Seems to return false errors
          otherwise in some cases.
        * Made Makefile.PL CPAN conformant.
        * Removed unnecessary stuff in Makefile.PL which verified
          the DBI installation.
        * lib/DBD/File.pm (STORE): Changed croak to die.
        * Minor fix in the docs
        * Minor compatibility fixes in the test suite for Perl 5.6.
2001-03-21 17:30:28 +00:00
wiz
417e8bbabf Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 14:17:22 +00:00
wiz
24a0333e2d Fix dependency line. 2000-11-16 02:38:05 +00:00
mjl
91d15d7197 Initial import of p5-DBD-CSV: Access comma separated value files via
the DBI interface.
2000-10-23 13:57:03 +00:00