diff --git a/Changes b/Changes index 6ce2ffa..fa3787f 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Revision history for Net-MPD {{$NEXT}} + +0.07 2017-09-17 10:53:06 PDT - Add support for UNIX socket connections 0.06 2016-09-05 08:44:37 PDT diff --git a/META.json b/META.json index df3bf8b..d113ef6 100644 --- a/META.json +++ b/META.json @@ -4,9 +4,9 @@ "Alan Berndt " ], "dynamic_config" : 0, - "generated_by" : "Dist::Milla version v1.0.16, Dist::Zilla version 6.007, CPAN::Meta::Converter version 2.150005", + "generated_by" : "Dist::Milla version v1.0.18, Dist::Zilla version 6.009, CPAN::Meta::Converter version 2.150010", "license" : [ - "bsd" + "mit" ], "meta-spec" : { "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", @@ -31,7 +31,7 @@ }, "develop" : { "requires" : { - "Dist::Milla" : "v1.0.16", + "Dist::Milla" : "v1.0.18", "Test::Pod" : "1.41" } }, @@ -62,7 +62,7 @@ "web" : "https://github.com/bentglasstube/Net-MPD" } }, - "version" : "0.06", - "x_serialization_backend" : "Cpanel::JSON::XS version 3.0217" + "version" : "0.07", + "x_serialization_backend" : "Cpanel::JSON::XS version 3.0233" } diff --git a/README.md b/README.md index 70bc970..0d45dfe 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,9 @@ password@host:port. Both the password and port are optional. If no password is given, none will be used. If no port is given, the default (6600) will be used. If no host is given, `localhost` will be used. +If the hostname contains a "/", it will be interpretted as the path to a UNIX +socket try to connect that way instead of using TCP. + Return a Net::MPD object on success and croaks on failure. ## version