Skip to content

Commit

Permalink
possible fix for - timbunce/WebAPI-DBIC#22
Browse files Browse the repository at this point in the history
  • Loading branch information
stevan committed Dec 29, 2014
1 parent 42564dc commit c5b2697
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Path/Router.pm
Expand Up @@ -169,6 +169,8 @@ sub uri_for {

my @possible;
foreach my $route (@{$self->routes}) {
local $SIG{__DIE__};

my @url;
my $url = try {

Expand Down

0 comments on commit c5b2697

Please sign in to comment.