Skip to content

Commit

Permalink
s/require/use/
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Nov 2, 2010
1 parent 82f910d commit 9f157ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Plack/Middleware/StackTrace.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use parent qw/Plack::Middleware/;
use Devel::StackTrace;
use Devel::StackTrace::AsHTML;
use Try::Tiny;
require Scalar::Util;
use Scalar::Util ();
use Plack::Util::Accessor qw( force no_print_errors );

our $StackTraceClass = "Devel::StackTrace";
Expand Down

0 comments on commit 9f157ed

Please sign in to comment.