r15347 - in /trunk/libdbd-pg-perl: ./ debian/ t/ t/lib/App/ t/lib/App/Info/ t/lib/App/Info/Handler/ t/lib/App/Info/RDBMS/

eloy at users.alioth.debian.org eloy at users.alioth.debian.org
Thu Feb 21 11:50:36 UTC 2008


Author: eloy
Date: Thu Feb 21 11:50:32 2008
New Revision: 15347

URL: http://svn.debian.org/wsvn/?sc=1&rev=15347
Log:
new upstream version

Added:
    trunk/libdbd-pg-perl/.perlcriticrc
      - copied unchanged from r15346, branches/upstream/libdbd-pg-perl/current/.perlcriticrc
    trunk/libdbd-pg-perl/dbivport.h
      - copied unchanged from r15346, branches/upstream/libdbd-pg-perl/current/dbivport.h
    trunk/libdbd-pg-perl/t/08async.t
      - copied unchanged from r15346, branches/upstream/libdbd-pg-perl/current/t/08async.t
    trunk/libdbd-pg-perl/t/09arrays.t
      - copied unchanged from r15346, branches/upstream/libdbd-pg-perl/current/t/09arrays.t
    trunk/libdbd-pg-perl/t/99_perlcritic.t
      - copied unchanged from r15346, branches/upstream/libdbd-pg-perl/current/t/99_perlcritic.t
    trunk/libdbd-pg-perl/t/99_yaml.t
      - copied unchanged from r15346, branches/upstream/libdbd-pg-perl/current/t/99_yaml.t
    trunk/libdbd-pg-perl/t/dbdpg_test_setup.pl
      - copied unchanged from r15346, branches/upstream/libdbd-pg-perl/current/t/dbdpg_test_setup.pl
Removed:
    trunk/libdbd-pg-perl/t/01setup.t
    trunk/libdbd-pg-perl/t/05arrays.t
Modified:
    trunk/libdbd-pg-perl/Changes
    trunk/libdbd-pg-perl/MANIFEST
    trunk/libdbd-pg-perl/MANIFEST.SKIP
    trunk/libdbd-pg-perl/META.yml
    trunk/libdbd-pg-perl/Makefile.PL
    trunk/libdbd-pg-perl/Pg.h
    trunk/libdbd-pg-perl/Pg.pm
    trunk/libdbd-pg-perl/Pg.xs
    trunk/libdbd-pg-perl/README
    trunk/libdbd-pg-perl/README.dev
    trunk/libdbd-pg-perl/README.win32
    trunk/libdbd-pg-perl/SIGNATURE
    trunk/libdbd-pg-perl/TODO
    trunk/libdbd-pg-perl/dbdimp.c
    trunk/libdbd-pg-perl/dbdimp.h
    trunk/libdbd-pg-perl/debian/changelog
    trunk/libdbd-pg-perl/quote.c
    trunk/libdbd-pg-perl/quote.h
    trunk/libdbd-pg-perl/t/00-signature.t
    trunk/libdbd-pg-perl/t/00basic.t
    trunk/libdbd-pg-perl/t/01connect.t
    trunk/libdbd-pg-perl/t/01constants.t
    trunk/libdbd-pg-perl/t/02attribs.t
    trunk/libdbd-pg-perl/t/03dbmethod.t
    trunk/libdbd-pg-perl/t/03smethod.t
    trunk/libdbd-pg-perl/t/04misc.t
    trunk/libdbd-pg-perl/t/06bytea.t
    trunk/libdbd-pg-perl/t/07copy.t
    trunk/libdbd-pg-perl/t/12placeholders.t
    trunk/libdbd-pg-perl/t/20savepoints.t
    trunk/libdbd-pg-perl/t/99_pod.t
    trunk/libdbd-pg-perl/t/99cleanup.t
    trunk/libdbd-pg-perl/t/lib/App/Info.pm
    trunk/libdbd-pg-perl/t/lib/App/Info/Handler.pm
    trunk/libdbd-pg-perl/t/lib/App/Info/Handler/Prompt.pm
    trunk/libdbd-pg-perl/t/lib/App/Info/RDBMS.pm
    trunk/libdbd-pg-perl/t/lib/App/Info/RDBMS/PostgreSQL.pm
    trunk/libdbd-pg-perl/t/lib/App/Info/Request.pm
    trunk/libdbd-pg-perl/t/lib/App/Info/Util.pm
    trunk/libdbd-pg-perl/types.c
    trunk/libdbd-pg-perl/types.h

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

