From 5377c25b667c63cb5acad715bf23175957421b69 Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Mon, 11 Jan 2016 10:15:52 +0900 Subject: [PATCH] required to use DBD::SQLite before exporting --- lib/DBD/SQLite/Constants.pm | 1 + util/constants.pl | 1 + 2 files changed, 2 insertions(+) diff --git a/lib/DBD/SQLite/Constants.pm b/lib/DBD/SQLite/Constants.pm index 3941340..a7bff79 100644 --- a/lib/DBD/SQLite/Constants.pm +++ b/lib/DBD/SQLite/Constants.pm @@ -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/ diff --git a/util/constants.pl b/util/constants.pl index a60870b..7ddf261 100644 --- a/util/constants.pl +++ b/util/constants.pl @@ -134,6 +134,7 @@ sub write_pm { use strict; use warnings; use base 'Exporter'; +use DBD::SQLite; our \@EXPORT_OK = ( END