Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Results from direct access:% perl -MHTTP::Tiny -MJSON::PP -le 'print decode_json(HTTP::Tiny->new- +>get("https://fastapi.metacpan.org/v1/module/" . shift)->{content})-> +{version}' Encode 3.21 perl -MHTTP::Tiny -MJSON::PP -le 'print decode_json(HTTP::Tiny->new->g +et("https://fastapi.metacpan.org/v1/module/" . shift)->{content})->{v +ersion}' Config <NOTHING GETS PRINTED>
fastapi.metacpan.org/v1/module/Encode { "abstract" : "character encodings in Perl"... fastapi.metacpan.org/v1/module/Config { "code" : 404, "message" : "Not found" }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: metacpan fastapi can't find the Config module
by hippo (Archbishop) on Apr 16, 2026 at 09:11 UTC | |
|
Re: metacpan fastapi can't find the Config module
by LanX (Saint) on Apr 15, 2026 at 14:50 UTC |