Revision history for Perl module PAUSE::Users 0.11 2022-10-06 NEILB - PAUSE::Users was `use`ing PAUSE::Users::User unnecessarily - Added `my` to SYNOPSIS so the code sample was strict clean - Thanks to Olaf Alders for both changes 0.10 2021-04-22 NEILB - added "=encoding utf8" to pod for cpan-whois, to fix a pod error message you get with `perldoc cpan-whois`. 0.09 2020-08-03 NEILB - Switched cpan-whois to use Text::Table::Tiny for columnar output. 0.08 2020-08-03 NEILB - Added script cpan-whois, which dumps information about one or more users to stdout. 0.07 2014-04-29 NEILB - Updated to work with MooX::Role::CachedURL 0.04 which split the 'path' attribute into 'cache_path' and 'path'. - Fixed a bug in ReleaseIterator, which meant that you wouldn't have been able to run two iterators side by side (which wasn't a very likely use case, admittedly). 0.06 2014-03-30 NEILB - Now use MooX::Role::CachedURL to grab/cache 00whois.xml 0.05 2014-03-17 NEILB - Switched to using MooX::Role::CachedURL to handle the caching of 00whois.xml. - Added a live test, which is skipped if you appear to be offline. - Added CPAN::Source to SEE ALSO - Stopped using MungeFile::WithData to set $DISTNAME in Users.pm -- it was a pain when testing during development. 0.04 2014-02-27 NEILB - Added CPAN::Index::API::File::Whois and CPAN::Search::Author to SEE ALSO. - Added a note about the mailing lists included in 00whois.xml, and that they're ignored by PAUSE::Users 0.03 2013-12-11 NEILB - Added =encoding to pod, since I have UTF-8 in the pod - Correction in the doc for has_cpandir following a chat with ANDK. 0.02 2013-11-19 NEILB - has_cpandir now defaults to 0, as the element is only present if it's set to 1. - Now we skip entries with type=list, as they're not users they're mailing lists. Dropped the 'type' field from PAUSE::Users::User, since we're only dealing with one type. - Added a bunch more documentation. - Added Changes file 0.01 2013-11-17 NEILB - First version released to CPAN