r18063 - in /branches/upstream/libsql-reservedwords-perl: ./ current/ current/lib/ current/lib/SQL/ current/lib/SQL/ReservedWords/ current/scripts/ current/t/

eloy at users.alioth.debian.org eloy at users.alioth.debian.org
Fri Mar 28 10:37:41 UTC 2008


Author: eloy
Date: Fri Mar 28 10:37:40 2008
New Revision: 18063

URL: http://svn.debian.org/wsvn/?sc=1&rev=18063
Log:
[svn-inject] Installing original source of libsql-reservedwords-perl

Added:
    branches/upstream/libsql-reservedwords-perl/
    branches/upstream/libsql-reservedwords-perl/current/
    branches/upstream/libsql-reservedwords-perl/current/Build.PL
    branches/upstream/libsql-reservedwords-perl/current/Changes
    branches/upstream/libsql-reservedwords-perl/current/MANIFEST
    branches/upstream/libsql-reservedwords-perl/current/META.yml
    branches/upstream/libsql-reservedwords-perl/current/Makefile.PL
    branches/upstream/libsql-reservedwords-perl/current/README
    branches/upstream/libsql-reservedwords-perl/current/lib/
    branches/upstream/libsql-reservedwords-perl/current/lib/SQL/
    branches/upstream/libsql-reservedwords-perl/current/lib/SQL/ReservedWords/
    branches/upstream/libsql-reservedwords-perl/current/lib/SQL/ReservedWords.pm
    branches/upstream/libsql-reservedwords-perl/current/lib/SQL/ReservedWords/DB2.pm
    branches/upstream/libsql-reservedwords-perl/current/lib/SQL/ReservedWords/MySQL.pm
    branches/upstream/libsql-reservedwords-perl/current/lib/SQL/ReservedWords/ODBC.pm
    branches/upstream/libsql-reservedwords-perl/current/lib/SQL/ReservedWords/Oracle.pm
    branches/upstream/libsql-reservedwords-perl/current/lib/SQL/ReservedWords/PostgreSQL.pm
    branches/upstream/libsql-reservedwords-perl/current/lib/SQL/ReservedWords/SQLServer.pm
    branches/upstream/libsql-reservedwords-perl/current/lib/SQL/ReservedWords/SQLite.pm
    branches/upstream/libsql-reservedwords-perl/current/lib/SQL/ReservedWords/Sybase.pm
    branches/upstream/libsql-reservedwords-perl/current/scripts/
    branches/upstream/libsql-reservedwords-perl/current/scripts/sqlrw
    branches/upstream/libsql-reservedwords-perl/current/t/
    branches/upstream/libsql-reservedwords-perl/current/t/01-use.t
    branches/upstream/libsql-reservedwords-perl/current/t/02-pod.t
    branches/upstream/libsql-reservedwords-perl/current/t/04-sql.t
    branches/upstream/libsql-reservedwords-perl/current/t/05-db2.t
    branches/upstream/libsql-reservedwords-perl/current/t/06-mysql.t
    branches/upstream/libsql-reservedwords-perl/current/t/07-odbc.t
    branches/upstream/libsql-reservedwords-perl/current/t/08-oracle.t
    branches/upstream/libsql-reservedwords-perl/current/t/09-postgresql.t
    branches/upstream/libsql-reservedwords-perl/current/t/10-sqlite.t
    branches/upstream/libsql-reservedwords-perl/current/t/11-sqlserver.t
    branches/upstream/libsql-reservedwords-perl/current/t/12-sybase.t

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

Added: branches/upstream/libsql-reservedwords-perl/current/Build.PL
URL: http://svn.debian.org/wsvn/branches/upstream/libsql-reservedwords-perl/current/Build.PL?rev=18063&op=file

Added: branches/upstream/libsql-reservedwords-perl/current/Changes
URL: http://svn.debian.org/wsvn/branches/upstream/libsql-reservedwords-perl/current/Changes?rev=18063&op=file

Added: branches/upstream/libsql-reservedwords-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/branches/upstream/libsql-reservedwords-perl/current/MANIFEST?rev=18063&op=file

Added: branches/upstream/libsql-reservedwords-perl/current/META.yml
URL: http://svn.debian.org/wsvn/branches/upstream/libsql-reservedwords-perl/current/META.yml?rev=18063&op=file

Added: branches/upstream/libsql-reservedwords-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/branches/upstream/libsql-reservedwords-perl/current/Makefile.PL?rev=18063&op=file

Added: branches/upstream/libsql-reservedwords-perl/current/README
URL: http://svn.debian.org/wsvn/branches/upstream/libsql-reservedwords-perl/current/README?rev=18063&op=file

Added: branches/upstream/libsql-reservedwords-perl/current/lib/SQL/ReservedWords.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libsql-reservedwords-perl/current/lib/SQL/ReservedWords.pm?rev=18063&op=file

