r30721 - in /branches/upstream/libaudio-mpd-perl/current: Changes META.yml lib/Audio/MPD.pm

thialme-guest at users.alioth.debian.org thialme-guest at users.alioth.debian.org
Sun Feb 15 15:46:28 UTC 2009


Author: thialme-guest
Date: Sun Feb 15 15:46:20 2009
New Revision: 30721

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=30721
Log:
[svn-upgrade] Integrating new upstream version, libaudio-mpd-perl (0.19.6)

Modified:
    branches/upstream/libaudio-mpd-perl/current/Changes
    branches/upstream/libaudio-mpd-perl/current/META.yml
    branches/upstream/libaudio-mpd-perl/current/lib/Audio/MPD.pm

Modified: branches/upstream/libaudio-mpd-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaudio-mpd-perl/current/Changes?rev=30721&op=diff
==============================================================================
--- branches/upstream/libaudio-mpd-perl/current/Changes (original)
+++ branches/upstream/libaudio-mpd-perl/current/Changes Sun Feb 15 15:46:20 2009
@@ -18,6 +18,9 @@
 
 Low-level changelog
 ===================
+
+0.19.6 Sat Feb 14 13:03:22 CET 2009
+ - doc update (catched by streamingmeemee)
 
 0.19.5 Mon Jan  5 15:31:29 CET 2009
  - updated to match mpd 0.14 behaviour

Modified: branches/upstream/libaudio-mpd-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaudio-mpd-perl/current/META.yml?rev=30721&op=diff
==============================================================================
--- branches/upstream/libaudio-mpd-perl/current/META.yml (original)
+++ branches/upstream/libaudio-mpd-perl/current/META.yml Sun Feb 15 15:46:20 2009
@@ -1,6 +1,6 @@
 ---
 name: Audio-MPD
-version: 0.19.5
+version: 0.19.6
 author:
   - 'Jerome Quelin, C<< <jquelin at cpan.org> >>'
   - |-
@@ -41,7 +41,7 @@
 provides:
   Audio::MPD:
     file: lib/Audio/MPD.pm
-    version: 0.19.5
+    version: 0.19.6
   Audio::MPD::Collection:
     file: lib/Audio/MPD/Collection.pm
   Audio::MPD::Playlist:

Modified: branches/upstream/libaudio-mpd-perl/current/lib/Audio/MPD.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libaudio-mpd-perl/current/lib/Audio/MPD.pm?rev=30721&op=diff
==============================================================================
--- branches/upstream/libaudio-mpd-perl/current/lib/Audio/MPD.pm (original)
+++ branches/upstream/libaudio-mpd-perl/current/lib/Audio/MPD.pm Sun Feb 15 15:46:20 2009
@@ -28,7 +28,7 @@
         collection playlist version ] );
 
 
-our $VERSION = '0.19.5';
+our $VERSION = '0.19.6';
 
 Readonly our $REUSE => 0;
 Readonly our $ONCE  => 1;
@@ -44,7 +44,7 @@
 #
 # This is the constructor for Audio::MPD. One can specify the following
 # options:
-#   - hostname => $hostname : defaults to environment var MPD_HOST, then to 'localhost'
+#   - host     => $hostname : defaults to environment var MPD_HOST, then to 'localhost'
 #   - port     => $port     : defaults to env var MPD_PORT, then to 6600
 #   - password => $password : defaults to env var MPD_PASSWORD, then to ''
 #   - conntype => $type     : how the connection to mpd server is handled. it can be
@@ -626,7 +626,7 @@
 
 =over 4
 
-=item hostname => C<$hostname>
+=item host => C<$hostname>
 
 defaults to environment var C<MPD_HOST>, then to 'localhost'. Note that
 C<MPD_HOST> can be of the form password at host.




More information about the Pkg-perl-cvs-commits mailing list