Skip Menu |

This queue is for tickets about the CPANPLUS CPAN distribution.

Report information
The Basics
Id: 11533
Status: resolved
Priority: 0/
Queue: CPANPLUS

People
Owner: Nobody in particular
Requestors: rrwo [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in:
  • 0.052
  • 0.053
Fixed in: (no value)



Subject: [WISHLIST] munge_reports needs to know the grade
It would be nice if the grade were passed to the report. So that the munge_report callback could add information depending on the test result.
[guest - Wed Feb 16 18:28:04 2005]: Show quoted text
> It would be nice if the grade were passed to the report. So that the > munge_report callback could add information depending on the test > result.
This has been added with patch 12040 (will be part of 0.054 release): ==== //depot/cpanplus/devel/lib/CPANPLUS/Internals/Report.pm#55 - /Users/kane/ sources/p4/cpanplus/devel/lib/CPANPLUS/Internals/Report.pm ==== 414c414 < $message = $self->_callbacks->munge_test_report->( $mod, $message ); --- Show quoted text
> $message = $self->_callbacks->munge_test_report->($mod, $message, $grade);