r56011 - in /branches/upstream/libdbm-deep-perl/current: ./ etc/ lib/DBM/ lib/DBM/Deep/ lib/DBM/Deep/Engine/ lib/DBM/Deep/Engine/Sector/ lib/DBM/Deep/Iterator/ lib/DBM/Deep/Iterator/File/ lib/DBM/Deep/Sector/ lib/DBM/Deep/Sector/DBI/ lib/DBM/Deep/Sector/File/ lib/DBM/Deep/Storage/ t/

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Mon Apr 12 11:44:59 UTC 2010


Author: ansgar-guest
Date: Mon Apr 12 11:44:52 2010
New Revision: 56011

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=56011
Log:
[svn-upgrade] Integrating new upstream version, libdbm-deep-perl (1.0020)

Added:
    branches/upstream/libdbm-deep-perl/current/etc/
    branches/upstream/libdbm-deep-perl/current/etc/mysql_tables.sql
    branches/upstream/libdbm-deep-perl/current/etc/sqlite_tables.sql
    branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Engine/DBI.pm
    branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Engine/File.pm
    branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Iterator/DBI.pm
    branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Iterator/File/
    branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Iterator/File.pm
    branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Iterator/File/BucketList.pm
    branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Iterator/File/Index.pm
    branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Sector/
    branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Sector.pm
    branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Sector/DBI/
    branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Sector/DBI.pm
    branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Sector/DBI/Reference.pm
    branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Sector/DBI/Scalar.pm
    branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Sector/File/
    branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Sector/File.pm
    branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Sector/File/BucketList.pm
    branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Sector/File/Data.pm
    branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Sector/File/Index.pm
    branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Sector/File/Null.pm
    branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Sector/File/Reference.pm
    branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Sector/File/Scalar.pm
    branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Storage/
    branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Storage.pm
    branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Storage/DBI.pm
    branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Storage/File.pm
    branches/upstream/libdbm-deep-perl/current/t/55_recursion.t
    branches/upstream/libdbm-deep-perl/current/t/96_virtual_functions.t
Removed:
    branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Engine/Sector/
    branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Engine/Sector.pm
    branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/File.pm
    branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Iterator/BucketList.pm
    branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Iterator/Index.pm
