Barbie > CPAN-Testers-WWW-Reports-Parser-0.01 > CPAN::Testers::WWW::Reports::Parser::JSON

Download:
CPAN-Testers-WWW-Reports-Parser-0.01.tar.gz

Dependencies

Annotate this POD

View/Report Bugs

Module Version: 0.01   Source  

NAME ^

CPAN::Testers::WWW::Reports::Parser::JSON - CPAN Testers JSON parser

SYNOPSIS ^

  use CPAN::Testers::WWW::Reports::Parser::JSON;

  my $obj = CPAN::Testers::WWW::Reports::Parser::JSON->new();

  $obj->register( file => $file );  # local file name
  $obj->register( data => $data );  # reference to a data block

  my $data = $obj->raw_data();

DESCRIPTION ^

This distribution is used to extract the data from a JSON file containing metadata regarding reports submitted by CPAN Testers, and available from the CPAN Testers website.

INTERFACE ^

The Constructor

Public Methods

BUGS, PATCHES & FIXES ^

There are no known bugs at the time of this release. However, if you spot a bug or are experiencing difficulties, that is not explained within the POD documentation, please send bug reports and patches to the RT Queue (see below).

Fixes are dependant upon their severity and my availablity. Should a fix not be forthcoming, please feel free to (politely) remind me.

RT: http://rt.cpan.org/Public/Dist/Display.html?Name=CPAN-Testers-WWW-Reports-Parser

SEE ALSO ^

http://www.cpantesters.org/, http://stats.cpantesters.org/, http://wiki.cpantesters.org/, http://blog.cpantesters.org/

AUTHOR ^

  Barbie <barbie@cpan.org> 2009-present

COPYRIGHT AND LICENSE ^

  Copyright (C) 2009 Barbie <barbie@cpan.org>

  This module is free software; you can redistribute it and/or
  modify it under the same terms as Perl itself.