Skip to content

Commit

Permalink
0.07
Browse files Browse the repository at this point in the history
  • Loading branch information
bentglasstube committed Sep 17, 2017
1 parent 0276ce4 commit 5d46cca
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 5 additions & 5 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"Alan Berndt <[email protected]>"
],
"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",
Expand All @@ -31,7 +31,7 @@
},
"develop" : {
"requires" : {
"Dist::Milla" : "v1.0.16",
"Dist::Milla" : "v1.0.18",
"Test::Pod" : "1.41"
}
},
Expand Down Expand Up @@ -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"
}

3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5d46cca

Please sign in to comment.