Added: branches/upstream/libsql-reservedwords-perl/current/lib/SQL/ReservedWords/DB2.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libsql-reservedwords-perl/current/lib/SQL/ReservedWords/DB2.pm?rev=18063&op=file

Added: branches/upstream/libsql-reservedwords-perl/current/lib/SQL/ReservedWords/MySQL.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libsql-reservedwords-perl/current/lib/SQL/ReservedWords/MySQL.pm?rev=18063&op=file

Added: branches/upstream/libsql-reservedwords-perl/current/lib/SQL/ReservedWords/ODBC.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libsql-reservedwords-perl/current/lib/SQL/ReservedWords/ODBC.pm?rev=18063&op=file

Added: branches/upstream/libsql-reservedwords-perl/current/lib/SQL/ReservedWords/Oracle.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libsql-reservedwords-perl/current/lib/SQL/ReservedWords/Oracle.pm?rev=18063&op=file

Added: branches/upstream/libsql-reservedwords-perl/current/lib/SQL/ReservedWords/PostgreSQL.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libsql-reservedwords-perl/current/lib/SQL/ReservedWords/PostgreSQL.pm?rev=18063&op=file

Added: branches/upstream/libsql-reservedwords-perl/current/lib/SQL/ReservedWords/SQLServer.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libsql-reservedwords-perl/current/lib/SQL/ReservedWords/SQLServer.pm?rev=18063&op=file

Added: branches/upstream/libsql-reservedwords-perl/current/lib/SQL/ReservedWords/SQLite.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libsql-reservedwords-perl/current/lib/SQL/ReservedWords/SQLite.pm?rev=18063&op=file

Added: branches/upstream/libsql-reservedwords-perl/current/lib/SQL/ReservedWords/Sybase.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libsql-reservedwords-perl/current/lib/SQL/ReservedWords/Sybase.pm?rev=18063&op=file

Added: branches/upstream/libsql-reservedwords-perl/current/scripts/sqlrw
URL: http://svn.debian.org/wsvn/branches/upstream/libsql-reservedwords-perl/current/scripts/sqlrw?rev=18063&op=file

Added: branches/upstream/libsql-reservedwords-perl/current/t/01-use.t
URL: http://svn.debian.org/wsvn/branches/upstream/libsql-reservedwords-perl/current/t/01-use.t?rev=18063&op=file

Added: branches/upstream/libsql-reservedwords-perl/current/t/02-pod.t
URL: http://svn.debian.org/wsvn/branches/upstream/libsql-reservedwords-perl/current/t/02-pod.t?rev=18063&op=file

Added: branches/upstream/libsql-reservedwords-perl/current/t/04-sql.t
URL: http://svn.debian.org/wsvn/branches/upstream/libsql-reservedwords-perl/current/t/04-sql.t?rev=18063&op=file

Added: branches/upstream/libsql-reservedwords-perl/current/t/05-db2.t
URL: http://svn.debian.org/wsvn/branches/upstream/libsql-reservedwords-perl/current/t/05-db2.t?rev=18063&op=file

Added: branches/upstream/libsql-reservedwords-perl/current/t/06-mysql.t
URL: http://svn.debian.org/wsvn/branches/upstream/libsql-reservedwords-perl/current/t/06-mysql.t?rev=18063&op=file

Added: branches/upstream/libsql-reservedwords-perl/current/t/07-odbc.t
URL: http://svn.debian.org/wsvn/branches/upstream/libsql-reservedwords-perl/current/t/07-odbc.t?rev=18063&op=file

Added: branches/upstream/libsql-reservedwords-perl/current/t/08-oracle.t
URL: http://svn.debian.org/wsvn/branches/upstream/libsql-reservedwords-perl/current/t/08-oracle.t?rev=18063&op=file

Added: branches/upstream/libsql-reservedwords-perl/current/t/09-postgresql.t
URL: http://svn.debian.org/wsvn/branches/upstream/libsql-reservedwords-perl/current/t/09-postgresql.t?rev=18063&op=file

Added: branches/upstream/libsql-reservedwords-perl/current/t/10-sqlite.t
URL: http://svn.debian.org/wsvn/branches/upstream/libsql-reservedwords-perl/current/t/10-sqlite.t?rev=18063&op=file

Added: branches/upstream/libsql-reservedwords-perl/current/t/11-sqlserver.t
URL: http://svn.debian.org/wsvn/branches/upstream/libsql-reservedwords-perl/current/t/11-sqlserver.t?rev=18063&op=file

Added: branches/upstream/libsql-reservedwords-perl/current/t/12-sybase.t
URL: http://svn.debian.org/wsvn/branches/upstream/libsql-reservedwords-perl/current/t/12-sybase.t?rev=18063&op=file




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