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

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Jul 9 16:54:19 UTC 2008


Author: gregoa
Date: Wed Jul  9 16:54:18 2008
New Revision: 22974

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

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/lib/Bundle/DBD/Pg.pm
    branches/upstream/libdbd-pg-perl/current/t/00-signature.t
    branches/upstream/libdbd-pg-perl/current/t/00basic.t
    branches/upstream/libdbd-pg-perl/current/t/01connect.t
    branches/upstream/libdbd-pg-perl/current/t/01constants.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/99_perlcritic.t
    branches/upstream/libdbd-pg-perl/current/t/99_pod.t
    branches/upstream/libdbd-pg-perl/current/t/99_spellcheck.t
    branches/upstream/libdbd-pg-perl/current/t/99_yaml.t
    branches/upstream/libdbd-pg-perl/current/t/99cleanup.t
    branches/upstream/libdbd-pg-perl/current/t/dbdpg_test_setup.pl
    branches/upstream/libdbd-pg-perl/current/types.c

[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=22974&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=22974&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=22974&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=22974&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=22974&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=22974&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=22974&op=diff

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

Modified: branches/upstream/libdbd-pg-perl/current/t/00basic.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbd-pg-perl/current/t/00basic.t?rev=22974&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=22974&op=diff

Modified: branches/upstream/libdbd-pg-perl/current/t/01constants.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbd-pg-perl/current/t/01constants.t?rev=22974&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=22974&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=22974&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=22974&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=22974&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=22974&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=22974&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=22974&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=22974&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=22974&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=22974&op=diff

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

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

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

Modified: branches/upstream/libdbd-pg-perl/current/t/99_yaml.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbd-pg-perl/current/t/99_yaml.t?rev=22974&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=22974&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=22974&op=diff

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




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