Group
Extension

Matches 2

Net-LastFMAPI ( D/DR/DRSTEVE/Net-LastFMAPI-0.5.tgz, DRSTEVE, 2011; MetaCPAN )
Net-LastFMAPI/bin/cmd.pl ( view source; MetaCPAN )
rict;
use warnings;
use v5.10;
use FindBin '$Bin';
use lib "$Bin/../lib";
use Net::LastFMAPI;
use JSON::XS;
use YAML::Syck;

die "usage: $0 user.whatEver something=nothing nothing=Some Things etc=etc\
Net-LastFMAPI ( D/DR/DRSTEVE/Net-LastFMAPI-0.5.tgz, DRSTEVE, 2011; MetaCPAN )
Net-LastFMAPI/lib/Net/LastFMAPI.pm ( view source; MetaCPAN )
astFMAPI;
use strict;
use warnings;
use v5.10;
use LWP::UserAgent;
use Digest::MD5 'md5_hex';
use JSON::XS;
use YAML::Syck;
use File::Slurp;
use File::Path 'make_path';
use File::HomeDir 'my_home';
us
y $file = shift;
    my $json = encode_json(shift);
    write_file($file, $json);
}
sub loadfile {
    my $file = shift;
    my $json = read_file($file);
    decode_json($json);
}
#{{{
our $methods = 
   }
    }
    $params{method} = $method;
    $params{api_key} = $api_key;
    $params{format} = "json" unless $params{format} || $xml;
    delete $params{format} if $params{format} && $params{format}

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