From: Tatsuhiko Miyagawa Date: Wed, 23 Nov 2011 01:56:19 +0000 (-0800) Subject: Merge pull request #7 from tokuhirom/master X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=HEAD;hp=f85f3f00f74bea6d4a3c1a05761e1e7ebf0f948f;p=catagits%2FWeb-Session.git Merge pull request #7 from tokuhirom/master Test::Exception have a xs deps. --- diff --git a/Makefile.PL b/Makefile.PL index c005d84..7167c77 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -15,7 +15,7 @@ requires 'Digest::SHA1' => '0'; # things the tests need build_requires 'Test::More' => '0.88'; build_requires 'Test::Requires' => '0'; -test_requires 'Test::Exception'; +test_requires 'Test::Fatal'; tests_recursive; auto_install; diff --git a/t/lib/TestSession.pm b/t/lib/TestSession.pm index c0596d4..ab234aa 100644 --- a/t/lib/TestSession.pm +++ b/t/lib/TestSession.pm @@ -3,7 +3,7 @@ use strict; use warnings; use Test::More; -use Test::Exception; +use Test::Fatal qw(lives_ok); use Plack::Middleware::Session; use Plack::Session; diff --git a/t/lib/TestSessionHash.pm b/t/lib/TestSessionHash.pm index 4573134..31ffbec 100644 --- a/t/lib/TestSessionHash.pm +++ b/t/lib/TestSessionHash.pm @@ -3,7 +3,7 @@ use strict; use warnings; use Test::More; -use Test::Exception; +use Test::Fatal qw(lives_ok); use Plack::Middleware::Session; sub create_session {