r57376 - in /branches/upstream/libsearch-xapian-perl/current: ./ XS/ Xapian/ Xapian/MSet/ examples/ t/

olly at users.alioth.debian.org olly at users.alioth.debian.org
Mon May 3 13:51:42 UTC 2010


Author: olly
Date: Mon May  3 13:51:26 2010
New Revision: 57376

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=57376
Log:
[svn-upgrade] Integrating new upstream version, libsearch-xapian-perl (1.2.0.0)

Added:
    branches/upstream/libsearch-xapian-perl/current/XS/AssertionError.xs
    branches/upstream/libsearch-xapian-perl/current/XS/DatabaseCorruptError.xs
    branches/upstream/libsearch-xapian-perl/current/XS/DatabaseCreateError.xs
    branches/upstream/libsearch-xapian-perl/current/XS/DatabaseError.xs
    branches/upstream/libsearch-xapian-perl/current/XS/DatabaseLockError.xs
    branches/upstream/libsearch-xapian-perl/current/XS/DatabaseModifiedError.xs
    branches/upstream/libsearch-xapian-perl/current/XS/DatabaseOpeningError.xs
    branches/upstream/libsearch-xapian-perl/current/XS/DatabaseVersionError.xs
    branches/upstream/libsearch-xapian-perl/current/XS/DocNotFoundError.xs
    branches/upstream/libsearch-xapian-perl/current/XS/Error.xs
    branches/upstream/libsearch-xapian-perl/current/XS/FeatureUnavailableError.xs
    branches/upstream/libsearch-xapian-perl/current/XS/InternalError.xs
    branches/upstream/libsearch-xapian-perl/current/XS/InvalidArgumentError.xs
    branches/upstream/libsearch-xapian-perl/current/XS/InvalidOperationError.xs
    branches/upstream/libsearch-xapian-perl/current/XS/LogicError.xs
    branches/upstream/libsearch-xapian-perl/current/XS/NetworkError.xs
    branches/upstream/libsearch-xapian-perl/current/XS/NetworkTimeoutError.xs
    branches/upstream/libsearch-xapian-perl/current/XS/QueryParserError.xs
    branches/upstream/libsearch-xapian-perl/current/XS/RangeError.xs
    branches/upstream/libsearch-xapian-perl/current/XS/RuntimeError.xs
    branches/upstream/libsearch-xapian-perl/current/XS/SerialisationError.xs
    branches/upstream/libsearch-xapian-perl/current/XS/UnimplementedError.xs
    branches/upstream/libsearch-xapian-perl/current/Xapian/AssertionError.pm
    branches/upstream/libsearch-xapian-perl/current/Xapian/DatabaseCorruptError.pm
    branches/upstream/libsearch-xapian-perl/current/Xapian/DatabaseCreateError.pm
    branches/upstream/libsearch-xapian-perl/current/Xapian/DatabaseError.pm
    branches/upstream/libsearch-xapian-perl/current/Xapian/DatabaseLockError.pm
    branches/upstream/libsearch-xapian-perl/current/Xapian/DatabaseModifiedError.pm
    branches/upstream/libsearch-xapian-perl/current/Xapian/DatabaseOpeningError.pm
    branches/upstream/libsearch-xapian-perl/current/Xapian/DatabaseVersionError.pm
    branches/upstream/libsearch-xapian-perl/current/Xapian/DocNotFoundError.pm
    branches/upstream/libsearch-xapian-perl/current/Xapian/Error.pm
    branches/upstream/libsearch-xapian-perl/current/Xapian/FeatureUnavailableError.pm
    branches/upstream/libsearch-xapian-perl/current/Xapian/InternalError.pm
    branches/upstream/libsearch-xapian-perl/current/Xapian/InvalidArgumentError.pm
    branches/upstream/libsearch-xapian-perl/current/Xapian/InvalidOperationError.pm
    branches/upstream/libsearch-xapian-perl/current/Xapian/LogicError.pm
    branches/upstream/libsearch-xapian-perl/current/Xapian/NetworkError.pm
    branches/upstream/libsearch-xapian-perl/current/Xapian/NetworkTimeoutError.pm
    branches/upstream/libsearch-xapian-perl/current/Xapian/QueryParserError.pm
    branches/upstream/libsearch-xapian-perl/current/Xapian/RangeError.pm
    branches/upstream/libsearch-xapian-perl/current/Xapian/RuntimeError.pm
    branches/upstream/libsearch-xapian-perl/current/Xapian/SerialisationError.pm
    branches/upstream/libsearch-xapian-perl/current/Xapian/UnimplementedError.pm
    branches/upstream/libsearch-xapian-perl/current/generate-perl-exceptions
    branches/upstream/libsearch-xapian-perl/current/handle_exception.cc
    branches/upstream/libsearch-xapian-perl/current/t/databasemodified.t
    branches/upstream/libsearch-xapian-perl/current/typemap-errorclasses
