Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Wrap check for URI::Escape in BEGIN block
The "unless try" was a good solution, however the check for URI::Escape needs to happen at compile time, since the later "use" will be checked and thus fail since URI::Escape isn't there. What a better solution is, I don't know, however the test works again now.
- Loading branch information