remove use DBI since it SHOULD be called outside and it makes mock testing easier
Tatsuhiko Miyagawa [Fri, 26 Feb 2010 06:24:19 +0000 (22:24 -0800)]
lib/Plack/Session/Store/DBI.pm

index e8c6ace..72983db 100644 (file)
@@ -7,7 +7,6 @@ use warnings;
 our $VERSION   = '0.10';
 our $AUTHORITY = 'cpan:STEVAN';
 
-use DBI;
 use MIME::Base64 ();
 use Storable ();