From: Jarkko Hietaniemi Date: Sun, 6 Jan 2002 15:11:15 +0000 (+0000) Subject: DB_File sync from Paul Marquess. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d63909e497678c98f7f710462c7feadb15b4cea5;p=p5sagit%2Fp5-mst-13.2.git DB_File sync from Paul Marquess. p4raw-id: //depot/perl@14105 --- diff --git a/ext/DB_File/Changes b/ext/DB_File/Changes index b0068fe..6676d8a 100644 --- a/ext/DB_File/Changes +++ b/ext/DB_File/Changes @@ -395,3 +395,10 @@ * Added "clean" attribute to Makefile.PL +1.802 6th January 2001 + + * The message about some test failing in db-recno.t had the wrong test + numbers. Fixed. + + * merged core patch 13942. + diff --git a/ext/DB_File/DB_File.pm b/ext/DB_File/DB_File.pm index b83877f..3d3efbb 100644 --- a/ext/DB_File/DB_File.pm +++ b/ext/DB_File/DB_File.pm @@ -1,10 +1,10 @@ # DB_File.pm -- Perl 5 interface to Berkeley DB # # written by Paul Marquess (Paul.Marquess@btinternet.com) -# last modified 26th Nov 2001 -# version 1.801 +# last modified 6th Jan 2002 +# version 1.802 # -# Copyright (c) 1995-2001 Paul Marquess. All rights reserved. +# Copyright (c) 1995-2002 Paul Marquess. All rights reserved. # This program is free software; you can redistribute it and/or # modify it under the same terms as Perl itself. @@ -150,7 +150,7 @@ our ($db_version, $use_XSLoader); use Carp; -$VERSION = "1.801" ; +$VERSION = "1.802" ; #typedef enum { DB_BTREE, DB_HASH, DB_RECNO } DBTYPE; $DB_BTREE = new DB_File::BTREEINFO ; @@ -2225,7 +2225,7 @@ compile properly on IRIX 5.3. =head1 COPYRIGHT -Copyright (c) 1995-2001 Paul Marquess. All rights reserved. This program +Copyright (c) 1995-2002 Paul Marquess. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff --git a/ext/DB_File/DB_File.xs b/ext/DB_File/DB_File.xs index c788b98..26e2160 100644 --- a/ext/DB_File/DB_File.xs +++ b/ext/DB_File/DB_File.xs @@ -3,12 +3,12 @@ DB_File.xs -- Perl 5 interface to Berkeley DB written by Paul Marquess - last modified 26th Nov 2001 - version 1.801 + last modified 6th Jan 2002 + version 1.802 All comments/suggestions/problems are welcome - Copyright (c) 1995-2001 Paul Marquess. All rights reserved. + Copyright (c) 1995-2002 Paul Marquess. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. @@ -98,6 +98,7 @@ 1.800 - Moved backward compatability code into ppport.h. Use the new constants code. 1.801 - No change to DB_File.xs + 1.802 - No change to DB_File.xs */ diff --git a/ext/DB_File/dbinfo b/ext/DB_File/dbinfo index 5a4df15..d349d07 100644 --- a/ext/DB_File/dbinfo +++ b/ext/DB_File/dbinfo @@ -7,7 +7,7 @@ # Version: 1.03 # Date 17th September 2000 # -# Copyright (c) 1998-2000 Paul Marquess. All rights reserved. +# Copyright (c) 1998-2002 Paul Marquess. All rights reserved. # This program is free software; you can redistribute it and/or # modify it under the same terms as Perl itself. diff --git a/ext/DB_File/t/db-recno.t b/ext/DB_File/t/db-recno.t index 339baec..5b03219 100755 --- a/ext/DB_File/t/db-recno.t +++ b/ext/DB_File/t/db-recno.t @@ -93,8 +93,8 @@ sub bad_one { print STDERR < - last modified 22nd Oct 2001 - version 1.79 + last modified 2nd Jan 2002 + version 1.802 All comments/suggestions/problems are welcome - Copyright (c) 1995-2001 Paul Marquess. All rights reserved. + Copyright (c) 1995-2002 Paul Marquess. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.