1
0
Fork 0
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:
Kenichi Ishigaki 2016-01-11 10:15:52 +09:00
parent 8845364fba
commit 5377c25b66
2 changed files with 2 additions and 0 deletions

View file

@ -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/

View file

@ -134,6 +134,7 @@ sub write_pm {
use strict;
use warnings;
use base 'Exporter';
use DBD::SQLite;
our \@EXPORT_OK = (
END