Modified: trunk/libdbd-pg-perl/Changes
URL: http://svn.debian.org/wsvn/trunk/libdbd-pg-perl/Changes?rev=15347&op=diff

Modified: trunk/libdbd-pg-perl/MANIFEST
URL: http://svn.debian.org/wsvn/trunk/libdbd-pg-perl/MANIFEST?rev=15347&op=diff

Modified: trunk/libdbd-pg-perl/MANIFEST.SKIP
URL: http://svn.debian.org/wsvn/trunk/libdbd-pg-perl/MANIFEST.SKIP?rev=15347&op=diff

Modified: trunk/libdbd-pg-perl/META.yml
URL: http://svn.debian.org/wsvn/trunk/libdbd-pg-perl/META.yml?rev=15347&op=diff

Modified: trunk/libdbd-pg-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/trunk/libdbd-pg-perl/Makefile.PL?rev=15347&op=diff

Modified: trunk/libdbd-pg-perl/Pg.h
URL: http://svn.debian.org/wsvn/trunk/libdbd-pg-perl/Pg.h?rev=15347&op=diff

Modified: trunk/libdbd-pg-perl/Pg.pm
URL: http://svn.debian.org/wsvn/trunk/libdbd-pg-perl/Pg.pm?rev=15347&op=diff

Modified: trunk/libdbd-pg-perl/Pg.xs
URL: http://svn.debian.org/wsvn/trunk/libdbd-pg-perl/Pg.xs?rev=15347&op=diff

Modified: trunk/libdbd-pg-perl/README
URL: http://svn.debian.org/wsvn/trunk/libdbd-pg-perl/README?rev=15347&op=diff

Modified: trunk/libdbd-pg-perl/README.dev
URL: http://svn.debian.org/wsvn/trunk/libdbd-pg-perl/README.dev?rev=15347&op=diff

Modified: trunk/libdbd-pg-perl/README.win32
URL: http://svn.debian.org/wsvn/trunk/libdbd-pg-perl/README.win32?rev=15347&op=diff

Modified: trunk/libdbd-pg-perl/SIGNATURE
URL: http://svn.debian.org/wsvn/trunk/libdbd-pg-perl/SIGNATURE?rev=15347&op=diff

Modified: trunk/libdbd-pg-perl/TODO
URL: http://svn.debian.org/wsvn/trunk/libdbd-pg-perl/TODO?rev=15347&op=diff

Modified: trunk/libdbd-pg-perl/dbdimp.c
URL: http://svn.debian.org/wsvn/trunk/libdbd-pg-perl/dbdimp.c?rev=15347&op=diff

Modified: trunk/libdbd-pg-perl/dbdimp.h
URL: http://svn.debian.org/wsvn/trunk/libdbd-pg-perl/dbdimp.h?rev=15347&op=diff

Modified: trunk/libdbd-pg-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libdbd-pg-perl/debian/changelog?rev=15347&op=diff

Modified: trunk/libdbd-pg-perl/quote.c
URL: http://svn.debian.org/wsvn/trunk/libdbd-pg-perl/quote.c?rev=15347&op=diff

Modified: trunk/libdbd-pg-perl/quote.h
URL: http://svn.debian.org/wsvn/trunk/libdbd-pg-perl/quote.h?rev=15347&op=diff

Modified: trunk/libdbd-pg-perl/t/00-signature.t
URL: http://svn.debian.org/wsvn/trunk/libdbd-pg-perl/t/00-signature.t?rev=15347&op=diff

Modified: trunk/libdbd-pg-perl/t/00basic.t
URL: http://svn.debian.org/wsvn/trunk/libdbd-pg-perl/t/00basic.t?rev=15347&op=diff

Modified: trunk/libdbd-pg-perl/t/01connect.t
URL: http://svn.debian.org/wsvn/trunk/libdbd-pg-perl/t/01connect.t?rev=15347&op=diff

Modified: trunk/libdbd-pg-perl/t/01constants.t
URL: http://svn.debian.org/wsvn/trunk/libdbd-pg-perl/t/01constants.t?rev=15347&op=diff

