The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

cpanstats-reparse - script to reparse an NNTP article.

SYNOPSIS

  perl cpanstats-reparse                        \
    --config=<file>                             \
    [--check|c] [--localonly|l]                 \
    ( [--id=<nntpid>] | [--file=<filename>] )   \
    [--exclude|x=<fields>]

DESCRIPTION

This program is used to reparse an NNTP article, which may have been incorrectly parsed by the cpanstats, and should feature in the stats for the CPAN Testers Statistics database.

Note that the "check" option will only go through the motions and will not update the local database, while the "localonly" option will ensure only the local articles.db database is used to reparse, no NNTP lookup is used.

The ability to ignore field checking for specific fields is enabled via the use of the exclude option. Using a comma separated list you may enter one or more of the fields 'dist', 'version', 'from', 'perl' and 'platform'. This is useful for parsing a faulty report and then using cpanstats-update to amend the appropriate field to the correct value.

get_list

Returns the list of NNTP ids from the named file.

init_options

Determine command line options and initialise any defaults.

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 Queue - http://rt.cpan.org/Public/Dist/Display.html?Name=CPAN-Testers-Data-Generator

SEE ALSO

CPAN::WWW::Testers, CPAN::Testers::WWW::Statistics

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

AUTHOR

  Barbie, <barbie@cpan.org>
  for Miss Barbell Productions <http://www.missbarbell.co.uk>.

COPYRIGHT AND LICENSE

  Copyright (C) 2005-2010 Barbie for Miss Barbell Productions.

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

1 POD Error

The following errors were encountered while parsing the POD:

Around line 79:

'=item' outside of any '=over'