File: control

package info (click to toggle)
libsql-reservedwords-perl 0.8-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 300 kB
  • ctags: 90
  • sloc: perl: 2,884; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 1,096 bytes parent folder | download
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
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 (>= 5.17.1),
               perl
Build-Depends-Indep: libsub-exporter-perl
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libsql-reservedwords-perl.git
Vcs-Git: git://git.debian.org/pkg-perl/packages/libsql-reservedwords-perl.git
Homepage: http://search.cpan.org/dist/SQL-ReservedWords/

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.