Skip Menu |

This queue is for tickets about the RDF-DOAP CPAN distribution.

Report information
The Basics
Id: 122006
Status: new
Priority: 0/
Queue: RDF-DOAP

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.012
Fixed in: (no value)



Subject: examples/changelog.pl does not work anymore (api.metacpan.org/v0 is gone)
The changelog example script does not work anymore: $ perl5.24.1 examples/changelog.pl 410 Gone Possible fix: diff --git a/examples/changelog.pl b/examples/changelog.pl index 85eab7c..7e0ea52 100644 --- a/examples/changelog.pl +++ b/examples/changelog.pl @@ -3,7 +3,7 @@ use warnings; use RDF::DOAP; -my $url = 'http://api.metacpan.org/source/TOBYINK/MooseX-XSAccessor-0.005/doap.ttl'; +my $url = 'https://fastapi.metacpan.org/source/TOBYINK/MooseX-XSAccessor-0.005/doap.ttl'; my $doap = 'RDF::DOAP'->from_url($url); my $proj = $doap->project;