![]() |
![]()
| ![]() |
![]()
NAMECPAN::Recent::Uploads - Find the distributions recently uploaded to CPAN VERSIONversion 0.16 SYNOPSISuse CPAN::Recent::Uploads; my $weekago = time() - ( 7 * 24 * 60 * 60 ); my @uploads = CPAN::Recent::Uploads->recent( $weekago ); # as a one liner (seeing the weeks worth of uploads). perl -MCPAN::Recent::Uploads -le 'print for CPAN::Recent::Uploads->recent;' DESCRIPTIONCPAN::Recent::Uploads provides a mechanism for obtaining a list of the RECENT uploads to "CPAN" as determined from the files produced by File::Rsync::Mirror::Recentfile that exist in the "authors/" directory on "CPAN". FUNCTIONS
AUTHORChris Williams <chris@bingosnet.co.uk> COPYRIGHT AND LICENSEThis software is copyright (c) 2018 by Chris Williams. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
|