mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
required to use DBD::SQLite before exporting
This commit is contained in:
parent
8845364fba
commit
5377c25b66
2 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,7 @@ package DBD::SQLite::Constants;
|
|||
use strict;
|
||||
use warnings;
|
||||
use base 'Exporter';
|
||||
use DBD::SQLite;
|
||||
our @EXPORT_OK = (
|
||||
# authorizer_action_codes
|
||||
qw/
|
||||
|
|
|
@ -134,6 +134,7 @@ sub write_pm {
|
|||
use strict;
|
||||
use warnings;
|
||||
use base 'Exporter';
|
||||
use DBD::SQLite;
|
||||
our \@EXPORT_OK = (
|
||||
END
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue