diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-04-04 18:51:15 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-04-04 18:51:15 +0200 |
commit | 3d68caa7e8e3a88f8444a4c8a5b6cd5d6d30463d (patch) | |
tree | 1c5fa7dbb63724269c965698663033b9fedcd75e /t/29-app-raps2.t | |
parent | e81eb890ae7539052787caed6bf72e527c8307f1 (diff) |
Test::Exception -> Test::Fatal
Diffstat (limited to 't/29-app-raps2.t')
-rw-r--r-- | t/29-app-raps2.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/29-app-raps2.t b/t/29-app-raps2.t index c0baeac..cbb170e 100644 --- a/t/29-app-raps2.t +++ b/t/29-app-raps2.t @@ -4,7 +4,7 @@ use warnings; use 5.010; use Test::More tests => 4; -use Test::Exception; +use Test::Fatal; use_ok('App::Raps2'); |