Skip to content

Commit

Permalink
[project @ 5750]
Browse files Browse the repository at this point in the history
0.15.4
  • Loading branch information
jq committed Mar 27, 2007
1 parent e820afd commit 432a224
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions Changelog
Expand Up @@ -15,6 +15,15 @@ High-level changelog
Low-level changelog
===================

0.15.4 Tue Mar 27 18:42:58 CEST 2007
- AM::Test more robust regarding fake mpd startup
- AM::Test quicker if no tests performed
- new methods in AM::Collection:
. songs_with_filename_partial()
. songs_by_artist_partial()
. songs_from_album_partial()
. songs_with_title_partial()

0.15.3 Wed Mar 21 18:08:06 CET 2007
- requiring perl 5.8.x minimum

Expand Down
4 changes: 2 additions & 2 deletions META.yml
@@ -1,6 +1,6 @@
---
name: Audio-MPD
version: 0.15.3
version: 0.15.4
author:
- 'Jerome Quelin <jquelin@cpan.org>'
- |-
Expand All @@ -22,7 +22,7 @@ build_requires:
provides:
Audio::MPD:
file: lib/Audio/MPD.pm
version: 0.15.3
version: 0.15.4
Audio::MPD::Collection:
file: lib/Audio/MPD/Collection.pm
Audio::MPD::Item:
Expand Down
2 changes: 1 addition & 1 deletion lib/Audio/MPD.pm
Expand Up @@ -30,7 +30,7 @@ use base qw[ Class::Accessor::Fast ];
__PACKAGE__->mk_accessors( qw[ _host _password _port collection version ] );


our $VERSION = '0.15.3';
our $VERSION = '0.15.4';


#--
Expand Down

0 comments on commit 432a224

Please sign in to comment.