Swat tests for metacpan.org
Checks accessibility of metacpan.org.
$ sudo yum install curl
$ carton install
carton exec swat
[metacpan]
# define critical age in hours for a latest release appeared at https://metacpan.org/feed/recent?f=
# if latest release's age more then latest_rs_age_ hours
# this is considered as feed freeze failure. Default value is 8
latest_rs_age = 8
# define maximum number of CPAN authors ( downloaded from sitemap-authors.xml.gz ) checked
max_authors = 10
Copyright 2015 Alexey Melezhik.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.