Modified: trunk/libdbd-pg-perl/t/02attribs.t
URL: http://svn.debian.org/wsvn/trunk/libdbd-pg-perl/t/02attribs.t?rev=15347&op=diff

Modified: trunk/libdbd-pg-perl/t/03dbmethod.t
URL: http://svn.debian.org/wsvn/trunk/libdbd-pg-perl/t/03dbmethod.t?rev=15347&op=diff

Modified: trunk/libdbd-pg-perl/t/03smethod.t
URL: http://svn.debian.org/wsvn/trunk/libdbd-pg-perl/t/03smethod.t?rev=15347&op=diff

Modified: trunk/libdbd-pg-perl/t/04misc.t
URL: http://svn.debian.org/wsvn/trunk/libdbd-pg-perl/t/04misc.t?rev=15347&op=diff

Modified: trunk/libdbd-pg-perl/t/06bytea.t
URL: http://svn.debian.org/wsvn/trunk/libdbd-pg-perl/t/06bytea.t?rev=15347&op=diff

Modified: trunk/libdbd-pg-perl/t/07copy.t
URL: http://svn.debian.org/wsvn/trunk/libdbd-pg-perl/t/07copy.t?rev=15347&op=diff

Modified: trunk/libdbd-pg-perl/t/12placeholders.t
URL: http://svn.debian.org/wsvn/trunk/libdbd-pg-perl/t/12placeholders.t?rev=15347&op=diff

Modified: trunk/libdbd-pg-perl/t/20savepoints.t
URL: http://svn.debian.org/wsvn/trunk/libdbd-pg-perl/t/20savepoints.t?rev=15347&op=diff

Modified: trunk/libdbd-pg-perl/t/99_pod.t
URL: http://svn.debian.org/wsvn/trunk/libdbd-pg-perl/t/99_pod.t?rev=15347&op=diff

Modified: trunk/libdbd-pg-perl/t/99cleanup.t
URL: http://svn.debian.org/wsvn/trunk/libdbd-pg-perl/t/99cleanup.t?rev=15347&op=diff

Modified: trunk/libdbd-pg-perl/t/lib/App/Info.pm
URL: http://svn.debian.org/wsvn/trunk/libdbd-pg-perl/t/lib/App/Info.pm?rev=15347&op=diff

Modified: trunk/libdbd-pg-perl/t/lib/App/Info/Handler.pm
URL: http://svn.debian.org/wsvn/trunk/libdbd-pg-perl/t/lib/App/Info/Handler.pm?rev=15347&op=diff

Modified: trunk/libdbd-pg-perl/t/lib/App/Info/Handler/Prompt.pm
URL: http://svn.debian.org/wsvn/trunk/libdbd-pg-perl/t/lib/App/Info/Handler/Prompt.pm?rev=15347&op=diff

Modified: trunk/libdbd-pg-perl/t/lib/App/Info/RDBMS.pm
URL: http://svn.debian.org/wsvn/trunk/libdbd-pg-perl/t/lib/App/Info/RDBMS.pm?rev=15347&op=diff

Modified: trunk/libdbd-pg-perl/t/lib/App/Info/RDBMS/PostgreSQL.pm
URL: http://svn.debian.org/wsvn/trunk/libdbd-pg-perl/t/lib/App/Info/RDBMS/PostgreSQL.pm?rev=15347&op=diff

Modified: trunk/libdbd-pg-perl/t/lib/App/Info/Request.pm
URL: http://svn.debian.org/wsvn/trunk/libdbd-pg-perl/t/lib/App/Info/Request.pm?rev=15347&op=diff

Modified: trunk/libdbd-pg-perl/t/lib/App/Info/Util.pm
URL: http://svn.debian.org/wsvn/trunk/libdbd-pg-perl/t/lib/App/Info/Util.pm?rev=15347&op=diff

Modified: trunk/libdbd-pg-perl/types.c
URL: http://svn.debian.org/wsvn/trunk/libdbd-pg-perl/types.c?rev=15347&op=diff

Modified: trunk/libdbd-pg-perl/types.h
URL: http://svn.debian.org/wsvn/trunk/libdbd-pg-perl/types.h?rev=15347&op=diff




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