[project @ 6332]
commitd62b37406ae4be7730ffa73411a2f6cb9145986b
authorjq <jq@merlin.mongueurs.net>
Tue, 29 May 2007 12:01:06 +0000 (29 12:01 +0000)
committerjq <jq@merlin.mongueurs.net>
Tue, 29 May 2007 12:01:06 +0000 (29 12:01 +0000)
treef20eea5b2eb6f2706e129b917ef8bd2e8636400b
[project @ 6332]
 r5229@merlin:  jquelin | 2007-05-29 09:34:53 +0200
 appended -trunk to know it's a development branch
53 files changed:
Build.PL [new file with mode: 0644]
Changes [new file with mode: 0644]
DESIGN [new file with mode: 0644]
LICENSE [new file with mode: 0644]
MANIFEST [new file with mode: 0644]
MANIFEST.SKIP [new file with mode: 0644]
META.yml [new file with mode: 0644]
Makefile.PL [new file with mode: 0644]
README [new file with mode: 0644]
TODO [new file with mode: 0644]
bin/client.pl [new file with mode: 0755]
lib/POE/Component/Client/MPD.pm [new file with mode: 0644]
lib/POE/Component/Client/MPD/Collection.pm [new file with mode: 0644]
lib/POE/Component/Client/MPD/Commands.pm [new file with mode: 0644]
lib/POE/Component/Client/MPD/Connection.pm [new file with mode: 0644]
lib/POE/Component/Client/MPD/Item.pm [new file with mode: 0644]
lib/POE/Component/Client/MPD/Item/Directory.pm [new file with mode: 0644]
lib/POE/Component/Client/MPD/Item/Playlist.pm [new file with mode: 0644]
lib/POE/Component/Client/MPD/Item/Song.pm [new file with mode: 0644]
lib/POE/Component/Client/MPD/Message.pm [new file with mode: 0644]
lib/POE/Component/Client/MPD/Playlist.pm [new file with mode: 0644]
lib/POE/Component/Client/MPD/Stats.pm [new file with mode: 0644]
lib/POE/Component/Client/MPD/Status.pm [new file with mode: 0644]
lib/POE/Component/Client/MPD/Test.pm [new file with mode: 0644]
lib/POE/Component/Client/MPD/Time.pm [new file with mode: 0644]
t/00-load.t [new file with mode: 0644]
t/01-pod.t [new file with mode: 0644]
t/02-pod-coverage.t [new file with mode: 0644]
t/10-item.t [new file with mode: 0644]
t/11-time.t [new file with mode: 0644]
t/12-status.t [new file with mode: 0644]
t/13-stats.t [new file with mode: 0644]
t/20-conn-failed.t [new file with mode: 0644]
t/21-conn-non_mpd.t [new file with mode: 0644]
t/23-conn-dialog.t [new file with mode: 0644]
t/40-cmds-general.t [new file with mode: 0644]
t/40-cmds-kill.t [new file with mode: 0644]
t/40-collection.t [new file with mode: 0644]
t/41-cmds-output.t [new file with mode: 0644]
t/42-cmds-info.t [new file with mode: 0644]
t/43-cmds-settings.t [new file with mode: 0644]
t/44-cmds-playback.t [new file with mode: 0644]
t/50-pl-info.t [new file with mode: 0644]
t/51-pl-add_rm.t [new file with mode: 0644]
t/52-pl-change.t [new file with mode: 0644]
t/53-pl-manage.t [new file with mode: 0644]
t/60-coll-retrieve.t [new file with mode: 0644]
t/mpd-test/mpd.conf.template [new file with mode: 0644]
t/mpd-test/music/dir1/title-artist-album.ogg [new file with mode: 0644]
t/mpd-test/music/dir1/title-artist.ogg [new file with mode: 0644]
t/mpd-test/music/dir2/album.ogg [new file with mode: 0644]
t/mpd-test/music/title.ogg [new file with mode: 0644]
t/mpd-test/playlists/test.m3u [new file with mode: 0644]