File: syntax-skip

package info (click to toggle)
libdata-objectdriver-perl 0.14-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 736 kB
  • ctags: 473
  • sloc: perl: 3,529; sql: 60; makefile: 25
file content (8 lines) | stat: -rw-r--r-- 466 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
# needs DBD::Oracle (in contrib)
Data/ObjectDriver/Driver/DBD/Oracle.pm

# fails with
# Bareword "DBI::SQL_BLOB" not allowed while "strict subs" in use at /usr/share/perl5/Data/ObjectDriver/Driver/DBD/SQLite.pm line 21.
# Bareword "DBI::SQL_BINARY" not allowed while "strict subs" in use at /usr/share/perl5/Data/ObjectDriver/Driver/DBD/SQLite.pm line 21.
# this should be fixed but currently we want to close the FTBFS RC bug
Data/ObjectDriver/Driver/DBD/SQLite.pm