Modified:
    branches/upstream/libsearch-xapian-perl/current/Changes
    branches/upstream/libsearch-xapian-perl/current/MANIFEST
    branches/upstream/libsearch-xapian-perl/current/MANIFEST.SKIP
    branches/upstream/libsearch-xapian-perl/current/META.yml
    branches/upstream/libsearch-xapian-perl/current/Makefile.PL
    branches/upstream/libsearch-xapian-perl/current/README
    branches/upstream/libsearch-xapian-perl/current/XS/BM25Weight.xs
    branches/upstream/libsearch-xapian-perl/current/XS/BoolWeight.xs
    branches/upstream/libsearch-xapian-perl/current/XS/Database.xs
    branches/upstream/libsearch-xapian-perl/current/XS/Document.xs
    branches/upstream/libsearch-xapian-perl/current/XS/ESet.xs
    branches/upstream/libsearch-xapian-perl/current/XS/Enquire.xs
    branches/upstream/libsearch-xapian-perl/current/XS/MSet.xs
    branches/upstream/libsearch-xapian-perl/current/XS/WritableDatabase.xs
    branches/upstream/libsearch-xapian-perl/current/Xapian.pm
    branches/upstream/libsearch-xapian-perl/current/Xapian.xs
    branches/upstream/libsearch-xapian-perl/current/Xapian/Database.pm
    branches/upstream/libsearch-xapian-perl/current/Xapian/ESet.pm
    branches/upstream/libsearch-xapian-perl/current/Xapian/Enquire.pm
    branches/upstream/libsearch-xapian-perl/current/Xapian/MSet.pm
    branches/upstream/libsearch-xapian-perl/current/Xapian/MSet/Tied.pm
    branches/upstream/libsearch-xapian-perl/current/Xapian/WritableDatabase.pm
    branches/upstream/libsearch-xapian-perl/current/examples/simpleexpand.pl
    branches/upstream/libsearch-xapian-perl/current/t/tied.t
    branches/upstream/libsearch-xapian-perl/current/t/writabledatabase.t

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

Modified: branches/upstream/libsearch-xapian-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/Changes?rev=57376&op=diff

Modified: branches/upstream/libsearch-xapian-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/MANIFEST?rev=57376&op=diff

Modified: branches/upstream/libsearch-xapian-perl/current/MANIFEST.SKIP
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/MANIFEST.SKIP?rev=57376&op=diff

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

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

Modified: branches/upstream/libsearch-xapian-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/README?rev=57376&op=diff

Added: branches/upstream/libsearch-xapian-perl/current/XS/AssertionError.xs
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/XS/AssertionError.xs?rev=57376&op=file

Modified: branches/upstream/libsearch-xapian-perl/current/XS/BM25Weight.xs
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/XS/BM25Weight.xs?rev=57376&op=diff

Modified: branches/upstream/libsearch-xapian-perl/current/XS/BoolWeight.xs
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/XS/BoolWeight.xs?rev=57376&op=diff

Modified: branches/upstream/libsearch-xapian-perl/current/XS/Database.xs
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/XS/Database.xs?rev=57376&op=diff

Added: branches/upstream/libsearch-xapian-perl/current/XS/DatabaseCorruptError.xs
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/XS/DatabaseCorruptError.xs?rev=57376&op=file

Added: branches/upstream/libsearch-xapian-perl/current/XS/DatabaseCreateError.xs
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/XS/DatabaseCreateError.xs?rev=57376&op=file

Added: branches/upstream/libsearch-xapian-perl/current/XS/DatabaseError.xs
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/XS/DatabaseError.xs?rev=57376&op=file

Added: branches/upstream/libsearch-xapian-perl/current/XS/DatabaseLockError.xs
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/XS/DatabaseLockError.xs?rev=57376&op=file

Added: branches/upstream/libsearch-xapian-perl/current/XS/DatabaseModifiedError.xs
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/XS/DatabaseModifiedError.xs?rev=57376&op=file

Added: branches/upstream/libsearch-xapian-perl/current/XS/DatabaseOpeningError.xs
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/XS/DatabaseOpeningError.xs?rev=57376&op=file

