diff --git a/lang/p5-TryCatch/pkg-descr b/lang/p5-TryCatch/pkg-descr index 7673cbaf9bbf..7ee70325875e 100644 --- a/lang/p5-TryCatch/pkg-descr +++ b/lang/p5-TryCatch/pkg-descr @@ -4,4 +4,4 @@ or C++). The standard method of using eval {}; if ($@) {} is often prone to subtle bugs, primarily that its far too easy to stomp on the error in error handlers. And also eval/if isn't the nicest idiom. -WWW: https://metacpan.org/module/TryCatch +WWW: https://metacpan.org/release/TryCatch