diff options
author | Dan Book <grinnz@grinnz.com> | 2019-10-20 12:47:10 -0400 |
---|---|---|
committer | Todd Rinaldo <toddr@cpan.org> | 2019-10-20 18:47:10 +0200 |
commit | 47ef154c59e75e9351d27b3bd06d6ac57494193c (patch) | |
tree | 2a2b239b3ecfc0a21459e5be099d6982988d8a3f /cop.h | |
parent | cff6de5f7a56a31a8570531468ebb7e646047f24 (diff) | |
download | perl-47ef154c59e75e9351d27b3bd06d6ac57494193c.tar.gz |
Update documentation, comments, metadata to reference GitHub as canonical repository (#1186)
* Update repository and bugtracker URLs to GitHub in makemeta
regen META files
* Update POD and comments to reference GitHub as canonical repository
* Update Porting/corelist.pl to recognize GitHub issue tracker
* remove "A note on camel and dromedary"
* Remove redundant 'Committing your changes' section
Diffstat (limited to 'cop.h')
-rw-r--r-- | cop.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -103,8 +103,8 @@ typedef struct jmpenv JMPENV; * * The original patches that introduces flexible exceptions were: * - * https://perl5.git.perl.org/perl.git/commit/312caa8e97f1c7ee342a9895c2f0e749625b4929 - * https://perl5.git.perl.org/perl.git/commit/14dd3ad8c9bf82cf09798a22cc89a9862dfd6d1a + * https://github.com/Perl/perl5/commit/312caa8e97f1c7ee342a9895c2f0e749625b4929 + * https://github.com/Perl/perl5/commit/14dd3ad8c9bf82cf09798a22cc89a9862dfd6d1a * */ |