Hello community,

here is the log from the commit of package perl-Plack-Middleware-Session for 
openSUSE:Factory checked in at 2019-03-20 13:18:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Plack-Middleware-Session (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Plack-Middleware-Session.new.28833 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Plack-Middleware-Session"

Wed Mar 20 13:18:36 2019 rev:4 rq:684909 version:0.33

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-Plack-Middleware-Session/perl-Plack-Middleware-Session.changes
      2019-03-01 16:49:10.753759353 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Plack-Middleware-Session.new.28833/perl-Plack-Middleware-Session.changes
   2019-03-20 13:18:40.357352762 +0100
@@ -1,0 +2,12 @@
+Wed Mar 13 16:31:00 UTC 2019 - Stephan Kulow <[email protected]>
+
+- updated to 0.33
+   see /usr/share/doc/packages/perl-Plack-Middleware-Session/Changes
+
+  0.33  2019-03-09 15:18:15 PST
+          - Removed dependency to Digest::SHA1 #45
+          - Added explicit dep to HTTP::Request::Common #44
+          - Add t/lib to INC for Perl 5.26+
+          - Fix POD link
+
+-------------------------------------------------------------------

Old:
----
  Plack-Middleware-Session-0.32.tar.gz

New:
----
  Plack-Middleware-Session-0.33.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Plack-Middleware-Session.spec ++++++
--- /var/tmp/diff_new_pack.vCDcpE/_old  2019-03-20 13:18:40.809352662 +0100
+++ /var/tmp/diff_new_pack.vCDcpE/_new  2019-03-20 13:18:40.813352661 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Plack-Middleware-Session
-Version:        0.32
+Version:        0.33
 Release:        0
 %define cpan_name Plack-Middleware-Session
 Summary:        Middleware for session management
@@ -32,8 +32,9 @@
 BuildRequires:  perl-macros
 BuildRequires:  perl(Cookie::Baker) >= 0.10
 BuildRequires:  perl(Digest::HMAC_SHA1) >= 1.03
-BuildRequires:  perl(Digest::SHA1)
+BuildRequires:  perl(Digest::SHA)
 BuildRequires:  perl(HTTP::Cookies)
+BuildRequires:  perl(HTTP::Request::Common)
 BuildRequires:  perl(LWP::UserAgent)
 BuildRequires:  perl(Module::Build::Tiny) >= 0.034
 BuildRequires:  perl(Plack) >= 0.9910
@@ -42,7 +43,7 @@
 BuildRequires:  perl(Test::Requires)
 Requires:       perl(Cookie::Baker) >= 0.10
 Requires:       perl(Digest::HMAC_SHA1) >= 1.03
-Requires:       perl(Digest::SHA1)
+Requires:       perl(Digest::SHA)
 Requires:       perl(Plack) >= 0.9910
 %{perl_requires}
 

++++++ Plack-Middleware-Session-0.32.tar.gz -> 
Plack-Middleware-Session-0.33.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Plack-Middleware-Session-0.32/Changes 
new/Plack-Middleware-Session-0.33/Changes
--- old/Plack-Middleware-Session-0.32/Changes   2019-02-26 22:36:22.000000000 
+0100
+++ new/Plack-Middleware-Session-0.33/Changes   2019-03-10 00:18:17.000000000 
+0100
@@ -1,5 +1,11 @@
 Revision history for Perl extension Plack::Middleware::Session
 
+0.33  2019-03-09 15:18:15 PST
+        - Removed dependency to Digest::SHA1 #45
+        - Added explicit dep to HTTP::Request::Common #44
+        - Add t/lib to INC for Perl 5.26+
+        - Fix POD link
+
 0.32  2019-02-26 14:36:19 MST
         - Fix dependency for Cookie::Baker
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Plack-Middleware-Session-0.32/META.json 
new/Plack-Middleware-Session-0.33/META.json
--- old/Plack-Middleware-Session-0.32/META.json 2019-02-26 22:36:22.000000000 
+0100
+++ new/Plack-Middleware-Session-0.33/META.json 2019-03-10 00:18:17.000000000 
+0100
@@ -39,13 +39,14 @@
          "requires" : {
             "Cookie::Baker" : "0.10",
             "Digest::HMAC_SHA1" : "1.03",
-            "Digest::SHA1" : "0",
+            "Digest::SHA" : "0",
             "Plack" : "0.9910"
          }
       },
       "test" : {
          "requires" : {
             "HTTP::Cookies" : "0",
+            "HTTP::Request::Common" : "0",
             "LWP::UserAgent" : "0",
             "Test::Fatal" : "0.006",
             "Test::More" : "0.88",
@@ -65,13 +66,15 @@
          "web" : "https://github.com/plack/Plack-Middleware-Session";
       }
    },
