Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the CPAN-Reporter CPAN distribution.

Report information
The Basics
Id: 44509
Status: resolved
Priority: 0/
Queue: CPAN-Reporter

People
Owner: Nobody in particular
Requestors: mschwern [...] cpan.org
Cc: barbie [...] missbarbell.co.uk
AdminCc:

Bug Information
Severity: Important
Broken in: 1.1705
Fixed in: (no value)



CC: barbie [...] missbarbell.co.uk
Subject: http://cpantest.grango.org/ is down
The report email uses http://cpantest.grango.org/ but that is down. Barbie says the correct link is http://wiki.cpantesters.org/wiki/CPANAuthorNotes
Patch attached to update the report templates to the correct URL.
--- CPAN-Reporter-1.1705/lib/CPAN/Reporter.pm Tue Jan 20 15:57:45 2009 +++ CPAN-Reporter-1.1705_01/lib/CPAN/Reporter.pm Tue Mar 24 11:24:10 2009 @@ -1005,31 +1005,31 @@ for suggestions on how to avoid getting FAIL reports for missing library or binary dependencies, unsupported operating systems, and so on: -http://cpantest.grango.org/wiki/CPANAuthorNotes +http://wiki.cpantesters.org/wiki/CPANAuthorNotes HERE 'unknown' => <<'HERE', Thank you for uploading your work to CPAN. However, attempting to -test your distribution gave an inconclusive result. +test your distribution gave an inconclusive result. This could be because your distribution had an error during the make/build stage, did not define tests, tests could not be found, because your tests were interrupted before they finished, or because the results of the tests could not be parsed. You may wish to consult the CPAN Testers Wiki: -http://cpantest.grango.org/wiki/CPANAuthorNotes +http://wiki.cpantesters.org/wiki/CPANAuthorNotes HERE 'na' => <<'HERE', -Thank you for uploading your work to CPAN. While attempting to build or test -this distribution, the distribution signaled that support is not available -either for this operating system or this version of Perl. Nevertheless, any -diagnostic output produced is provided below for reference. If this is not +Thank you for uploading your work to CPAN. While attempting to build or test +this distribution, the distribution signaled that support is not available +either for this operating system or this version of Perl. Nevertheless, any +diagnostic output produced is provided below for reference. If this is not what you expect, you may wish to consult the CPAN Testers Wiki: -http://cpantest.grango.org/wiki/CPANAuthorNotes +http://wiki.cpantesters.org/wiki/CPANAuthorNotes HERE - + ); sub _report_text { @@ -1524,9 +1524,9 @@ * [CPAN::Testers] -- overview of CPAN Testers architecture stack * [http://www.cpantesters.org] -- project home with all reports -* [http://cpantest.grango.org] -- documentation and wiki +* [http://wiki.cpantesters.org] -- documentation and wiki -Additional Documentation: +Additional Documentation: * [CPAN::Reporter::Config] -- advanced configuration settings * [CPAN::Reporter::FAQ] -- hints and tips --- CPAN-Reporter-1.1705/lib/CPAN/Reporter.pod Tue Jan 20 15:57:45 2009 +++ CPAN-Reporter-1.1705_01/lib/CPAN/Reporter.pod Tue Mar 24 11:24:10 2009 @@ -168,7 +168,7 @@ =item * -L<http://cpantest.grango.org> -- documentation and wiki +L<http://wiki.cpantesters.org> -- documentation and wiki =back --- CPAN-Reporter-1.1705/README Tue Jan 20 15:57:45 2009 +++ CPAN-Reporter-1.1705_01/README Tue Mar 24 11:24:10 2009 @@ -142,7 +142,7 @@ * http://www.cpantesters.org -- project home with all reports - * http://cpantest.grango.org -- documentation and wiki + * http://wiki.cpantesters.org -- documentation and wiki Additional Documentation: --- CPAN-Reporter-1.1705/t/Helper.pm Tue Jan 20 15:57:45 2009 +++ CPAN-Reporter-1.1705_01/t/Helper.pm Tue Mar 24 11:28:57 2009 @@ -458,31 +458,31 @@ for suggestions on how to avoid getting FAIL reports for missing library or binary dependencies, unsupported operating systems, and so on: -http://cpantest.grango.org/wiki/CPANAuthorNotes +http://wiki.cpantesters.org/wiki/CPANAuthorNotes HERE 'unknown' => << 'HERE', Thank you for uploading your work to CPAN. However, attempting to -test your distribution gave an inconclusive result. +test your distribution gave an inconclusive result. This could be because your distribution had an error during the make/build stage, did not define tests, tests could not be found, because your tests were interrupted before they finished, or because the results of the tests could not be parsed. You may wish to consult the CPAN Testers Wiki: -http://cpantest.grango.org/wiki/CPANAuthorNotes +http://wiki.cpantesters.org/wiki/CPANAuthorNotes HERE 'na' => << 'HERE', -Thank you for uploading your work to CPAN. While attempting to build or test -this distribution, the distribution signaled that support is not available -either for this operating system or this version of Perl. Nevertheless, any -diagnostic output produced is provided below for reference. If this is not +Thank you for uploading your work to CPAN. While attempting to build or test +this distribution, the distribution signaled that support is not available +either for this operating system or this version of Perl. Nevertheless, any +diagnostic output produced is provided below for reference. If this is not what you expect, you may wish to consult the CPAN Testers Wiki: -http://cpantest.grango.org/wiki/CPANAuthorNotes +http://wiki.cpantesters.org/wiki/CPANAuthorNotes HERE - + ); sub test_report_plan() { 13 };
Fixed and released.