diff options
author | Michael Stevens <mstevens@etla.org> | 2011-01-20 13:39:46 +0000 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-01-20 19:07:13 -0800 |
commit | ff7e9008dc1a7d9df73110077b3cae586508c160 (patch) | |
tree | 89b384fa1b6e9b2b23e4933c881c0b097af62618 /cop.h | |
parent | 1b279fcb890701eb4d573c1ed94fea7c6d771983 (diff) | |
download | perl-ff7e9008dc1a7d9df73110077b3cae586508c160.tar.gz |
Update old activestate links to point to git.
Diffstat (limited to 'cop.h')
-rw-r--r-- | cop.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -92,8 +92,9 @@ typedef struct jmpenv JMPENV; * * The original patches that introduces flexible exceptions were: * - * http://public.activestate.com/cgi-bin/perlbrowse?patch=3386 - * http://public.activestate.com/cgi-bin/perlbrowse?patch=5162 + * http://perl5.git.perl.org/perl.git/commit/312caa8e97f1c7ee342a9895c2f0e749625b4929 + * http://perl5.git.perl.org/perl.git/commit/14dd3ad8c9bf82cf09798a22cc89a9862dfd6d1a + * */ #define dJMPENV JMPENV cur_env |