diff options
| author | Olivier Mengué <dolmen@cpan.org> | 2012-10-23 14:42:42 +0200 |
|---|---|---|
| committer | Franck Cuny <franck@lumberjaph.net> | 2012-11-25 11:39:15 -0800 |
| commit | 7efcf64543b5f743ed58737090c9a094bcf60740 (patch) | |
| tree | 3517df2c61a59c482e73bfc83a51b21e9aa66f7d | |
| parent | Use $args{name} outside of subref to avoid memory leak. (diff) | |
| download | net-http-spore-7efcf64543b5f743ed58737090c9a094bcf60740.tar.gz | |
DZ: fix MetaResources
| -rw-r--r-- | dist.ini | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -17,9 +17,11 @@ bundle = @Basic [EOLTests] [MetaResources] -repository = git://github.com/franckcuny/net-http-spore.git -bugtracker = http://github.com/franckcuny/net-http-spore/issues -homepage = http://github.com/franckcuny/net-http-spore +repository.type = git +repository.url = git://github.com/franckcuny/net-http-spore.git +repository.web = https://github.com/franckcuny/net-http-spore +bugtracker.web = https://github.com/franckcuny/net-http-spore/issues +homepage = http://lumberjaph.net/net-http-spore/ [PodWeaver] [AutoPrereqs] |