-   "version" : "0.32",
+   "version" : "0.33",
    "x_contributors" : [
       "Alex Vandiver <[email protected]>",
       "Florian Schlichting <[email protected]>",
       "franck cuny <[email protected]>",
+      "Graham Knop <[email protected]>",
       "Graham Knop <[email protected]>",
       "Ivan Baidakou <[email protected]>",
+      "James E Keenan <[email protected]>",
       "John Lifsey <[email protected]>",
       "Lee Aylward <[email protected]>",
       "lestrrat <[email protected]>",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Plack-Middleware-Session-0.32/META.yml 
new/Plack-Middleware-Session-0.33/META.yml
--- old/Plack-Middleware-Session-0.32/META.yml  2019-02-26 22:36:22.000000000 
+0100
+++ new/Plack-Middleware-Session-0.33/META.yml  2019-03-10 00:18:17.000000000 
+0100
@@ -4,6 +4,7 @@
   - 'Tatsuhiko Miyagawa'
 build_requires:
   HTTP::Cookies: '0'
+  HTTP::Request::Common: '0'
   LWP::UserAgent: '0'
   Test::Fatal: '0.006'
   Test::More: '0.88'
@@ -28,19 +29,21 @@
 requires:
   Cookie::Baker: '0.10'
   Digest::HMAC_SHA1: '1.03'
-  Digest::SHA1: '0'
+  Digest::SHA: '0'
   Plack: '0.9910'
 resources:
   bugtracker: https://github.com/plack/Plack-Middleware-Session/issues
   homepage: https://github.com/plack/Plack-Middleware-Session
   repository: https://github.com/plack/Plack-Middleware-Session.git
-version: '0.32'
+version: '0.33'
 x_contributors:
   - 'Alex Vandiver <[email protected]>'
   - 'Florian Schlichting <[email protected]>'
   - 'franck cuny <[email protected]>'
+  - 'Graham Knop <[email protected]>'
   - 'Graham Knop <[email protected]>'
   - 'Ivan Baidakou <[email protected]>'
+  - 'James E Keenan <[email protected]>'
   - 'John Lifsey <[email protected]>'
   - 'Lee Aylward <[email protected]>'
   - 'lestrrat <[email protected]>'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Plack-Middleware-Session-0.32/cpanfile 
new/Plack-Middleware-Session-0.33/cpanfile
--- old/Plack-Middleware-Session-0.32/cpanfile  2019-02-26 22:36:22.000000000 
+0100
+++ new/Plack-Middleware-Session-0.33/cpanfile  2019-03-10 00:18:17.000000000 
+0100
@@ -2,7 +2,7 @@
 requires 'Cookie::Baker'    => '0.10';
 
 # for session ID gen
-requires 'Digest::SHA1'      => '0';
+requires 'Digest::SHA'       => '0';
 requires 'Digest::HMAC_SHA1' => '1.03';
 
 # things the tests need
@@ -12,5 +12,6 @@
     requires 'Test::Fatal', '0.006';
     requires 'LWP::UserAgent';
     requires 'HTTP::Cookies';
+    requires 'HTTP::Request::Common';
 };
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Plack-Middleware-Session-0.32/lib/Plack/Middleware/Session.pm 
new/Plack-Middleware-Session-0.33/lib/Plack/Middleware/Session.pm
--- old/Plack-Middleware-Session-0.32/lib/Plack/Middleware/Session.pm   
2019-02-26 22:36:22.000000000 +0100
+++ new/Plack-Middleware-Session-0.33/lib/Plack/Middleware/Session.pm   
2019-03-10 00:18:17.000000000 +0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION   = '0.32';
+our $VERSION   = '0.33';
 our $AUTHORITY = 'cpan:STEVAN';
 
 use Plack::Util;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Plack-Middleware-Session-0.32/lib/Plack/Session/Cleanup.pm 
