Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Jenkins-API CPAN distribution.

Report information
The Basics
Id: 87978
Status: resolved
Priority: 0/
Queue: Jenkins-API

People
Owner: Nobody in particular
Requestors: dsteinbrunner [...] pobox.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.03
Fixed in: 0.04



Subject: repository metadata not being set correctly
You currently have the repository metadata set in the meta-spec version 2 format without specifying the version. The other route is to change to the single url that the 1.x versions of the spec define.
From: dsteinbrunner [...] pobox.com
On Tue Aug 20 12:23:47 2013, dsteinbrunner@pobox.com wrote: Show quoted text
> You currently have the repository metadata set in the meta-spec > version 2 format without specifying the version. The other route is to > change to the single url that the 1.x versions of the spec define.
Actually, I don't think Module::Install supports the version 2 spec so using the single url is the route to go.
From: dsteinbrunner [...] pobox.com
On Tue Aug 20 19:34:47 2013, dsteinbrunner@pobox.com wrote: Show quoted text
> On Tue Aug 20 12:23:47 2013, dsteinbrunner@pobox.com wrote:
> > You currently have the repository metadata set in the meta-spec > > version 2 format without specifying the version. The other route is > > to > > change to the single url that the 1.x versions of the spec define.
> > Actually, I don't think Module::Install supports the version 2 spec so > using the single url is the route to go.
This should take care of the repo and bug tracker issues: https://github.com/colinnewell/Jenkins-API/pull/1
This was fixed by the pull request.