File: syntax-skip

package info (click to toggle)
libdata-objectdriver-perl 0.25-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 784 kB
  • sloc: perl: 3,795; sql: 64; makefile: 7
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