1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Source: libsql-reservedwords-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Krzysztof Krzyżaniak (eloy) <eloy@debian.org>,
Xavier Guimard <x.guimard@free.fr>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8),
libmodule-build-perl (>= 0.400000),
perl
Build-Depends-Indep: libsub-exporter-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libsql-reservedwords-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libsql-reservedwords-perl.git
Homepage: https://metacpan.org/release/SQL-ReservedWords
Testsuite: autopkgtest-pkg-perl
Package: libsql-reservedwords-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libsub-exporter-perl
Description: Perl extension that indicates if words are reserved by SQL
SQL::ReservedWords determine if words are reserved by ANSI/ISO SQL standard or
by specific database such as PostgreSQL or MySQL. It can also check which
version of ANSI or specific database uses the word checked.
|