diff --git a/t/009_exception_handling.t b/t/009_exception_handling.t index 351382a..b5309a4 100644 --- a/t/009_exception_handling.t +++ b/t/009_exception_handling.t @@ -3,6 +3,7 @@ use Test::More tests => 2; use strict; use warnings; +use Dancer qw(:tests); use Dancer::Plugin::Passphrase; my $secret = "Super Secret Squirrel";