On Wed Apr 22 07:46:27 2015, JKEENAN wrote:
Show quoted text
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