AnyEvent-MPV
view release on metacpan or search on metacpan
use common::sense;
use Fcntl ();
use Scalar::Util ();
use AnyEvent ();
use AnyEvent::Util ();
our $VERSION = '1.03';
sub OBSID() { 2**52 }
our $JSON = eval { require JSON::XS; JSON::XS:: }
|| do { require JSON::PP; JSON::PP:: };
our $JSON_ENCODER = $JSON->new->utf8;
our $JSON_DECODER = $JSON->new->latin1;
our $mpv_path; # last mpv path used
our $mpv_optionlist; # output of mpv --list-options
( run in 1.053 second using v1.01-cache-2.11-cpan-65fba6d93b7 )