File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4242 cpanm --skip-satisfied -qn Database::Abstraction Log::WarnDie CGI::Lingua FCGI::Buffer || cat /github/home/.cpanm/work/*/build.log
4343 cpanm --skip-satisfied -qn String::Random Log::Dispatch::File Class::Simple Taint::Runtime
4444 cpanm --skip-satisfied -qn LWP::UserAgent::Cached Data::Serializer CGI::Carp B::Lint FCGI Template::Plugin::EnvHash HTML::SocialMedia Error IPC::System::Simple
45- cpanm --skip-satisfied -qn Log::Any::Adapter::Log4perl XML::Simple CHI
45+ cpanm --skip-satisfied -qn Log::Any::Adapter::Log4perl XML::Simple CHI DBD::CSV
4646 cpanm --skip-satisfied -qn warnings::unused File::HomeDir Config::Auto Template::Filters
4747 - name : Run Tests
4848 run : |
Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ use CGI::Info;
3030use CGI::Lingua 0.61;
3131use CHI;
3232use Class::Simple;
33- use DBD::CSV;
3433use File::Basename;
3534# use CGI::Alert $ENV{'SERVER_ADMIN'} || 'you@example.com';
3635use FCGI;
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ use strict;
77use warnings;
88
99use Database::Abstraction;
10+ use DBD::CSV;
1011
1112our @ISA = (' Database::Abstraction' );
1213
You can’t perform that action at this time.
0 commit comments