From: Tatsuhiko Miyagawa Date: Fri, 26 Feb 2010 06:24:19 +0000 (-0800) Subject: remove use DBI since it SHOULD be called outside and it makes mock testing easier X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FWeb-Session.git;a=commitdiff_plain;h=f4cbdfeecb8f25b262a47a3f7abd073bdf8d8db0 remove use DBI since it SHOULD be called outside and it makes mock testing easier --- diff --git a/lib/Plack/Session/Store/DBI.pm b/lib/Plack/Session/Store/DBI.pm index e8c6ace..72983db 100644 --- a/lib/Plack/Session/Store/DBI.pm +++ b/lib/Plack/Session/Store/DBI.pm @@ -7,7 +7,6 @@ use warnings; our $VERSION = '0.10'; our $AUTHORITY = 'cpan:STEVAN'; -use DBI; use MIME::Base64 (); use Storable ();