summaryrefslogtreecommitdiff
path: root/devel/p5-CPAN-Reporter
AgeCommit message (Collapse)AuthorFilesLines
2011-08-16Update to 1.2002.wiz2-6/+7
1.2002 2011-08-10 17:52:08 America/New_York [BUG FIXES] - Fix failing tests on systems without Test::Reporter::Transport::Metabase - Minor test cleanups for use with 'prove'
2011-08-10Changes 1.2001:adam2-13/+8
* Fix failing test on Windows due to glob expansion of "~"
2010-09-14Updating devel/p5-CPAN-Reporter from 1.1800nb1 to 1.1801sno2-7/+7
Upstream changes: 1.1801 Fri Sep 10 16:34:29 EDT 2010 Changed: - Default config directory now uses File::HomeDir->my_home on windows instead of ->my_documents. If that directory doesn't exist, it will fall back to ->my_documents.
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-1/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2010-08-04Updating devel/p5-CPAN-Reporter from 1.1711 to 1.1800sno2-7/+7
pkgsrc changes: - adjust dependencies Upstream changes: 1.1800 Mon Jul 26 16:02:06 EDT 2010 Changed: - "sending test report..." message now shows transport method, not the old email list address for less confusion when using non-email transports - Enhances missing "email_from" prompt to clarify why an email is still needed under non-email transports for legacy compatibililty
2010-02-22Updating devel/p5-CPAN-Reporter from 1.1710 to 1.1711sno2-6/+6
Upstream changes: 1.1711 Wed Feb 17 13:52:14 EST 2010 Bugs fixed: - Tests for "no make test" were failing due to internationalization of the error message. Rather than try to interpret every possible make error message, CPAN::Reporter now just looks inside the Makefile for a "test" target. Hopefully, that will prove more robust.
2010-02-15Updating devel/p5-CPAN-Reporter from 1.1708 to 1.1710sno2-7/+8
pkgsrc changes: - Adjusting dependencies Upstream changes: 1.1710 Wed Feb 10 10:30:51 EST 2010 Bugs fixed: - Tests for "no make test" were failing on some systems due to the incredibly wide range of error messages possible from make/nmake/dmake on various systems. The error message check is now even more liberal. 1.1709 Mon Feb 1 22:39:59 EST 2010 Bugs fixed: - Fixed PrereqCheck for modules like "if.pm" that could be confused with Perl syntax (RT#53477 by Serguei Trouchelle) - Added PrereqCheck special-case for Module::Install and improved diagnostics when prereqs are missing or too low (RT#51257) - Distributions with no 'make test' target should be UNKNOWN, not FAIL (RT#52139) - Improved detection of Test::Reporter capable of setting 'distfile' parameter Documentation changes: - Added 'Port' example for transport options - Adopted new format for Changes
2009-06-14pkgsrc changes:sno2-10/+7
- Updating package of p5 module CPAN::Reporter from 1.1707 to 1.708 - Update dependencies according to META.yaml Upstream changes: 1.1708 Mon Jun 1 23:31:58 EDT 2009 *** Emergency fix -- 1.1706/1.1707 can prevent subsequent module *** *** installation if installed with an older Test::Reporter. *** *** Disable test reporting (From CPAN, 'o conf test_report 0') *** *** and install CPAN::Reporter 1.1708. Then re-enable test *** *** reports. *** - Fixed: in the case where an old Test::Reporter without the distfile() method is installed, CPAN::Reporter would crash and prevent installation of modules (including newer Test::Reporter); now checks for a Test::Reporter
2009-06-01pkgsrc changes:sno2-12/+13
- Updating package for p5 module CPAN::Reporter - set PERL5MODULE_TYPE to Module::Build - Adjusting dependencies according to META.yml - Setting LICENSE to apache-2.0 Upstream changes: 1.1707 Sun May 31 21:44:07 EDT 2009 - Prereq: bumped Test::Reporter to 1.54 1.1706 Sun May 31 14:00:43 EDT 2009 - Changed: URL of CPAN Testers wiki is now wiki.cpantesters.org - Added: support for setting 'distfile' parameter for test reports if supported by Test::Reporter (1.53_01+)
2009-03-01Importing CPAN::Reporter to easily check for outdated perl modules.sno3-0/+63
The CPAN Testers project captures and analyses detailed results from building and testing CPAN distributions on multiple operating systems and multiple versions of Perl. This provides valuable feedback to module authors and potential users to identify bugs or platform compatibility issues and improves the overall quality and value of CPAN.