[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);