|
NAMECPAN::Testers::Report - CPAN Testers report objectVERSIONversion 1.999003SYNOPSISmy $report = CPAN::Testers::Report->open( resource => 'cpan:///distfile/RJBS/CPAN-Metabase-Fact-0.001.tar.gz', ); $report->add( CPAN::Testers::Fact::LegacyReport => { grade => $tr->grade, osname => $tr->osname, osversion => $tr->osversion archname => $tr->archname perlversion => $tr->perl_version_number textreport => $tr->report }); # TestSummary happens to be the same as content metadata # of LegacyReport for now $report->add( CPAN::Testers::Fact::TestSummary => $report->facts->[0]->content_metadata() ); $report->close(); DESCRIPTIONMetabase report class encapsulating Facts about a CPAN Testers reportUSAGECPAN::Testers::Report subclasses Metabase::Report. See that module for API. See Test::Reporter::Transport::Metabase for an example of usage.BUGSPlease report any bugs or feature using the CPAN Request Tracker. Bugs can be submitted through the web interface at <http://rt.cpan.org/Dist/Display.html?Queue=CPAN-Testers-Report>When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature. SUPPORTBugs / Feature RequestsPlease report any bugs or feature requests through the issue tracker at <https://github.com/dagolden/CPAN-Testers-Report/issues>. You will be notified automatically of any progress on your issue.Source CodeThis is open source software. The code repository is available for public review and contribution under the terms of the license.<https://github.com/dagolden/CPAN-Testers-Report> git clone https://github.com/dagolden/CPAN-Testers-Report.git AUTHORDavid Golden <dagolden@cpan.org>CONTRIBUTORS
COPYRIGHT AND LICENSEThis software is Copyright (c) 2015 by David Golden.This is free software, licensed under: The Apache License, Version 2.0, January 2004
Visit the GSP FreeBSD Man Page Interface. |