The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

addresses.pl - helper script to map tester addresses to real people.

SYNOPSIS

  perl addresses.pl --config|c=<file> \
        [--address|a=<file>]  \
        [--mailrc|m=<file>]   \
        [--check=<file>]   \
        [--month=<string>] [--match] [--sort]

DESCRIPTION

Using the cpanstats database, the latest 01mailrc.txt file and the addresses file, the script tries to match unmatched tester addresses to either a cpan author or an already known tester.

For the remaining addresses, an attempt at pattern matching is made to try and identify similar addresses in the hope they can be manually identified.

FUNCTIONS

load_addresses

Loads all the data files with addresses against we can match, then load all the addresses listed in the DB that we need to match against.

init_options

Prepare command line options

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 dependent upon their severity and my availability. 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-WWW-Statistics

SEE ALSO

CPAN::Testers::Data::Generator, CPAN::Testers::WWW::Reports,

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

AUTHOR

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

COPYRIGHT AND LICENSE

  Copyright (C) 2005-2012 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.