new/Plack-Middleware-Session-0.33/lib/Plack/Session/Cleanup.pm
--- old/Plack-Middleware-Session-0.32/lib/Plack/Session/Cleanup.pm      
2019-02-26 22:36:22.000000000 +0100
+++ new/Plack-Middleware-Session-0.33/lib/Plack/Session/Cleanup.pm      
2019-03-10 00:18:17.000000000 +0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION   = '0.32';
+our $VERSION   = '0.33';
 our $AUTHORITY = 'cpan:STEVAN';
 
 sub new {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Plack-Middleware-Session-0.32/lib/Plack/Session/State/Cookie.pm 
new/Plack-Middleware-Session-0.33/lib/Plack/Session/State/Cookie.pm
--- old/Plack-Middleware-Session-0.32/lib/Plack/Session/State/Cookie.pm 
2019-02-26 22:36:22.000000000 +0100
+++ new/Plack-Middleware-Session-0.33/lib/Plack/Session/State/Cookie.pm 
2019-03-10 00:18:17.000000000 +0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION   = '0.32';
+our $VERSION   = '0.33';
 our $AUTHORITY = 'cpan:STEVAN';
 
 use parent 'Plack::Session::State';
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Plack-Middleware-Session-0.32/lib/Plack/Session/State.pm 
new/Plack-Middleware-Session-0.33/lib/Plack/Session/State.pm
--- old/Plack-Middleware-Session-0.32/lib/Plack/Session/State.pm        
2019-02-26 22:36:22.000000000 +0100
+++ new/Plack-Middleware-Session-0.33/lib/Plack/Session/State.pm        
2019-03-10 00:18:17.000000000 +0100
@@ -2,10 +2,10 @@
 use strict;
 use warnings;
 
-our $VERSION   = '0.32';
+our $VERSION   = '0.33';
 our $AUTHORITY = 'cpan:STEVAN';
 
-use Digest::SHA1 ();
+use Digest::SHA ();
 
 use Plack::Request;
 use Plack::Util::Accessor qw[
@@ -19,7 +19,7 @@
 
     $params{'session_key'}   ||= 'plack_session';
     $params{'sid_generator'} ||= sub {
-        Digest::SHA1::sha1_hex(rand() . $$ . {} . time)
+        Digest::SHA::sha1_hex(rand() . $$ . {} . time)
     };
     $params{'sid_validator'} ||= qr/\A[0-9a-f]{40}\Z/;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Plack-Middleware-Session-0.32/lib/Plack/Session/Store/Cache.pm 
new/Plack-Middleware-Session-0.33/lib/Plack/Session/Store/Cache.pm
--- old/Plack-Middleware-Session-0.32/lib/Plack/Session/Store/Cache.pm  
2019-02-26 22:36:22.000000000 +0100
+++ new/Plack-Middleware-Session-0.33/lib/Plack/Session/Store/Cache.pm  
2019-03-10 00:18:17.000000000 +0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION   = '0.32';
+our $VERSION   = '0.33';
 our $AUTHORITY = 'cpan:STEVAN';
 
 use Scalar::Util qw[ blessed ];
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Plack-Middleware-Session-0.32/lib/Plack/Session/Store/DBI.pm 
new/Plack-Middleware-Session-0.33/lib/Plack/Session/Store/DBI.pm
--- old/Plack-Middleware-Session-0.32/lib/Plack/Session/Store/DBI.pm    
2019-02-26 22:36:22.000000000 +0100
+++ new/Plack-Middleware-Session-0.33/lib/Plack/Session/Store/DBI.pm    
2019-03-10 00:18:17.000000000 +0100
@@ -4,7 +4,7 @@
 
 # XXX Is there a notion of auto-expiry?
 
-our $VERSION   = '0.32';
+our $VERSION   = '0.33';
 our $AUTHORITY = 'cpan:STEVAN';
 
 use MIME::Base64 ();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Plack-Middleware-Session-0.32/lib/Plack/Session/Store/File.pm 
new/Plack-Middleware-Session-0.33/lib/Plack/Session/Store/File.pm
--- old/Plack-Middleware-Session-0.32/lib/Plack/Session/Store/File.pm   
2019-02-26 22:36:22.000000000 +0100
+++ new/Plack-Middleware-Session-0.33/lib/Plack/Session/Store/File.pm   
2019-03-10 00:18:17.000000000 +0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION   = '0.32';
+our $VERSION   = '0.33';
 our $AUTHORITY = 'cpan:STEVAN';
 
 use Storable ();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Plack-Middleware-Session-0.32/lib/Plack/Session/Store/Null.pm 
new/Plack-Middleware-Session-0.33/lib/Plack/Session/Store/Null.pm
--- old/Plack-Middleware-Session-0.32/lib/Plack/Session/Store/Null.pm   
2019-02-26 22:36:22.000000000 +0100
+++ new/Plack-Middleware-Session-0.33/lib/Plack/Session/Store/Null.pm   
2019-03-10 00:18:17.000000000 +0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION   = '0.32';
+our $VERSION   = '0.33';
 our $AUTHORITY = 'cpan:STEVAN';
 
 sub new     { bless {} => shift }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Plack-Middleware-Session-0.32/lib/Plack/Session/Store.pm 
new/Plack-Middleware-Session-0.33/lib/Plack/Session/Store.pm
--- old/Plack-Middleware-Session-0.32/lib/Plack/Session/Store.pm        
2019-02-26 22:36:22.000000000 +0100
+++ new/Plack-Middleware-Session-0.33/lib/Plack/Session/Store.pm        
2019-03-10 00:18:17.000000000 +0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION   = '0.32';
+our $VERSION   = '0.33';
 our $AUTHORITY = 'cpan:STEVAN';
 
 use Plack::Util::Accessor qw[ _stash ];
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Plack-Middleware-Session-0.32/lib/Plack/Session.pm 
new/Plack-Middleware-Session-0.33/lib/Plack/Session.pm
--- old/Plack-Middleware-Session-0.32/lib/Plack/Session.pm      2019-02-26 
22:36:22.000000000 +0100
+++ new/Plack-Middleware-Session-0.33/lib/Plack/Session.pm      2019-03-10 
00:18:17.000000000 +0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION   = '0.32';
+our $VERSION   = '0.33';
 our $AUTHORITY = 'cpan:STEVAN';
 
 use Plack::Util::Accessor qw( session options );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Plack-Middleware-Session-0.32/t/001_basic.t 
new/Plack-Middleware-Session-0.33/t/001_basic.t
--- old/Plack-Middleware-Session-0.32/t/001_basic.t     2019-02-26 
22:36:22.000000000 +0100
+++ new/Plack-Middleware-Session-0.33/t/001_basic.t     2019-03-10 
00:18:17.000000000 +0100
@@ -10,6 +10,7 @@
 use Plack::Session::State;
 use Plack::Session::Store;
 
+use lib ".";
 use t::lib::TestSession;
 
 t::lib::TestSession::run_all_tests(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Plack-Middleware-Session-0.32/t/001a_basic.t 
new/Plack-Middleware-Session-0.33/t/001a_basic.t
--- old/Plack-Middleware-Session-0.32/t/001a_basic.t    2019-02-26 
22:36:22.000000000 +0100
+++ new/Plack-Middleware-Session-0.33/t/001a_basic.t    2019-03-10 
00:18:17.000000000 +0100
@@ -9,6 +9,7 @@
 use Plack::Session::State;
 use Plack::Session::Store;
 
+use lib ".";
 use t::lib::TestSessionHash;
 
 t::lib::TestSessionHash::run_all_tests(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Plack-Middleware-Session-0.32/t/002_basic_w_cookie.t 
new/Plack-Middleware-Session-0.33/t/002_basic_w_cookie.t
--- old/Plack-Middleware-Session-0.32/t/002_basic_w_cookie.t    2019-02-26 
22:36:22.000000000 +0100
+++ new/Plack-Middleware-Session-0.33/t/002_basic_w_cookie.t    2019-03-10 
00:18:17.000000000 +0100
@@ -11,6 +11,7 @@
 use Plack::Session::Store;
 use Plack::Util;
 
+use lib ".";
 use t::lib::TestSession;
 
 t::lib::TestSession::run_all_tests(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Plack-Middleware-Session-0.32/t/002a_basic_w_cookie.t 
new/Plack-Middleware-Session-0.33/t/002a_basic_w_cookie.t
--- old/Plack-Middleware-Session-0.32/t/002a_basic_w_cookie.t   2019-02-26 
22:36:22.000000000 +0100
+++ new/Plack-Middleware-Session-0.33/t/002a_basic_w_cookie.t   2019-03-10 
00:18:17.000000000 +0100
@@ -10,6 +10,7 @@
 use Plack::Session::Store;
 use Plack::Util;
 
+use lib ".";
 use t::lib::TestSessionHash;
 
 t::lib::TestSessionHash::run_all_tests(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Plack-Middleware-Session-0.32/t/003_basic_w_file_store.t 
new/Plack-Middleware-Session-0.33/t/003_basic_w_file_store.t
--- old/Plack-Middleware-Session-0.32/t/003_basic_w_file_store.t        
2019-02-26 22:36:22.000000000 +0100
+++ new/Plack-Middleware-Session-0.33/t/003_basic_w_file_store.t        
2019-03-10 00:18:17.000000000 +0100
@@ -12,6 +12,7 @@
 use Plack::Session::State::Cookie;
 use Plack::Session::Store::File;
 
+use lib ".";
 use t::lib::TestSession;
 
 my $tmp = tempdir(CLEANUP => 1);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Plack-Middleware-Session-0.32/t/003a_basic_w_file_store.t 
new/Plack-Middleware-Session-0.33/t/003a_basic_w_file_store.t
--- old/Plack-Middleware-Session-0.32/t/003a_basic_w_file_store.t       
2019-02-26 22:36:22.000000000 +0100
+++ new/Plack-Middleware-Session-0.33/t/003a_basic_w_file_store.t       
2019-03-10 00:18:17.000000000 +0100
@@ -11,6 +11,7 @@
 use Plack::Session::State::Cookie;
 use Plack::Session::Store::File;
 
+use lib ".";
 use t::lib::TestSessionHash;
 
 my $tmp = tempdir(CLEANUP => 1);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Plack-Middleware-Session-0.32/t/004_basic_file_w_customs.t 
new/Plack-Middleware-Session-0.33/t/004_basic_file_w_customs.t
--- old/Plack-Middleware-Session-0.32/t/004_basic_file_w_customs.t      
2019-02-26 22:36:22.000000000 +0100
+++ new/Plack-Middleware-Session-0.33/t/004_basic_file_w_customs.t      
2019-03-10 00:18:17.000000000 +0100
@@ -13,6 +13,7 @@
 use Plack::Session::State::Cookie;
 use Plack::Session::Store::File;
 
+use lib ".";
 use t::lib::TestSession;
 
 my $tmp = tempdir(CLEANUP => 1);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Plack-Middleware-Session-0.32/t/004a_basic_file_w_customs.t 
new/Plack-Middleware-Session-0.33/t/004a_basic_file_w_customs.t
--- old/Plack-Middleware-Session-0.32/t/004a_basic_file_w_customs.t     
2019-02-26 22:36:22.000000000 +0100
+++ new/Plack-Middleware-Session-0.33/t/004a_basic_file_w_customs.t     
2019-03-10 00:18:17.000000000 +0100
@@ -12,6 +12,7 @@
 use Plack::Session::State::Cookie;
 use Plack::Session::Store::File;
 
+use lib ".";
 use t::lib::TestSessionHash;
 
 my $tmp = tempdir(CLEANUP => 1);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Plack-Middleware-Session-0.32/t/005_basic_w_cache_store.t 
new/Plack-Middleware-Session-0.33/t/005_basic_w_cache_store.t
--- old/Plack-Middleware-Session-0.32/t/005_basic_w_cache_store.t       
2019-02-26 22:36:22.000000000 +0100
+++ new/Plack-Middleware-Session-0.33/t/005_basic_w_cache_store.t       
2019-03-10 00:18:17.000000000 +0100
@@ -10,6 +10,7 @@
 use Plack::Session::State;
 use Plack::Session::Store::Cache;
 
+use lib ".";
 use t::lib::TestSession;
 
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Plack-Middleware-Session-0.32/t/005a_basic_w_cache_store.t 
new/Plack-Middleware-Session-0.33/t/005a_basic_w_cache_store.t
--- old/Plack-Middleware-Session-0.32/t/005a_basic_w_cache_store.t      
2019-02-26 22:36:22.000000000 +0100
+++ new/Plack-Middleware-Session-0.33/t/005a_basic_w_cache_store.t      
2019-03-10 00:18:17.000000000 +0100
@@ -9,6 +9,7 @@
 use Plack::Session::State;
 use Plack::Session::Store::Cache;
 
+use lib ".";
 use t::lib::TestSessionHash;
 
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Plack-Middleware-Session-0.32/t/006_basic_w_dbi_store.t 
new/Plack-Middleware-Session-0.33/t/006_basic_w_dbi_store.t
--- old/Plack-Middleware-Session-0.32/t/006_basic_w_dbi_store.t 2019-02-26 
22:36:22.000000000 +0100
+++ new/Plack-Middleware-Session-0.33/t/006_basic_w_dbi_store.t 2019-03-10 
00:18:17.000000000 +0100
@@ -13,6 +13,7 @@
 use Plack::Session::State::Cookie;
 use Plack::Session::Store::DBI;
 
+use lib ".";
 use t::lib::TestSession;
 
 my $tmp  = tempdir(CLEANUP => 1);


Reply via email to