Help for this page

Select Code to Download


  1. or download this
    % 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>
    
  2. or download this
    fastapi.metacpan.org/v1/module/Encode 
    
    ...
    fastapi.metacpan.org/v1/module/Config
    
    { "code" : 404, "message" : "Not found" }