Modified:
    branches/upstream/libdbm-deep-perl/current/Build.PL
    branches/upstream/libdbm-deep-perl/current/Changes
    branches/upstream/libdbm-deep-perl/current/MANIFEST
    branches/upstream/libdbm-deep-perl/current/META.yml
    branches/upstream/libdbm-deep-perl/current/Makefile.PL
    branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep.pm
    branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep.pod
    branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Array.pm
    branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Engine.pm
    branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Hash.pm
    branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Internals.pod
    branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Iterator.pm
    branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Null.pm
    branches/upstream/libdbm-deep-perl/current/t/01_basic.t
    branches/upstream/libdbm-deep-perl/current/t/02_hash.t
    branches/upstream/libdbm-deep-perl/current/t/03_bighash.t
    branches/upstream/libdbm-deep-perl/current/t/04_array.t
    branches/upstream/libdbm-deep-perl/current/t/05_bigarray.t
    branches/upstream/libdbm-deep-perl/current/t/06_error.t
    branches/upstream/libdbm-deep-perl/current/t/07_locking.t
    branches/upstream/libdbm-deep-perl/current/t/08_deephash.t
    branches/upstream/libdbm-deep-perl/current/t/09_deeparray.t
    branches/upstream/libdbm-deep-perl/current/t/10_largekeys.t
    branches/upstream/libdbm-deep-perl/current/t/11_optimize.t
    branches/upstream/libdbm-deep-perl/current/t/12_clone.t
    branches/upstream/libdbm-deep-perl/current/t/13_setpack.t
    branches/upstream/libdbm-deep-perl/current/t/14_filter.t
    branches/upstream/libdbm-deep-perl/current/t/15_digest.t
    branches/upstream/libdbm-deep-perl/current/t/16_circular.t
    branches/upstream/libdbm-deep-perl/current/t/17_import.t
    branches/upstream/libdbm-deep-perl/current/t/18_export.t
    branches/upstream/libdbm-deep-perl/current/t/19_crossref.t
    branches/upstream/libdbm-deep-perl/current/t/20_tie.t
    branches/upstream/libdbm-deep-perl/current/t/21_tie_access.t
    branches/upstream/libdbm-deep-perl/current/t/22_internal_copy.t
    branches/upstream/libdbm-deep-perl/current/t/23_misc.t
    branches/upstream/libdbm-deep-perl/current/t/24_autobless.t
    branches/upstream/libdbm-deep-perl/current/t/25_tie_return_value.t
    branches/upstream/libdbm-deep-perl/current/t/26_scalar_ref.t
    branches/upstream/libdbm-deep-perl/current/t/27_filehandle.t
    branches/upstream/libdbm-deep-perl/current/t/28_index_sector.t
    branches/upstream/libdbm-deep-perl/current/t/29_largedata.t
    branches/upstream/libdbm-deep-perl/current/t/30_already_tied.t
    branches/upstream/libdbm-deep-perl/current/t/31_references.t
    branches/upstream/libdbm-deep-perl/current/t/32_dash_ell.t
    branches/upstream/libdbm-deep-perl/current/t/33_transactions.t
    branches/upstream/libdbm-deep-perl/current/t/34_transaction_arrays.t
    branches/upstream/libdbm-deep-perl/current/t/35_transaction_multiple.t
    branches/upstream/libdbm-deep-perl/current/t/38_data_sector_size.t
    branches/upstream/libdbm-deep-perl/current/t/39_singletons.t
    branches/upstream/libdbm-deep-perl/current/t/40_freespace.t
    branches/upstream/libdbm-deep-perl/current/t/41_transaction_multilevel.t
    branches/upstream/libdbm-deep-perl/current/t/42_transaction_indexsector.t
    branches/upstream/libdbm-deep-perl/current/t/43_transaction_maximum.t
    branches/upstream/libdbm-deep-perl/current/t/44_upgrade_db.t
    branches/upstream/libdbm-deep-perl/current/t/45_references.t
    branches/upstream/libdbm-deep-perl/current/t/46_blist_reindex.t
    branches/upstream/libdbm-deep-perl/current/t/47_odd_reference_behaviors.t
    branches/upstream/libdbm-deep-perl/current/t/48_autoexport_after_delete.t
    branches/upstream/libdbm-deep-perl/current/t/50_deletes.t
    branches/upstream/libdbm-deep-perl/current/t/52_memory_leak.t
    branches/upstream/libdbm-deep-perl/current/t/53_misc_transactions.t
    branches/upstream/libdbm-deep-perl/current/t/97_dump_file.t
    branches/upstream/libdbm-deep-perl/current/t/common.pm

[This mail would be too long, it was shortened to contain the URLs only.]

Modified: branches/upstream/libdbm-deep-perl/current/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/Build.PL?rev=56011&op=diff

Modified: branches/upstream/libdbm-deep-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/Changes?rev=56011&op=diff

Modified: branches/upstream/libdbm-deep-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/MANIFEST?rev=56011&op=diff

Modified: branches/upstream/libdbm-deep-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/META.yml?rev=56011&op=diff

Modified: branches/upstream/libdbm-deep-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/Makefile.PL?rev=56011&op=diff

Added: branches/upstream/libdbm-deep-perl/current/etc/mysql_tables.sql
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/etc/mysql_tables.sql?rev=56011&op=file

Added: branches/upstream/libdbm-deep-perl/current/etc/sqlite_tables.sql
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/etc/sqlite_tables.sql?rev=56011&op=file

Modified: branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep.pm?rev=56011&op=diff

Modified: branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep.pod
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep.pod?rev=56011&op=diff

Modified: branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Array.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Array.pm?rev=56011&op=diff

Modified: branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Engine.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Engine.pm?rev=56011&op=diff

Added: branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Engine/DBI.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Engine/DBI.pm?rev=56011&op=file

Added: branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Engine/File.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Engine/File.pm?rev=56011&op=file

Modified: branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Hash.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Hash.pm?rev=56011&op=diff

Modified: branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Internals.pod
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Internals.pod?rev=56011&op=diff

Modified: branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Iterator.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Iterator.pm?rev=56011&op=diff

Added: branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Iterator/DBI.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Iterator/DBI.pm?rev=56011&op=file

Added: branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Iterator/File.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Iterator/File.pm?rev=56011&op=file

Added: branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Iterator/File/BucketList.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Iterator/File/BucketList.pm?rev=56011&op=file

Added: branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Iterator/File/Index.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Iterator/File/Index.pm?rev=56011&op=file

Modified: branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Null.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Null.pm?rev=56011&op=diff

