Group
Extension

Matches 1

WWW-Crawl ( B/BO/BOD/WWW-Crawl-0.1.tar.gz, BOD, 2023; MetaCPAN )
WWW-Crawl/lib/WWW/Crawl.pm ( view source; MetaCPAN )
package WWW::Crawl;

use strict;
use warnings;

use HTTP::Tiny 0.083;
use URI;
use JSON::PP;
use Carp qw(croak);

our $VERSION = '0.1';
$VERSION = eval $VERSION;

# TODO:
# 1  - Use HTML

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.