Added: branches/upstream/libsearch-xapian-perl/current/XS/DatabaseVersionError.xs
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/XS/DatabaseVersionError.xs?rev=57376&op=file

Added: branches/upstream/libsearch-xapian-perl/current/XS/DocNotFoundError.xs
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/XS/DocNotFoundError.xs?rev=57376&op=file

Modified: branches/upstream/libsearch-xapian-perl/current/XS/Document.xs
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/XS/Document.xs?rev=57376&op=diff

Modified: branches/upstream/libsearch-xapian-perl/current/XS/ESet.xs
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/XS/ESet.xs?rev=57376&op=diff

Modified: branches/upstream/libsearch-xapian-perl/current/XS/Enquire.xs
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/XS/Enquire.xs?rev=57376&op=diff

Added: branches/upstream/libsearch-xapian-perl/current/XS/Error.xs
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/XS/Error.xs?rev=57376&op=file

Added: branches/upstream/libsearch-xapian-perl/current/XS/FeatureUnavailableError.xs
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/XS/FeatureUnavailableError.xs?rev=57376&op=file

Added: branches/upstream/libsearch-xapian-perl/current/XS/InternalError.xs
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/XS/InternalError.xs?rev=57376&op=file

Added: branches/upstream/libsearch-xapian-perl/current/XS/InvalidArgumentError.xs
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/XS/InvalidArgumentError.xs?rev=57376&op=file

Added: branches/upstream/libsearch-xapian-perl/current/XS/InvalidOperationError.xs
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/XS/InvalidOperationError.xs?rev=57376&op=file

Added: branches/upstream/libsearch-xapian-perl/current/XS/LogicError.xs
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/XS/LogicError.xs?rev=57376&op=file

Modified: branches/upstream/libsearch-xapian-perl/current/XS/MSet.xs
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/XS/MSet.xs?rev=57376&op=diff

Added: branches/upstream/libsearch-xapian-perl/current/XS/NetworkError.xs
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/XS/NetworkError.xs?rev=57376&op=file

Added: branches/upstream/libsearch-xapian-perl/current/XS/NetworkTimeoutError.xs
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/XS/NetworkTimeoutError.xs?rev=57376&op=file

Added: branches/upstream/libsearch-xapian-perl/current/XS/QueryParserError.xs
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/XS/QueryParserError.xs?rev=57376&op=file

Added: branches/upstream/libsearch-xapian-perl/current/XS/RangeError.xs
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/XS/RangeError.xs?rev=57376&op=file

Added: branches/upstream/libsearch-xapian-perl/current/XS/RuntimeError.xs
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/XS/RuntimeError.xs?rev=57376&op=file

Added: branches/upstream/libsearch-xapian-perl/current/XS/SerialisationError.xs
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/XS/SerialisationError.xs?rev=57376&op=file

Added: branches/upstream/libsearch-xapian-perl/current/XS/UnimplementedError.xs
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/XS/UnimplementedError.xs?rev=57376&op=file

Modified: branches/upstream/libsearch-xapian-perl/current/XS/WritableDatabase.xs
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/XS/WritableDatabase.xs?rev=57376&op=diff

Modified: branches/upstream/libsearch-xapian-perl/current/Xapian.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/Xapian.pm?rev=57376&op=diff

Modified: branches/upstream/libsearch-xapian-perl/current/Xapian.xs
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/Xapian.xs?rev=57376&op=diff

Added: branches/upstream/libsearch-xapian-perl/current/Xapian/AssertionError.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/Xapian/AssertionError.pm?rev=57376&op=file

Modified: branches/upstream/libsearch-xapian-perl/current/Xapian/Database.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/Xapian/Database.pm?rev=57376&op=diff

Added: branches/upstream/libsearch-xapian-perl/current/Xapian/DatabaseCorruptError.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/Xapian/DatabaseCorruptError.pm?rev=57376&op=file

Added: branches/upstream/libsearch-xapian-perl/current/Xapian/DatabaseCreateError.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/Xapian/DatabaseCreateError.pm?rev=57376&op=file

Added: branches/upstream/libsearch-xapian-perl/current/Xapian/DatabaseError.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/Xapian/DatabaseError.pm?rev=57376&op=file

Added: branches/upstream/libsearch-xapian-perl/current/Xapian/DatabaseLockError.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/Xapian/DatabaseLockError.pm?rev=57376&op=file