Added: branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Sector.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Sector.pm?rev=56011&op=file

Added: branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Sector/DBI.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Sector/DBI.pm?rev=56011&op=file

Added: branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Sector/DBI/Reference.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Sector/DBI/Reference.pm?rev=56011&op=file

Added: branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Sector/DBI/Scalar.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Sector/DBI/Scalar.pm?rev=56011&op=file

Added: branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Sector/File.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Sector/File.pm?rev=56011&op=file

Added: branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Sector/File/BucketList.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Sector/File/BucketList.pm?rev=56011&op=file

Added: branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Sector/File/Data.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Sector/File/Data.pm?rev=56011&op=file

Added: branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Sector/File/Index.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Sector/File/Index.pm?rev=56011&op=file

Added: branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Sector/File/Null.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Sector/File/Null.pm?rev=56011&op=file

Added: branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Sector/File/Reference.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Sector/File/Reference.pm?rev=56011&op=file

Added: branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Sector/File/Scalar.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Sector/File/Scalar.pm?rev=56011&op=file

Added: branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Storage.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Storage.pm?rev=56011&op=file

Added: branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Storage/DBI.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Storage/DBI.pm?rev=56011&op=file

Added: branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Storage/File.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/lib/DBM/Deep/Storage/File.pm?rev=56011&op=file

Modified: branches/upstream/libdbm-deep-perl/current/t/01_basic.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/t/01_basic.t?rev=56011&op=diff

Modified: branches/upstream/libdbm-deep-perl/current/t/02_hash.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/t/02_hash.t?rev=56011&op=diff

Modified: branches/upstream/libdbm-deep-perl/current/t/03_bighash.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/t/03_bighash.t?rev=56011&op=diff

Modified: branches/upstream/libdbm-deep-perl/current/t/04_array.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/t/04_array.t?rev=56011&op=diff

Modified: branches/upstream/libdbm-deep-perl/current/t/05_bigarray.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/t/05_bigarray.t?rev=56011&op=diff

Modified: branches/upstream/libdbm-deep-perl/current/t/06_error.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/t/06_error.t?rev=56011&op=diff

Modified: branches/upstream/libdbm-deep-perl/current/t/07_locking.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/t/07_locking.t?rev=56011&op=diff

Modified: branches/upstream/libdbm-deep-perl/current/t/08_deephash.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/t/08_deephash.t?rev=56011&op=diff

Modified: branches/upstream/libdbm-deep-perl/current/t/09_deeparray.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/t/09_deeparray.t?rev=56011&op=diff

Modified: branches/upstream/libdbm-deep-perl/current/t/10_largekeys.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/t/10_largekeys.t?rev=56011&op=diff

Modified: branches/upstream/libdbm-deep-perl/current/t/11_optimize.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/t/11_optimize.t?rev=56011&op=diff

Modified: branches/upstream/libdbm-deep-perl/current/t/12_clone.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/t/12_clone.t?rev=56011&op=diff

Modified: branches/upstream/libdbm-deep-perl/current/t/13_setpack.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/t/13_setpack.t?rev=56011&op=diff

Modified: branches/upstream/libdbm-deep-perl/current/t/14_filter.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/t/14_filter.t?rev=56011&op=diff

Modified: branches/upstream/libdbm-deep-perl/current/t/15_digest.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/t/15_digest.t?rev=56011&op=diff

Modified: branches/upstream/libdbm-deep-perl/current/t/16_circular.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/t/16_circular.t?rev=56011&op=diff

Modified: branches/upstream/libdbm-deep-perl/current/t/17_import.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/t/17_import.t?rev=56011&op=diff

Modified: branches/upstream/libdbm-deep-perl/current/t/18_export.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/t/18_export.t?rev=56011&op=diff

Modified: branches/upstream/libdbm-deep-perl/current/t/19_crossref.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/t/19_crossref.t?rev=56011&op=diff

Modified: branches/upstream/libdbm-deep-perl/current/t/20_tie.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/t/20_tie.t?rev=56011&op=diff

Modified: branches/upstream/libdbm-deep-perl/current/t/21_tie_access.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/t/21_tie_access.t?rev=56011&op=diff

Modified: branches/upstream/libdbm-deep-perl/current/t/22_internal_copy.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/t/22_internal_copy.t?rev=56011&op=diff

Modified: branches/upstream/libdbm-deep-perl/current/t/23_misc.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/t/23_misc.t?rev=56011&op=diff

