Skip Menu |

This queue is for tickets about the XML-Compare CPAN distribution.

Report information
The Basics
Id: 103879
Status: resolved
Priority: 0/
Queue: XML-Compare

People
Owner: Nobody in particular
Requestors: jkeenan [...] cpan.org
Cc: itcharlie [...] gmail.com
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.04
Fixed in: 0.05



CC: itcharlie [...] gmail.com
Subject: XML-Compare: repository data incorrect
The repository information for this distribution is incorrect. If you go to, say, http://search.cpan.org/~chilts/XML-Compare-0.04/, and follow this link: git://github.com/catalyst/XML-Compare ... you will not reach github. Your Makefile.PL needs to be updated. The correct formatting is probably: https://github.com/catalyst/XML-Compare This should be corrected if you wish people to file pull requests for improvements to this distribution. Thank you very much. Jim Keenan
On Wed Apr 22 07:46:27 2015, JKEENAN wrote: Show quoted text
> The repository information for this distribution is incorrect. If you > go to, say, http://search.cpan.org/~chilts/XML-Compare-0.04/, and > follow this link: > > git://github.com/catalyst/XML-Compare
Your web browser doesn't support the git:// protocol. Why not try a git client? $ git clone git://github.com/catalyst/XML-Compare Cloning into 'XML-Compare'... remote: Counting objects: 254, done. remote: Total 254 (delta 0), reused 0 (delta 0), pack-reused 254 Receiving objects: 100% (254/254), 40.11 KiB | 0 bytes/s, done. Resolving deltas: 100% (108/108), done. Checking connectivity... done. $ cd XML-Compare/ $ git log -1 commit 30ef766f919e173c332f3aefe0a06313255395b3 Merge: 3583d69 99960a2 Author: Matthew Hunt <morfran@gmail.com> Date: Mon Mar 23 11:36:01 2015 +1300 Merge pull request #1 from ojotoxy/master Perl::Critic and Kwalitee appeased for the CPAN Pull Request Challenge $ Show quoted text
> ... you will not reach github. > > Your Makefile.PL needs to be updated. The correct formatting is > probably: > > https://github.com/catalyst/XML-Compare > > This should be corrected if you wish people to file pull requests for > improvements to this distribution.
Great idea! You know you can edit files on github and turn them into PRs, right? https://github.com/catalyst/XML-Compare/pull/3