Acme-Free-Public-APIs
view release on metacpan or search on metacpan
bin/freeapi view on Meta::CPAN
#!/usr/bin/env perl
use v5.10;
use strict;
use Dispatch::Fu;
use Acme::Free::Public::APIs qw//;
use Util::H2O::More qw/d2o Getopt2h2o o2d/;
use open qw(:std :utf8); # Ensures input/output are treated as UTF-8
use Encode;
use constant {
EXIT_SUCCESS => 0,
EXIT_ERROR => 1,
};
my $subcommand = shift @ARGV;
#>>>
( run in 1.099 second using v1.01-cache-2.11-cpan-49f99fa48dc )