r65148 - in /branches/upstream/libdbd-pg-perl/current: ./ lib/Bundle/DBD/ t/

ansgar at users.alioth.debian.org ansgar at users.alioth.debian.org
Sun Nov 21 10:07:41 UTC 2010


Author: ansgar
Date: Sun Nov 21 10:07:29 2010
New Revision: 65148

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=65148
Log:
[svn-upgrade] new version libdbd-pg-perl (2.17.2)

Modified:
    branches/upstream/libdbd-pg-perl/current/Changes
    branches/upstream/libdbd-pg-perl/current/META.yml
    branches/upstream/libdbd-pg-perl/current/Makefile.PL
    branches/upstream/libdbd-pg-perl/current/Pg.pm
    branches/upstream/libdbd-pg-perl/current/README
    branches/upstream/libdbd-pg-perl/current/SIGNATURE
    branches/upstream/libdbd-pg-perl/current/dbdimp.c
    branches/upstream/libdbd-pg-perl/current/lib/Bundle/DBD/Pg.pm
    branches/upstream/libdbd-pg-perl/current/quote.c
    branches/upstream/libdbd-pg-perl/current/quote.h
    branches/upstream/libdbd-pg-perl/current/t/01connect.t
    branches/upstream/libdbd-pg-perl/current/t/02attribs.t
    branches/upstream/libdbd-pg-perl/current/t/03dbmethod.t
    branches/upstream/libdbd-pg-perl/current/t/03smethod.t
    branches/upstream/libdbd-pg-perl/current/t/04misc.t
    branches/upstream/libdbd-pg-perl/current/t/06bytea.t
    branches/upstream/libdbd-pg-perl/current/t/07copy.t
    branches/upstream/libdbd-pg-perl/current/t/08async.t
    branches/upstream/libdbd-pg-perl/current/t/09arrays.t
    branches/upstream/libdbd-pg-perl/current/t/12placeholders.t
    branches/upstream/libdbd-pg-perl/current/t/20savepoints.t
    branches/upstream/libdbd-pg-perl/current/t/99cleanup.t
    branches/upstream/libdbd-pg-perl/current/t/dbdpg_test_setup.pl

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

Modified: branches/upstream/libdbd-pg-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbd-pg-perl/current/Changes?rev=65148&op=diff

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

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

Modified: branches/upstream/libdbd-pg-perl/current/Pg.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbd-pg-perl/current/Pg.pm?rev=65148&op=diff

Modified: branches/upstream/libdbd-pg-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbd-pg-perl/current/README?rev=65148&op=diff

Modified: branches/upstream/libdbd-pg-perl/current/SIGNATURE
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbd-pg-perl/current/SIGNATURE?rev=65148&op=diff

Modified: branches/upstream/libdbd-pg-perl/current/dbdimp.c
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbd-pg-perl/current/dbdimp.c?rev=65148&op=diff

Modified: branches/upstream/libdbd-pg-perl/current/lib/Bundle/DBD/Pg.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbd-pg-perl/current/lib/Bundle/DBD/Pg.pm?rev=65148&op=diff

Modified: branches/upstream/libdbd-pg-perl/current/quote.c
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbd-pg-perl/current/quote.c?rev=65148&op=diff

Modified: branches/upstream/libdbd-pg-perl/current/quote.h
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbd-pg-perl/current/quote.h?rev=65148&op=diff

Modified: branches/upstream/libdbd-pg-perl/current/t/01connect.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbd-pg-perl/current/t/01connect.t?rev=65148&op=diff

Modified: branches/upstream/libdbd-pg-perl/current/t/02attribs.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbd-pg-perl/current/t/02attribs.t?rev=65148&op=diff

Modified: branches/upstream/libdbd-pg-perl/current/t/03dbmethod.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbd-pg-perl/current/t/03dbmethod.t?rev=65148&op=diff

Modified: branches/upstream/libdbd-pg-perl/current/t/03smethod.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbd-pg-perl/current/t/03smethod.t?rev=65148&op=diff

Modified: branches/upstream/libdbd-pg-perl/current/t/04misc.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbd-pg-perl/current/t/04misc.t?rev=65148&op=diff

Modified: branches/upstream/libdbd-pg-perl/current/t/06bytea.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbd-pg-perl/current/t/06bytea.t?rev=65148&op=diff

Modified: branches/upstream/libdbd-pg-perl/current/t/07copy.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbd-pg-perl/current/t/07copy.t?rev=65148&op=diff

Modified: branches/upstream/libdbd-pg-perl/current/t/08async.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbd-pg-perl/current/t/08async.t?rev=65148&op=diff

Modified: branches/upstream/libdbd-pg-perl/current/t/09arrays.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbd-pg-perl/current/t/09arrays.t?rev=65148&op=diff

Modified: branches/upstream/libdbd-pg-perl/current/t/12placeholders.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbd-pg-perl/current/t/12placeholders.t?rev=65148&op=diff

Modified: branches/upstream/libdbd-pg-perl/current/t/20savepoints.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbd-pg-perl/current/t/20savepoints.t?rev=65148&op=diff

Modified: branches/upstream/libdbd-pg-perl/current/t/99cleanup.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbd-pg-perl/current/t/99cleanup.t?rev=65148&op=diff

Modified: branches/upstream/libdbd-pg-perl/current/t/dbdpg_test_setup.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbd-pg-perl/current/t/dbdpg_test_setup.pl?rev=65148&op=diff




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