Modified: branches/upstream/libdbm-deep-perl/current/t/24_autobless.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/t/24_autobless.t?rev=56011&op=diff

Modified: branches/upstream/libdbm-deep-perl/current/t/25_tie_return_value.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/t/25_tie_return_value.t?rev=56011&op=diff

Modified: branches/upstream/libdbm-deep-perl/current/t/26_scalar_ref.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/t/26_scalar_ref.t?rev=56011&op=diff

Modified: branches/upstream/libdbm-deep-perl/current/t/27_filehandle.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/t/27_filehandle.t?rev=56011&op=diff

Modified: branches/upstream/libdbm-deep-perl/current/t/28_index_sector.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/t/28_index_sector.t?rev=56011&op=diff

Modified: branches/upstream/libdbm-deep-perl/current/t/29_largedata.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/t/29_largedata.t?rev=56011&op=diff

Modified: branches/upstream/libdbm-deep-perl/current/t/30_already_tied.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/t/30_already_tied.t?rev=56011&op=diff

Modified: branches/upstream/libdbm-deep-perl/current/t/31_references.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/t/31_references.t?rev=56011&op=diff

Modified: branches/upstream/libdbm-deep-perl/current/t/32_dash_ell.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/t/32_dash_ell.t?rev=56011&op=diff

Modified: branches/upstream/libdbm-deep-perl/current/t/33_transactions.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/t/33_transactions.t?rev=56011&op=diff

Modified: branches/upstream/libdbm-deep-perl/current/t/34_transaction_arrays.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/t/34_transaction_arrays.t?rev=56011&op=diff

Modified: branches/upstream/libdbm-deep-perl/current/t/35_transaction_multiple.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/t/35_transaction_multiple.t?rev=56011&op=diff

Modified: branches/upstream/libdbm-deep-perl/current/t/38_data_sector_size.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/t/38_data_sector_size.t?rev=56011&op=diff

Modified: branches/upstream/libdbm-deep-perl/current/t/39_singletons.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/t/39_singletons.t?rev=56011&op=diff

Modified: branches/upstream/libdbm-deep-perl/current/t/40_freespace.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/t/40_freespace.t?rev=56011&op=diff

Modified: branches/upstream/libdbm-deep-perl/current/t/41_transaction_multilevel.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/t/41_transaction_multilevel.t?rev=56011&op=diff

Modified: branches/upstream/libdbm-deep-perl/current/t/42_transaction_indexsector.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/t/42_transaction_indexsector.t?rev=56011&op=diff

Modified: branches/upstream/libdbm-deep-perl/current/t/43_transaction_maximum.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/t/43_transaction_maximum.t?rev=56011&op=diff

Modified: branches/upstream/libdbm-deep-perl/current/t/44_upgrade_db.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/t/44_upgrade_db.t?rev=56011&op=diff

Modified: branches/upstream/libdbm-deep-perl/current/t/45_references.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/t/45_references.t?rev=56011&op=diff

Modified: branches/upstream/libdbm-deep-perl/current/t/46_blist_reindex.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/t/46_blist_reindex.t?rev=56011&op=diff

Modified: branches/upstream/libdbm-deep-perl/current/t/47_odd_reference_behaviors.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/t/47_odd_reference_behaviors.t?rev=56011&op=diff

Modified: branches/upstream/libdbm-deep-perl/current/t/48_autoexport_after_delete.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/t/48_autoexport_after_delete.t?rev=56011&op=diff

Modified: branches/upstream/libdbm-deep-perl/current/t/50_deletes.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/t/50_deletes.t?rev=56011&op=diff

Modified: branches/upstream/libdbm-deep-perl/current/t/52_memory_leak.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/t/52_memory_leak.t?rev=56011&op=diff

Modified: branches/upstream/libdbm-deep-perl/current/t/53_misc_transactions.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/t/53_misc_transactions.t?rev=56011&op=diff

Added: branches/upstream/libdbm-deep-perl/current/t/55_recursion.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/t/55_recursion.t?rev=56011&op=file

Added: branches/upstream/libdbm-deep-perl/current/t/96_virtual_functions.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/t/96_virtual_functions.t?rev=56011&op=file

Modified: branches/upstream/libdbm-deep-perl/current/t/97_dump_file.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/t/97_dump_file.t?rev=56011&op=diff

Modified: branches/upstream/libdbm-deep-perl/current/t/common.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbm-deep-perl/current/t/common.pm?rev=56011&op=diff




More information about the Pkg-perl-cvs-commits mailing list