Added: branches/upstream/libsearch-xapian-perl/current/Xapian/DatabaseModifiedError.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/Xapian/DatabaseModifiedError.pm?rev=57376&op=file

Added: branches/upstream/libsearch-xapian-perl/current/Xapian/DatabaseOpeningError.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/Xapian/DatabaseOpeningError.pm?rev=57376&op=file

Added: branches/upstream/libsearch-xapian-perl/current/Xapian/DatabaseVersionError.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/Xapian/DatabaseVersionError.pm?rev=57376&op=file

Added: branches/upstream/libsearch-xapian-perl/current/Xapian/DocNotFoundError.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/Xapian/DocNotFoundError.pm?rev=57376&op=file

Modified: branches/upstream/libsearch-xapian-perl/current/Xapian/ESet.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/Xapian/ESet.pm?rev=57376&op=diff

Modified: branches/upstream/libsearch-xapian-perl/current/Xapian/Enquire.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/Xapian/Enquire.pm?rev=57376&op=diff

Added: branches/upstream/libsearch-xapian-perl/current/Xapian/Error.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/Xapian/Error.pm?rev=57376&op=file

Added: branches/upstream/libsearch-xapian-perl/current/Xapian/FeatureUnavailableError.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/Xapian/FeatureUnavailableError.pm?rev=57376&op=file

Added: branches/upstream/libsearch-xapian-perl/current/Xapian/InternalError.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/Xapian/InternalError.pm?rev=57376&op=file

Added: branches/upstream/libsearch-xapian-perl/current/Xapian/InvalidArgumentError.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/Xapian/InvalidArgumentError.pm?rev=57376&op=file

Added: branches/upstream/libsearch-xapian-perl/current/Xapian/InvalidOperationError.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/Xapian/InvalidOperationError.pm?rev=57376&op=file

Added: branches/upstream/libsearch-xapian-perl/current/Xapian/LogicError.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/Xapian/LogicError.pm?rev=57376&op=file

Modified: branches/upstream/libsearch-xapian-perl/current/Xapian/MSet.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/Xapian/MSet.pm?rev=57376&op=diff

Modified: branches/upstream/libsearch-xapian-perl/current/Xapian/MSet/Tied.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/Xapian/MSet/Tied.pm?rev=57376&op=diff

Added: branches/upstream/libsearch-xapian-perl/current/Xapian/NetworkError.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/Xapian/NetworkError.pm?rev=57376&op=file

Added: branches/upstream/libsearch-xapian-perl/current/Xapian/NetworkTimeoutError.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/Xapian/NetworkTimeoutError.pm?rev=57376&op=file

Added: branches/upstream/libsearch-xapian-perl/current/Xapian/QueryParserError.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/Xapian/QueryParserError.pm?rev=57376&op=file

Added: branches/upstream/libsearch-xapian-perl/current/Xapian/RangeError.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/Xapian/RangeError.pm?rev=57376&op=file

Added: branches/upstream/libsearch-xapian-perl/current/Xapian/RuntimeError.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/Xapian/RuntimeError.pm?rev=57376&op=file

Added: branches/upstream/libsearch-xapian-perl/current/Xapian/SerialisationError.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/Xapian/SerialisationError.pm?rev=57376&op=file

Added: branches/upstream/libsearch-xapian-perl/current/Xapian/UnimplementedError.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/Xapian/UnimplementedError.pm?rev=57376&op=file

Modified: branches/upstream/libsearch-xapian-perl/current/Xapian/WritableDatabase.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/Xapian/WritableDatabase.pm?rev=57376&op=diff

Modified: branches/upstream/libsearch-xapian-perl/current/examples/simpleexpand.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/examples/simpleexpand.pl?rev=57376&op=diff

Added: branches/upstream/libsearch-xapian-perl/current/generate-perl-exceptions
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/generate-perl-exceptions?rev=57376&op=file

Added: branches/upstream/libsearch-xapian-perl/current/handle_exception.cc
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/handle_exception.cc?rev=57376&op=file

Added: branches/upstream/libsearch-xapian-perl/current/t/databasemodified.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/t/databasemodified.t?rev=57376&op=file

Modified: branches/upstream/libsearch-xapian-perl/current/t/tied.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/t/tied.t?rev=57376&op=diff

Modified: branches/upstream/libsearch-xapian-perl/current/t/writabledatabase.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/t/writabledatabase.t?rev=57376&op=diff

Added: branches/upstream/libsearch-xapian-perl/current/typemap-errorclasses
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsearch-xapian-perl/current/typemap-errorclasses?rev=57376&op=file




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