-
-
27 Jan 2015 15:18:10 UTC
- Distribution: CPAN-Testers-Report
- Module version: 1.999003
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (0)
- Testers (5744 / 0 / 2)
- Kwalitee
Bus factor: 1- 72.24% Coverage
- License: apache_2_0
- Perl: v5.6.0
- Activity
24 month- Tools
- Download (15.88KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
NAME
CPAN::Testers::Report - CPAN Testers report object
VERSION
version 1.999003
SYNOPSIS
my $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();
DESCRIPTION
Metabase report class encapsulating Facts about a CPAN Testers report
USAGE
CPAN::Testers::Report subclasses Metabase::Report. See that module for API. See Test::Reporter::Transport::Metabase for an example of usage.
BUGS
Please 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.
SUPPORT
Bugs / Feature Requests
Please 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 Code
This 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
AUTHOR
David Golden <dagolden@cpan.org>
CONTRIBUTORS
Brian Fraser <brian.fraser@booking.com>
David Steinbrunner <dsteinbrunner@pobox.com>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2015 by David Golden.
This is free software, licensed under:
The Apache License, Version 2.0, January 2004
Module Install Instructions
To install CPAN::Testers::Report, copy and paste the appropriate command in to your terminal.
cpanm CPAN::Testers::Report
perl -MCPAN -e shell install CPAN::Testers::Report
For more information on module installation, please visit the detailed CPAN module installation guide.