Skip to content

Commit

Permalink
Explicitly import catch/try.
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed May 5, 2016
1 parent 4c41513 commit 8631fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MetaCPAN/Document/File.pm
Expand Up @@ -14,7 +14,7 @@ use MetaCPAN::Types qw(:all);
use MetaCPAN::Util qw(numify_version);
use Plack::MIME;
use Pod::Text;
use Try::Tiny;
use Try::Tiny qw( catch try );
use URI::Escape ();

Plack::MIME->add_type( '.t' => 'text/x-script.perl' );
Expand Down

0 comments on commit 8631fa1

Please sign in to comment.