[libpoe-component-client-mpd-perl] branch master updated (e8d4144 -> e43ec91)
gregor herrmann
gregoa at debian.org
Tue May 24 17:18:47 UTC 2016
This is an automated email from the git hooks/post-receive script.
gregoa pushed a change to branch master
in repository libpoe-component-client-mpd-perl.
from e8d4144 update changelog
adds a50f84f [project @ 5922] first commit of poe-ified audio::mpd
adds 85b42f3 [project @ 5923] trivial client to test pococ-mpd
adds fba7575 [project @ 5924] added DESIGN & README files
adds a1e663a [project @ 5925] added possibility to set an alias to pococ-mpd
adds dee7a48 [project @ 5926] wrote the legalese & description blabla in pod
adds 5843a73 [project @ 5927] meta files for the module: manifest and meta.yml
adds 39ef810 [project @ 5928] added module builder / installer
adds 40fe3fa [project @ 5929] pod for spawn() method
adds 3688585 [project @ 5930] put back the correct mpd command
adds b375f61 [project @ 5931] send is protected, not public
adds ca58072 [project @ 5932] new class pococ-mpd-playlist
adds 73c5ad4 [project @ 5933] introducing playlist to handle playlist events
adds ee024dc [project @ 5934] sticking to DESIGN document
adds 7c32277 [project @ 5935] oops, forgot to use pococm-playlist
adds a3d633e [project @ 5936] implemented the pl:delete event
adds fd4a019 [project @ 5937] cleaning old experiments
adds 1d7c954 [project @ 5938] handling _got_mpd_version event
adds a2fdd19 [project @ 5939] beautifying comments
adds 7905ec1 [project @ 5940] delete-ing alias from params (not needed)
adds 51daf78 [project @ 5941] cleaning old unused code
adds f1f444c [project @ 5942] requiring Audio::MPD for am::item*
adds 8988d66 [project @ 5962] do not require Audio::MPD.
adds 6a75022 [project @ 5963] requiring POE in makefile.pl
adds 42090c4 [project @ 5964] added item packages to be used by pococ-mpd
adds 1d0c4a9 [project @ 5965] added some standard pod
adds 081d597 [project @ 5966] - replacing bare constructors by Class::Accessor-provided constructors. - thus, requiring Class::Accessor in build / makefile
adds 8c57697 [project @ 5967] pod for spawn() method
adds 88faffd [project @ 5968] pococ-mpd does not require pococ-tcp, but only poe
adds abe4620 [project @ 5969] removing temp file automatically
adds 7d9f061 [project @ 5970] basic tests added
adds 2fdce6a [project @ 5971] updated manifest
adds c25e3f2 [project @ 5972] added author
adds e481a6f [project @ 5973] changelog
adds 2b4558f [project @ 5974] added a copy of gpl v2
adds 1495acc [project @ 5975] 0.0.1 unleashed
adds f1c99a9 [project @ 5977] tests for pococm-item
adds 554e81c [project @ 5979] missing prereq Readonly
adds 7a3f68f [project @ 5980] added test file for item
adds df8dcbe [project @ 5981] v0.0.2
adds 896d03b [project @ 5983] fixing pod AUTHOR
adds 35a552f [project @ 5984] added fake mpd framework for test, plus test module
adds 296dce7 [project @ 5985] - new protected event: disconnect() - added some pod and comments
adds ad712e0 [project @ 5986] - new public event: disconnect()
adds 01eaeb4 [project @ 5987] added some comments
adds e6652f1 [project @ 5988] test framework...
adds 7a9dc74 [project @ 5989] updated test framework
adds 4e2ae0d [project @ 5990] moved test framework to pococm-test, to be reused by all tests
adds 83cc940 [project @ 5991] since pococm-test is responsible for launching poe runloop, it should also tell test::more how many tests will be run.
adds d4e08b7 [project @ 5992] - finish porting test to new poe-aware test framework - first functional tests: coll:all_files \o/
adds 2d50909 [project @ 5993] quiet debug message
adds 9aaeed2 [project @ 5994] new test file
adds 81de237 [project @ 5995] v0.0.3
adds da44e40 [project @ 5997] full documentation now available
adds e79791b [project @ 5998] cleaned _onpriv_ServerInput()
adds 225ff9d [project @ 5999] added __END__ token to prevent perl from wasting time analysing some pod
adds c506ca5 [project @ 6000] new helper class: pococm-request
adds 7871b9c [project @ 6001] testing pococm-request load
adds 1e9d604 [project @ 6002] migrated to use pococm-request as way of passing data around
adds 2162210 [project @ 6003] v0.1.0
adds 54b13d9 [project @ 6007] moved pococm::request to pococm::message
adds 8e504fd [project @ 6008] fixing some pod (pause indexer wants the module name under the NAME section)
adds 9739cc2 [project @ 6009] pococm::message field answer renamed to data (will be used for notice also, later on)
adds e959a9c [project @ 6010] messages now use . instead of : to separate the "class" they are acting on
adds a9ffc0e [project @ 6011] implemented cooking $STRIP_FIRST
adds 0069049 [project @ 6012] coll.all_files requires $STRIP_FIRST cooking
adds f5e782e [project @ 6013] fixing comment
adds baf161a [project @ 6014] splitted ServerInput event in: - _ServerInput_data - _ServerInput_data_eot - _ServerInput_mpd_version - _ServerInput_error each one has its own event handler.
adds af670f9 [project @ 6015] v0.1.1
adds e5014ef [project @ 6017] - renamed messages from pococm-conn to pococm - pococm-conn now manages a fifo of requests
adds 908fd1b [project @ 6018] implemented ConnectError event
adds 876aed6 [project @ 6019] added test for connection failed
adds a1c0a89 [project @ 6020] checking that we're talking to a mpd server
adds 21cf188 [project @ 6021] manifest.skip contains patterns for files that should not go in manifest
adds 460c6bf [project @ 6022] test for pococm-conn where talking to a non mpd server
adds a9fedac [project @ 6023] added warnings in README about state of this module
adds bef2d10 [project @ 6024] - moved subs to follow natural order - pococm-test now uses a import() sub instead of plain module code
adds eba3bdf [project @ 6025] return is common to the 2 alternatives.
adds 9580a77 [project @ 6026] updated comments
adds a0c57de [project @ 6027] now that pococm-test uses an import() scheme, need to trap a different error message when compiling
adds 37dd70f [project @ 6028] capturing error when receiving an ACK, and passing at argument
adds 6e198a2 [project @ 6029] finished cooking implementation ($AS_KV, $AS_ITEMS)
adds 4f70f8e [project @ 6030] new tests for pococm-conn dialog
adds f93ed84 [project @ 6031] added pococm-item-playlist, with tests
adds ecbd9c8 [project @ 6032] v0.1.2
adds 754267c [project @ 6037] changing order of handlers to repect pub/prot/priv comments cleaning
adds 05812a2 [project @ 6038] more comments
adds d48866f [project @ 6039] more pod
adds 718d181 [project @ 6040] added pococm-commands
adds aa437fa [project @ 6041] oops, oversimplified pococm... fixing
adds 9d440fc [project @ 6042] added some pod for modules handling events
adds 8b62db1 [project @ 6043] unified pod regarding: - see also (pointing to pococm's pod) - author - license & copyright
adds ee6e7db [project @ 6044] new accessor _answer to fire back an event or not
adds 1bbe212 [project @ 6045] don't send back data if the answer is to be discarded. (adapt pococm-coll to send back data)
adds 66d06d3 [project @ 6046] pococm should use pococm-message
adds a695184 [project @ 6047] integrated pococm-commands in pococm
adds 3a7e882 [project @ 6048] fixing some more pod
adds 4230bba [project @ 6049] changed order of usage
adds d04109c [project @ 6050] cleaned a bit coll.all_files implementation
adds 1f2be07 [project @ 6051] implemented 'next'
adds 8bdadd4 [project @ 6052] added a field in pococm-test for events that do not fire events back
adds 1118684 [project @ 6053] added comment delimiters - same as audio::mpd
adds c6c953b [project @ 6054] don't forget to fire next test if there's no result awaited!
adds ee9fbcd [project @ 6055] implemented output_enable & output_disable partially implemented volume
adds 991ea85 [project @ 6056] added some dispatches for commands
adds 7be44fa [project @ 6057] new helper class pococm::stats
adds 2f8d9a4 [project @ 6058] implemented stats command
adds f53ac22 [project @ 6059] typo in callback
adds 4b262e1 [project @ 6060] unified copyleft headers
adds a9f7e5f [project @ 6061] forgot to include new files
adds 479d39e [project @ 6062] new test file
adds 9994f88 [project @ 6063] v0.2.0
adds 1002861 [project @ 6065] new helper class: pococm-time
adds 0e0cc47 [project @ 6066] new helper class: pococm-status (with tests)
adds bf2ec07 [project @ 6067] - messages can have a postback callback. - support for this in pococm
adds 8e6601b [project @ 6068] removing postback after posting it, instead of leaving the post callbacks to do it themselves.
adds dd7122c [project @ 6069] stats now takes advantages of postbacks to transform plain hash in a pococm-stats object
adds 9635bbe [project @ 6070] - postbacks should call back _mpd_result, not _send... - ... and should not coerce array refs to hash refs. ok, now stats works! \o/
adds c761abf [project @ 6071] new test file for general info retrieving
adds 48dc261 [project @ 6072] v0.3.0
adds 8030312 [project @ 6074] new event handled: status()
adds 75547b2 [project @ 6075] testing status
adds 3b24764 [project @ 6076] new events handled: current(), play()
adds 0d3f3e7 [project @ 6077] new event: playid()
adds 2d8a3f6 [project @ 6078] new event: pause()
adds 739c5c5 [project @ 6079] new event: stop()
adds 5ed68bb [project @ 6080] new event: prev()
adds 796ed9c [project @ 6081] mix-match in sub names. fixed.
adds bbfb15c [project @ 6082] new shared postback _post_array2scalar()
adds a64bf8c [project @ 6083] current() uses _post_array2scalar()
adds f2a2762 [project @ 6084] updated tests for commands
adds 04e4132 [project @ 6085] v0.3.1
adds ae7731c [project @ 6087] ported pl.add() and pl.delete() to pococm-message
adds 3410a00 [project @ 6088] new test available now that pl.add() is available
adds e11719f [project @ 6089] new event: updatedb()
adds 6f6770e [project @ 6090] updatedb() is now available
adds e334f74 [project @ 6091] new event: pl.clear()
adds 7ccf58f [project @ 6092] copy'n'paste too fast: it should be called _onpub_clear()
adds bade0cd [project @ 6093] no need to provide callbacks on events that do not post results back
adds 9ba6fac [project @ 6094] new test for playback commands
adds 8339cda [project @ 6095] new events seek() and seekid()
adds c0048cb [project @ 6096] require List::MoreUtil
adds 4e67219 [project @ 6097] possibility to run a pre-treatment. warning, this include passing another message, that can be processed *after* another message from the user came: in that case, the user may have to wait a bit before sending too much messages at once.
adds 09e792d [project @ 6098] new pre-events for seek & seekid
adds 6e7c875 [project @ 6099] new accessors for pre-events
adds a8f8190 [project @ 6100] new possibility aside DISCARD and SEND: SLEEP1, to wait one second before launching next test
adds edc5775 [project @ 6101] seek & seekid now take advantage of pre-events
adds ededb76 [project @ 6102] do not save state of fake mpd
adds 5f732cd [project @ 6103] full test suite for playback commands
adds 4a1c921 [project @ 6104] v0.4.0
adds 30954b4 [project @ 6106] send back error received from mpd
adds e778fdd [project @ 6107] new events: kill() and version()
adds cdeeb04 [project @ 6108] added tests for general commands
adds b7805c9 [project @ 6109] quiet poe traces
adds 81cfa91 [project @ 6110] now that status is implemented, when can test output stuff
adds e06d3f3 [project @ 6111] reintegrated state file, which is now removed after the tests are ran.
adds 1e356d6 [project @ 6143] some changes listed here
adds 48459c8 [project @ 6146] r4774 at merlin: jquelin | 2007-05-19 17:05:13 +0200 readme changes
adds fb3f231 [project @ 6168] r4776 at merlin: jquelin | 2007-05-20 12:04:03 +0200 new accessor: _transform, for transforming complete data after it being completely received. new constants for _transform
adds 3db201b [project @ 6169] r4777 at merlin: jquelin | 2007-05-20 12:05:59 +0200 - new transform stanza in mpd to transform whole data according to _transform - removal of array2scalar - removal of transform post events
adds b3029c2 [project @ 6170] r4778 at merlin: jquelin | 2007-05-20 12:07:04 +0200 stats, status and current don't use _post events but _transform instead
adds 5e23fd7 [project @ 6171] r4779 at merlin: jquelin | 2007-05-20 12:16:57 +0200 - added possibility to transform whole data once it's completely received - thus, removed array2scalar and post callbacks
adds d24fdcc [project @ 6172] r4780 at merlin: jquelin | 2007-05-20 12:18:16 +0200 TODO for future plans
adds 24502ff [project @ 6173] r4781 at merlin: jquelin | 2007-05-20 12:21:38 +0200 v0.4.1
adds 52fd665 [project @ 6177] r4790 at merlin: jquelin | 2007-05-20 12:35:52 +0200 stub for missing events
adds 5afbe4a [project @ 6178] r4791 at merlin: jquelin | 2007-05-20 12:44:04 +0200 new event: urlhandlers
adds 3fa3bef [project @ 6179] r4792 at merlin: jquelin | 2007-05-20 12:44:22 +0200 tests for urlhandlers
adds 1bbc5e2 [project @ 6180] r4793 at merlin: jquelin | 2007-05-20 13:03:28 +0200 implementing relative volume (+/-)
adds 64cbac6 [project @ 6181] r4794 at merlin: jquelin | 2007-05-20 13:03:48 +0200 added test for relative volume
adds 03f462b [project @ 6182] r4795 at merlin: jquelin | 2007-05-20 15:26:39 +0200 new event: song
adds 247843d [project @ 6183] r4796 at merlin: jquelin | 2007-05-20 15:29:29 +0200 tests for song event
adds a6a5212 [project @ 6184] r4797 at merlin: jquelin | 2007-05-20 15:34:47 +0200 new event songid()
adds 54720f8 [project @ 6185] r4798 at merlin: jquelin | 2007-05-20 15:34:55 +0200 tests for songid
adds c7e0f9f [project @ 6186] r4799 at merlin: jquelin | 2007-05-21 18:22:18 +0200 new event: repeat
adds f561928 [project @ 6187] r4800 at merlin: jquelin | 2007-05-21 18:22:59 +0200 - new tests for settings - testing repeat
adds f39f300 [project @ 6188] r4801 at merlin: jquelin | 2007-05-21 18:27:48 +0200 new event: random
adds c8b90ba [project @ 6189] r4802 at merlin: jquelin | 2007-05-21 18:28:06 +0200 tests for event random()
adds 2c471bf [project @ 6190] r4803 at merlin: jquelin | 2007-05-21 18:33:59 +0200 new event: fade()
adds 0865ac7 [project @ 6191] r4804 at merlin: jquelin | 2007-05-21 18:34:21 +0200 tests for fade() event
adds 135a8b9 [project @ 6192] r4805 at merlin: jquelin | 2007-05-21 18:36:57 +0200 new test file: t/43
adds eebe984 [project @ 6193] r4806 at merlin: jquelin | 2007-05-21 18:39:57 +0200 v0.4.2
adds bb8f49a [project @ 6202] r4829 at merlin: jquelin | 2007-05-22 18:06:14 +0200 new event: pl.as_items
adds d93545d [project @ 6203] r4830 at merlin: jquelin | 2007-05-22 18:06:52 +0200 new test file for playlist info retrieval
adds 8d07acb [project @ 6204] r4831 at merlin: jquelin | 2007-05-22 18:12:25 +0200 new event: pl.items_changed_since
adds bdb0e3f [project @ 6205] r4832 at merlin: jquelin | 2007-05-22 18:12:37 +0200 tests for pl.items_changed_since
adds 95501e2 [project @ 6206] r4833 at merlin: jquelin | 2007-05-22 18:16:30 +0200 v0.5.0
adds 54d00f9 [project @ 6208] r4835 at merlin: jquelin | 2007-05-22 18:29:13 +0200 new test file for playlist insertion / removal
adds e60ae7d [project @ 6209] r4836 at merlin: jquelin | 2007-05-22 18:59:27 +0200 tests for delete / deleteid
adds 2ed949f [project @ 6210] r4837 at merlin: jquelin | 2007-05-22 19:00:05 +0200 cleanup in tests
adds 3ea07b1 [project @ 6211] r4838 at merlin: jquelin | 2007-05-22 19:02:26 +0200 testing clear
adds 3012af6 [project @ 6212] r4839 at merlin: jquelin | 2007-05-22 19:03:28 +0200 new event: deleteid
adds 6264912 [project @ 6213] r4840 at merlin: jquelin | 2007-05-22 19:20:33 +0200 new event: crop
adds ec2b1d1 [project @ 6214] r4841 at merlin: jquelin | 2007-05-22 19:22:01 +0200 test for pl.crop
adds 7df7498 [project @ 6215] r4842 at merlin: jquelin | 2007-05-22 19:24:33 +0200 no diags needed
adds 304ffaa [project @ 6216] r4843 at merlin: jquelin | 2007-05-22 19:24:54 +0200 v0.5.1
adds edaf180 [project @ 6295] r5168 at merlin: jquelin | 2007-05-27 15:22:01 +0200 new event: pl.shuffle
adds 150e479 [project @ 6296] r5169 at merlin: jquelin | 2007-05-27 15:23:14 +0200 test file for playlist changes
adds 5e42108 [project @ 6297] r5170 at merlin: jquelin | 2007-05-27 15:39:39 +0200 new events: pl.swap, pl.swapid
adds 6f73da3 [project @ 6298] r5171 at merlin: jquelin | 2007-05-27 15:54:34 +0200 new events: pl.move, pl.moveid
adds e8e0bfa [project @ 6299] r5172 at merlin: jquelin | 2007-05-27 15:58:53 +0200 tests for move / moveid
adds 97c8a19 [project @ 6300] r5173 at merlin: jquelin | 2007-05-27 16:00:49 +0200 typo in sub name
adds 2bf0202 [project @ 6301] r5174 at merlin: jquelin | 2007-05-27 16:09:06 +0200 changed license to perl
adds cc11282 [project @ 6302] r5175 at merlin: jquelin | 2007-05-27 16:10:32 +0200 changed license to perl
adds bba95eb [project @ 6303] r5176 at merlin: jquelin | 2007-05-27 16:14:17 +0200 v0.5.2
adds 02b9cee [project @ 6306] r5188 at merlin: jquelin | 2007-05-28 11:03:23 +0200 new event: pl.load
adds 1bf1c1a [project @ 6307] r5189 at merlin: jquelin | 2007-05-28 11:03:41 +0200 tests for pl.load
adds 4ff6037 [project @ 6308] r5190 at merlin: jquelin | 2007-05-28 11:07:46 +0200 new event: pl.save
adds 710f462 [project @ 6309] r5191 at merlin: jquelin | 2007-05-28 11:10:58 +0200 new event: pl.rm
adds ba01bbe [project @ 6310] r5192 at merlin: jquelin | 2007-05-28 11:12:48 +0200 forgot to include new test (53)
adds dcc4369 [project @ 6311] r5193 at merlin: jquelin | 2007-05-28 11:15:09 +0200 v0.5.3
adds 039ca7b [project @ 6313] r5202 at merlin: jquelin | 2007-05-28 13:15:42 +0200 remove old manifest file during cleanup
adds 7abf367 [project @ 6314] r5203 at merlin: jquelin | 2007-05-28 13:37:48 +0200 new event: coll.all_items
adds 91d7ef2 [project @ 6315] r5204 at merlin: jquelin | 2007-05-28 13:38:28 +0200 added test for collection (60)
adds 79b3d0e [project @ 6316] r5205 at merlin: jquelin | 2007-05-28 13:44:05 +0200 new event: coll.all_items_simple
adds e13dd22 [project @ 6317] r5206 at merlin: jquelin | 2007-05-28 13:51:01 +0200 new event: coll.items_in_dir
adds adb2b65 [project @ 6318] r5207 at merlin: jquelin | 2007-05-28 13:54:44 +0200 v0.6.0
adds cd7470f [project @ 6405] r5320 at merlin: jquelin | 2007-05-30 17:48:32 +0200 new tests for whole collection retrieval
adds 267066c [project @ 6406] r5321 at merlin: jquelin | 2007-05-30 17:49:02 +0200 new event: coll.all_albums
adds 3589da9 [project @ 6407] r5322 at merlin: jquelin | 2007-05-30 17:52:50 +0200 new event: coll.all_artists
adds 67fd75b [project @ 6408] r5323 at merlin: jquelin | 2007-05-30 17:56:08 +0200 new event: coll.all_titles
adds bdb519c [project @ 6409] r5324 at merlin: jquelin | 2007-05-31 11:06:29 +0200 v0.6.1
adds 0cbe51d [project @ 6411] r5326 at merlin: jquelin | 2007-05-31 11:14:32 +0200 new event: coll.song
adds 45422e7 [project @ 6412] r5327 at merlin: jquelin | 2007-05-31 11:15:16 +0200 added t/62 to test song picking
adds f17752e [project @ 6413] r5328 at merlin: jquelin | 2007-05-31 11:22:15 +0200 new event: coll.songs_with_filename_partial
adds 2c8ead7 [project @ 6414] r5329 at merlin: jquelin | 2007-05-31 11:25:58 +0200 v0.6.2
adds 7cfa275 [project @ 6416] r5331 at merlin: jquelin | 2007-05-31 12:08:22 +0200 new event: coll.albums_by_artist
adds c941204 [project @ 6417] r5332 at merlin: jquelin | 2007-05-31 12:09:07 +0200 new test file t/63 for song relations (in collection)
adds fe3eeb8 [project @ 6418] r5333 at merlin: jquelin | 2007-05-31 12:29:32 +0200 new event: coll.songs_by_artist
adds 2a0498c [project @ 6419] r5334 at merlin: jquelin | 2007-05-31 12:34:25 +0200 new event: coll.songs_by_artist_partial
adds 683efbf [project @ 6420] r5335 at merlin: jquelin | 2007-05-31 12:39:08 +0200 new event: coll.songs_from_album
adds e224487 [project @ 6421] r5336 at merlin: jquelin | 2007-05-31 12:41:56 +0200 new event: coll.songs_from_album_partial
adds 7219166 [project @ 6422] r5337 at merlin: jquelin | 2007-05-31 12:45:25 +0200 new event: coll.songs_with_title
adds aafd520 [project @ 6423] r5338 at merlin: jquelin | 2007-05-31 12:51:29 +0200 new event: coll.songs_with_title_partial
adds 133a79c [project @ 6424] r5339 at merlin: jquelin | 2007-05-31 12:54:45 +0200 v0.6.3
adds 71d0619 [project @ 6426] r5362 at merlin: jquelin | 2007-05-31 15:08:41 +0200 removed tests for common classes
adds 9e2628a [project @ 6427] r5363 at merlin: jquelin | 2007-05-31 15:11:09 +0200 removed common classes
adds 9f1359d [project @ 6428] r5364 at merlin: jquelin | 2007-05-31 15:14:39 +0200 don't test loading of removed classes
adds a496ac0 [project @ 6429] r5365 at merlin: jquelin | 2007-05-31 15:15:22 +0200 fix quoting style
adds 166d893 [project @ 6430] r5366 at merlin: jquelin | 2007-05-31 15:20:32 +0200 prereq-ing audio-mpd-common in build scripts
adds 90d9e2c [project @ 6431] r5367 at merlin: jquelin | 2007-05-31 15:21:42 +0200 removing old classes from manifest
adds fbaa908 [project @ 6432] r5368 at merlin: jquelin | 2007-05-31 15:27:43 +0200 converted modules to use audio-mpd-common classes
adds 8456512 [project @ 6433] r5369 at merlin: jquelin | 2007-05-31 15:35:41 +0200 ported t to use audio::mpd::common classes
adds 3394404 [project @ 6434] r5370 at merlin: jquelin | 2007-05-31 16:33:46 +0200 changed module comments to audio-mpd-common
adds 272e480 [project @ 6435] r5371 at merlin: jquelin | 2007-05-31 16:36:59 +0200 rebuild manifest from scratch
adds 8476c43 [project @ 6436] r5372 at merlin: jquelin | 2007-05-31 16:39:28 +0200 v0.7.0
adds 400b3e7 [project @ 6490] r5398 at merlin: jquelin | 2007-06-05 17:56:07 +0200 merged t/40 in t/61
adds 2f6dd8a [project @ 6491] r5399 at merlin: jquelin | 2007-06-05 17:59:06 +0200 v0.7.1
adds 9d74a04 [project @ 6493] r5401 at merlin: jquelin | 2007-06-06 18:56:26 +0200 pococm-{coll,cmds,play} now required instead of used
adds 2e4ab0d [project @ 6494] r5402 at merlin: jquelin | 2007-06-06 18:57:48 +0200 exportable vars: $MPD, $COLLECTION, $PLAYLIST
adds fbb077b [project @ 6495] r5403 at merlin: jquelin | 2007-06-06 18:59:12 +0200 pococm is now providing a default handler if needed
adds 03cad75 [project @ 6496] r5404 at merlin: jquelin | 2007-06-06 19:01:03 +0200 pococm-cmds now able to launch a session of its own, with its own dispatch
adds 653930c [project @ 6497] r5405 at merlin: jquelin | 2007-06-06 19:01:50 +0200 launching a new pococm-cmds session
adds 4b2df87 [project @ 6498] r5406 at merlin: jquelin | 2007-06-06 19:44:18 +0200 use object dispatch to specify method names only once
adds 71a5686 [project @ 6499] r5407 at merlin: jquelin | 2007-06-06 19:45:15 +0200 status now implemented in $MPD session
adds 56ff900 [project @ 6500] r5408 at merlin: jquelin | 2007-06-06 19:46:32 +0200 new exportable var: $_HUB, used as alias of mpd hub
adds cb10ce6 [project @ 6501] r5409 at merlin: jquelin | 2007-06-06 20:26:49 +0200 new attributes: _dispatch, _params, _post_to, _post_event
adds b494fc6 [project @ 6502] r5410 at merlin: jquelin | 2007-06-06 20:27:26 +0200 adapted post-treatment to multiple sessions
adds c2aea7a [project @ 6507] r5411 at merlin: jquelin | 2007-06-06 20:28:07 +0200 volume now dispatched in $MPD session
adds bbba411 [project @ 6508] r5412 at merlin: jquelin | 2007-06-06 20:31:56 +0200 new methods _spawn and dispatch to create new $PLAYLIST session
adds d17caca [project @ 6509] r5413 at merlin: jquelin | 2007-06-06 20:32:15 +0200 spawning $PLAYLIST session
adds 573ead9 [project @ 6510] r5414 at merlin: jquelin | 2007-06-06 20:48:15 +0200 debug session id during creation
adds bc88e58 [project @ 6511] r5415 at merlin: jquelin | 2007-06-06 20:48:43 +0200 easier debugging
adds d32a920 [project @ 6512] r5416 at merlin: jquelin | 2007-06-06 20:49:50 +0200 clear dispatched to $PLAYLIST
adds 6ee4e1c [project @ 6513] r5417 at merlin: jquelin | 2007-06-06 20:50:21 +0200 debug session id during creation
adds 6ac3647 [project @ 6514] r5418 at merlin: jquelin | 2007-06-07 16:44:45 +0200 event add handled by $PLAYLIST
adds 26698b9 [project @ 6515] r5419 at merlin: jquelin | 2007-06-07 16:46:33 +0200 event delete handled by $PLAYLIST
adds 9531006 [project @ 6516] r5420 at merlin: jquelin | 2007-06-07 16:56:16 +0200 event deleteid handled by $PLAYLIST
adds 138c625 [project @ 6559] r5444 at merlin: jquelin | 2007-06-09 11:56:25 +0200 play event handled by $MPD
adds f7875c0 [project @ 6560] r5445 at merlin: jquelin | 2007-06-09 11:57:29 +0200 stop event handled by $MPD
adds aae2317 [project @ 6561] r5446 at merlin: jquelin | 2007-06-09 12:05:24 +0200 event crop handled by $PLAYLIST
adds 427bc34 [project @ 6562] r5447 at merlin: jquelin | 2007-06-09 13:10:05 +0200 event as_items handled by $PLAYLIST
adds 04fc355 [project @ 6563] r5448 at merlin: jquelin | 2007-06-09 13:11:37 +0200 event items_changed_since handled by $PLAYLIST
adds b649fae [project @ 6564] r5449 at merlin: jquelin | 2007-06-09 13:17:08 +0200 event swapid handled by $PLAYLIST
adds 31688b9 [project @ 6565] r5450 at merlin: jquelin | 2007-06-09 13:18:41 +0200 event swap handled by $PLAYLIST
adds d79b222 [project @ 6566] r5451 at merlin: jquelin | 2007-06-09 13:19:31 +0200 event swap handled by $PLAYLIST
adds fce07fc [project @ 6567] r5452 at merlin: jquelin | 2007-06-09 13:20:34 +0200 event move handled by $PLAYLIST
adds 82cfd90 [project @ 6568] r5453 at merlin: jquelin | 2007-06-09 13:22:02 +0200 event shuffle handled by $PLAYLIST
adds 0966c9e [project @ 6569] r5454 at merlin: jquelin | 2007-06-09 13:25:01 +0200 event load handled by $PLAYLIST
adds a4e54bf [project @ 6570] r5455 at merlin: jquelin | 2007-06-09 13:25:53 +0200 event save handled by $PLAYLIST
adds 291323e [project @ 6571] r5456 at merlin: jquelin | 2007-06-09 13:27:05 +0200 event rm handled by $PLAYLIST
adds f6b044f [project @ 6572] r5457 at merlin: jquelin | 2007-06-09 13:30:06 +0200 removed hardwired events
adds c1797e3 [project @ 6573] r5458 at merlin: jquelin | 2007-06-09 13:37:49 +0200 cleaning + event output_disable handled by $MPD
adds 0b102ee [project @ 6574] r5459 at merlin: jquelin | 2007-06-09 13:38:52 +0200 event output_enable handled by $MPD
adds 1379d15 [project @ 6575] r5460 at merlin: jquelin | 2007-06-09 13:40:14 +0200 event pause handled by $MPD
adds c678e51 [project @ 6576] r5461 at merlin: jquelin | 2007-06-09 13:44:17 +0200 event updatedb handled by $MPD
adds bb725b0 [project @ 6577] r5462 at merlin: jquelin | 2007-06-09 13:45:25 +0200 event stats handled by $MPD
adds ae1dba6 [project @ 6578] r5463 at merlin: jquelin | 2007-06-09 13:46:32 +0200 event current handled by $MPD
adds 9864878 [project @ 6579] r5464 at merlin: jquelin | 2007-06-09 13:48:35 +0200 event song handled by $MPD
adds f907d6f [project @ 6580] r5465 at merlin: jquelin | 2007-06-09 13:49:39 +0200 event songid handled by $MPD
adds b877268 [project @ 6581] r5466 at merlin: jquelin | 2007-06-09 13:57:48 +0200 event repeat handled by $MPD
adds 930b496 [project @ 6582] r5467 at merlin: jquelin | 2007-06-09 13:58:58 +0200 event random handled by $MPD
adds 6fbc4b4 [project @ 6583] r5468 at merlin: jquelin | 2007-06-09 14:01:40 +0200 event fade handled by $MPD
adds 3a25cbc [project @ 6584] r5469 at merlin: jquelin | 2007-06-09 14:02:34 +0200 fixed wrong copy'n'paste
adds 186a49a [project @ 6585] r5470 at merlin: jquelin | 2007-06-09 14:03:52 +0200 fix typo wrt _transform/_cooking/_answer
adds 5a32e1e [project @ 6586] r5471 at merlin: jquelin | 2007-06-09 14:06:53 +0200 event playid handled by $MPD
adds 2f16975 [project @ 6587] r5472 at merlin: jquelin | 2007-06-09 14:07:52 +0200 event next handled by $MPD
adds a096dc2 [project @ 6588] r5473 at merlin: jquelin | 2007-06-09 14:08:41 +0200 event prev handled by $MPD
adds 0665aa1 [project @ 6589] r5474 at merlin: jquelin | 2007-06-09 14:19:05 +0200 event seek handled by $MPD
adds dec80ee [project @ 6590] r5475 at merlin: jquelin | 2007-06-09 14:20:35 +0200 event seekid handled by $MPD
adds 44a4b3c [project @ 6591] r5476 at merlin: jquelin | 2007-06-09 14:21:18 +0200 commented out events handled by other session
adds 205b8ee [project @ 6592] r5477 at merlin: jquelin | 2007-06-09 15:50:26 +0200 launching session $COLLECTION
adds f7d19cc [project @ 6593] r5478 at merlin: jquelin | 2007-06-09 15:50:50 +0200 launching session $COLLECTION
adds f343368 [project @ 6594] r5479 at merlin: jquelin | 2007-06-09 15:56:54 +0200 fixed session name; event all_items handled by $COLLECTION
adds 8f5c18e [project @ 6595] r5480 at merlin: jquelin | 2007-06-09 15:57:58 +0200 event all_items_simple handled by $COLLECTION
adds 9f3da75 [project @ 6596] r5481 at merlin: jquelin | 2007-06-09 15:58:39 +0200 event items_in_dir handled by $COLLECTION
adds 29eb521 [project @ 6597] r5482 at merlin: jquelin | 2007-06-09 16:01:52 +0200 event all_albums handled by $COLLECTION
adds 80e30d7 [project @ 6598] r5483 at merlin: jquelin | 2007-06-09 16:02:37 +0200 event all_artists handled by $COLLECTION
adds 51eb754 [project @ 6599] r5484 at merlin: jquelin | 2007-06-09 16:03:17 +0200 event all_titles handled by $COLLECTION
adds 3bc9955 [project @ 6600] r5485 at merlin: jquelin | 2007-06-09 16:03:53 +0200 event all_files handled by $COLLECTION
adds 96d6d5a [project @ 6601] r5486 at merlin: jquelin | 2007-06-09 16:06:51 +0200 event song handled by $COLLECTION
adds 6d0b2ba [project @ 6602] r5487 at merlin: jquelin | 2007-06-09 16:08:13 +0200 event songs_with_filename_partial handled by $COLLECTION
adds e5a93d7 [project @ 6603] r5488 at merlin: jquelin | 2007-06-09 16:11:51 +0200 event albums_by_artist handled by $COLLECTION
adds 3d3994c [project @ 6604] r5489 at merlin: jquelin | 2007-06-09 16:13:04 +0200 event songs_by_artist handled by $COLLECTION
adds 6733e2c [project @ 6605] r5490 at merlin: jquelin | 2007-06-09 16:14:02 +0200 event songs_by_artist_partial handled by $COLLECTION
adds e221f6a [project @ 6606] r5491 at merlin: jquelin | 2007-06-09 16:14:53 +0200 event songs_from_album handled by $COLLECTION
adds 98b1d30 [project @ 6607] r5492 at merlin: jquelin | 2007-06-09 16:15:42 +0200 event songs_from_album_partial handled by $COLLECTION
adds bc55e78 [project @ 6608] r5493 at merlin: jquelin | 2007-06-09 16:17:08 +0200 event songs_with_title handled by $COLLECTION
adds d1aa72a [project @ 6609] r5494 at merlin: jquelin | 2007-06-09 16:18:10 +0200 event songs_with_title_partial handled by $COLLECTION
adds 417de91 [project @ 6610] r5495 at merlin: jquelin | 2007-06-09 16:20:10 +0200 removed hard-coded events
adds da5770e [project @ 6611] r5496 at merlin: jquelin | 2007-06-09 16:23:49 +0200 removing debug messages
adds 5f4438b [project @ 6612] r5497 at merlin: jquelin | 2007-06-09 16:24:11 +0200 removing debug messages
adds 12cd886 [project @ 6712] r5638 at merlin: jquelin | 2007-08-06 16:12:15 +0200 kill now belongs to pococm-commands, and _disconnect is now a private event
adds 5b8220a [project @ 6713] r5639 at merlin: jquelin | 2007-08-06 16:12:51 +0200 remove alias when receiving private _disconnect event
adds 57b2edb [project @ 6714] r5640 at merlin: jquelin | 2007-08-06 16:13:26 +0200 new events handled: kill and disconnect
adds 603fbb1 [project @ 6715] r5641 at merlin: jquelin | 2007-08-06 16:19:55 +0200 new event urlhandlers handled by pococm-command
adds 7a30b89 [project @ 6716] r5642 at merlin: jquelin | 2007-08-06 16:40:28 +0200 new _version event that fill in the version number
adds d7d2b7b [project @ 6717] r5643 at merlin: jquelin | 2007-08-06 16:40:51 +0200 new event version handled
adds a599e4b [project @ 6718] r5644 at merlin: jquelin | 2007-08-06 16:41:50 +0200 _disconnect is a protected event, not a private one
adds 7184000 [project @ 6719] r5645 at merlin: jquelin | 2007-08-06 16:44:06 +0200 removed no more used code
adds b05b70f [project @ 6720] r5646 at merlin: jquelin | 2007-08-06 16:45:01 +0200 tests converted to new internal design
adds 31a7db4 [project @ 6721] r5647 at merlin: jquelin | 2007-08-06 16:45:32 +0200 explained a bit new design
adds 534955c [project @ 6722] r5648 at merlin: jquelin | 2007-08-06 16:45:46 +0200 updated
adds 2104cef [project @ 6723] r5649 at merlin: jquelin | 2007-08-06 16:52:21 +0200 v0.8.0
adds 83ca235 [project @ 7043] r7845 at merlin: jquelin | 2007-11-26 12:46:55 +0100 fixing build/prereqs
adds 35db35a [project @ 7044] r7846 at merlin: jquelin | 2007-11-26 12:48:16 +0100 v0.8.1
adds ad51b86 finishing svn to git export
adds 29db30b cleaning comments
adds 4c6cea8 more comment updates
adds aa71e97 protected events should start with an underscore _
adds eb5291d attempting auto-reconnect within 5 seconds when connection isn't successful
adds 850b156 warning main pococm session that we've been disconnected
adds 4b663fd refactoring: deport first line analysis in _parse_first_input_line()
adds d2c1ca3 no more need for event _ServerInput_mpd_version
adds 9e96625 removing boolean vars
adds ced2afc changing event sent when hitting an error during connection
adds 03cfc81 doc & pod update
adds 3bdc8a2 Revert "protected events should start with an underscore _"
adds 81e358e change dispatch table to use given/when. this implies perl 5.10
adds 28f739d handling errors in _got_error()
adds 024ef70 pococm-message not used
adds 6f89baf renamed outgoing events from _conn_* to mpd_*
adds 6e64891 ignore file for git
adds b28e627 converting data_eot from event to sub call _got_data_eot()
adds 997fed6 pass in kernel and heap beside input to _got_* subs
adds f5f5d06 converted data handling from event to plain sub call _got_data()
adds 48724e9 oops, we need pococm-message for exported constants
adds 1b792a2 renamed _parse_first_input_line() to _got_first_input_line()
adds 7231bba pod update
adds 0a800c0 don't try to reconnect after connection error if we're shutting down the socket
adds 33bcb11 fix heap access error
adds ff6435d new param for the session: retry
adds 65ef645 ported to latest pococm-conn
adds 6d4596f ported to latest pococm-conn
adds 82e1d15 enable quicker reconnect for tests
adds 5d22a4a removing no more needed private inline states
adds b143654 _data() is now a private member of pococm-message
adds 9c2c8d3 strip down to the minimum pococm to start anew
adds 1f40dda strip down pococm-commands to the minimum to start anew
adds 0d3e897 stripping down pococm-collection to start anew
adds 1e70895 stripped down pococm-playlist to start anew
adds 450af7e removing unneeded empty line
adds 5cd1e46 event "version" ported to the new scheme
adds 371e96c new catch-all (default) event handler
adds 74788f7 use dor operator instead of logical or
adds 07a154b react to mpd_connected events from pococm-conn
adds be197ad method called will be _do_$event
adds 48fcb3b our heap is private, no need to use underscores
adds 0521b6c pococm doesn't export anything by now
adds 172124f remove vars will not stay shared warning
adds 40315a3 erm, wrong sub name for event callback
adds d36639c fix last problems for default handler
adds 0309fdf fix last problems in _do_version()
adds 1cdae30 set msg->status to 1 in data_eot
adds 0c66c09 implement disconnect event for pococm
adds fa8f360 basic shell for event mpd_data
adds b89bf59 event updatedb implemented
adds 1ba4487 support for _transform in mpd_data() event
adds e6b555b implemented stats() event
adds b72d38d cleaning pococm-test
adds 6001d25 implement urlhandlers() event
adds 080fe21 ported tests to new pococm, pococm-test
adds 867f7fe cleaned message handling from pococm-conn
adds 475253e implemented kill() event
adds 5dd43a5 ported test to new pococm-test + pococm
adds c307abd implemented status() event
adds db627ce store barebone objects for easier method calls
adds 60e788d removing inheritance, not needed
adds a8ae81e reworked some comments
adds a222fbe _dispatch() is now a method of pococm
adds fc7321b erm, pococm isa class::accessor::fast in fact (although not an exporter)
adds 71044e9 ported to object methods, not class methods
adds de5b44a commands are now called by _do_*() methods
adds be0a03f postbacks support via pococm-message->_post()
adds 308411f event volume() implemented
adds a8176c6 implemented event play()
adds 8527b62 preparing to accept events from pococm-playlist
adds e5f19e1 creating barebone pococm-playlist object
adds e3f9790 support for playlist events in dispatch
adds e7e4400 style change for qq{}
adds 7e35799 implemented event pl.add
adds 6b9b1ef implemented event: output_disable
adds f1157d1 implemented event output_enable()
adds f21d532 implemented event pause()
adds 2682ebd finish cleaning up test
adds a3c766e implemented event current()
adds 426e733 implemented event song()
adds 16b3ac7 implemented event songid()
adds e63eb97 oops, pococm-message now uses params(), not _params()
adds 4b80d4b t/41 ported to new pococm-test
adds 455b3a3 t/42 ported to new pococm-test
adds 7d027ce implemented event repeat()
adds 6555c4f implemented event random()
adds 8c21450 implemented event fade()
adds 026ef64 ported t/4" to new pococm-test
adds cee2acf implemented event playid()
adds a972fbe implemented event stop()
adds 3d45200 implemented event next()
adds 55dff0b implemented event prev()
adds 35eaafc implemented event seek()
adds bf19fd9 implemented event seekid()
adds 2b7cb74 doc/pod update with all events, their args and return values
adds fa50ea8 methods are now called after event names, to do pod coverage
adds 2baf900 t/44 ported to new pococm-tests
adds b6940b1 final cleanup of pococm-commands
adds 98a8562 Revert "methods are now called after event names, to do pod coverage"
adds d745d47 pod update
adds db66c31 disconnect is already tackled in pococm
adds cd8a094 line up square brackets
adds ba3e085 implemented event pl.as_items()
adds 5eaf034 implemented event pl.items_changed_since()
adds ff3f8b9 implemented event pl.clear()
adds c4c8f45 implemented event pl.delete()
adds 3b6d929 implemented event pl.deleteid()
adds b5b122d implemented event pl.crop()
adds 10950a6 t/50 ported to new pococm-test
adds 79d1496 t/51 ported to new pococm-test
adds 7f32ee8 implemented event pl.swapid()
adds dedb0fd implemented event pl.moveid()
adds 2527288 implemented event pl.swap()
adds 020d329 implemented event pl.move()
adds 4609db7 implemented even pl.shuffle()
adds 2108b64 t/51 ported to new pococm-test
adds e7a833a t/52 ported to new pococm-test
adds 2935773 implemented event pl.load()
adds 3d87160 basic dumper when receiving an error
adds 3e4ebf7 implemented event pl.save()
adds 63f91fb implemented event pl.rm()
adds 01c2059 final cleanup in pococm-playlist
adds 3cdae42 t/53 ported to new pococm-test
adds 442d11e removed some more unneeded use-ages
adds 1950417 create pococm-collection object
adds 227e432 dispatch coll.* events to the collection object
adds 06e4491 cleaning requires
adds b328e8a defining events managed by collection
adds 2da2be4 implemented event coll.all_items()
adds f0213bf implemented event coll.all_items_simple()
adds 82b122e implemented event coll.items_in_dir()
adds 1e61d61 t/60 ported to new pococm-test
adds 845aa52 implemented event coll.all_albums()
adds b5f03a6 implemented event coll.all_artists()
adds c021524 implemented event coll.all_titles()
adds 125ea25 implemented event coll.all_files()
adds 3352d9e t/61 ported to new pococm-test
adds 964ef51 lined up brackets
adds 86acea6 implemented event coll.song()
adds e0597bd implemented event coll.songs_with_filename_partial()
adds 89aeb50 implemented event coll.albums_by_artist()
adds fce4d6f implemented event coll.songs_by_artist()
adds 3963e6e implemented event coll.songs_by_artist_partial()
adds 34f078b implemented event coll.songs_from_album()
adds abe58e3 implemented event coll.songs_from_album_partial()
adds 4563a39 implemented event coll.songs_with_title()
adds 4b68ef3 implemented event coll.songs_with_title_partial()
adds 26fea99 t/62 ported to new pococm-test
adds 98ef043 t/63 ported to new pococm-test
adds a80b00b final cleanup in pococm-collection
adds fe97d32 fix comments & update pod
adds c44fed4 fix comments & update pod
adds 6e48bbe fix comments
adds b784907 removed unused message attributes
adds edf728c converted all qq, q, qw, and qx to use {} as enclosers
adds ca62c87 using a more meaningful name for the cmds hash entry
adds 21ea775 removed unused module inserted
adds 6444f23 updated pod
adds 9d8d97a removed cruft still lying around
adds 0620865 version() event is handled in pococm-commands
adds 0315633 comment updates
adds bf6e3e3 removed unused prereq
adds 094b259 comment & pod updates
adds 0a770f1 params/heap keys now bear a more understandable name
adds 01d7fd0 pod update
adds 6e0d659 initializing other vars in Started() event
adds d97e407 reset connection retry count when connected successfully
adds 85f1d70 don't reconnect immediately if disconnected - wait $retry_wait
adds 8026e9b don't attempt to reconnect if it was the $max_retries-th
adds 1c946c7 retry_wait now defaults to 2 seconds (instead of 5 previously)
adds d8cf697 updating error msg.
adds 9e40a81 update t/20 to match full pococm-conn possibilities (retries)
adds 24e9e28 t/23 ported to new pococm-conn
adds 6b1c4a4 updated copyright information
adds 810cf53 storing status_msgs_to in startup
adds 0b45829 updated comments
adds cd75e07 update pod to integrate pococm related events
adds 234c9db more pod updates
adds abf29c5 events mpd_connect_error_* fired by pococm-conn now handled by pococm
adds 18550ad remove old unused events
adds c7286a9 send event when connected
adds 5342c07 line up things
adds a207a6c implement mpd_error completely
adds a15b682 marking version test as todo, since mandriva holds a bug in advertised version
adds ef3be9a update version test to take into account difference between protocol version and mpd version
adds 25fc3d8 document the fact that version does not always return mpd's version
adds 8171922 bold in pod is B<>, not ** :-)
adds a1a2e4a readme & pod updates
adds a8a496c removed old code rotting
adds 2b0a4eb written pod for answer scheme
adds ace3fbb updated list of prereqs
adds ab5bc48 v0.9.0
adds e943770 using null output
adds e37c58d mpd 0.14 returns empty artists too
adds 952669a mpd 0.14 returns empty strings too
adds cacc561 require-ing latest amc version
adds 2d9d06d remove dashes from output
adds 0b6335f urlhandlers is now empty by default
adds 5be5b6a v0.9.1
adds e855304 rt #44456 - changing test to todo
adds a611052 v0.9.2
adds 23e2a1a work around exporter bug
adds 14811f8 doc update
adds 1a360fa doc update
adds e163f68 changed all C<> to L<> to have free links on cpan website
adds c9725a5 v0.9.3
adds 6b29789 sending disconnected event even if no auto-reconnect
adds 0679081 mpd_disconnected event is now sent to status_msgs_to
adds 1ce7fa1 created dzil config
adds 4573c0f remove files generated by dzil
adds 643cf5d removed copyright in libs, will be added by dzil
adds 18da937 copyright year is 2007
adds 5b8a3fa removed copyright - added by dzil
adds 9ad2838 removed generic tests, added by dzil
adds 4e7bb3e moved script to examples
adds 742397d make sure example compiles
adds af17cb5 moved strict & warnings at top of file to please critic
adds ab89033 removed author & copyright, added by dzil
adds bd70a7f removed $VERSION, added by dzil
adds 9e9ac4b removed fixed prereqs
adds 0e5e7d0 removed unused dzil plugin
adds e2fc97b generating build.pl
adds 477da53 update metaresources
adds 60b96cf moved NAME head1 to abstract for dzil
adds 93f9b36 skipping compile test for pococm:test
adds e2a3df6 reverting to manual versioning by now
adds cf6c7fa pod update
adds 76291c4 quieting perlcritic
adds 6f430d1 update ignore file for git
adds c338ed7 v0.9.4
adds 0981c47 adding missing prereq
adds 2246ad9 v0.9.5
adds ee49ee5 v0.9.6
adds aca581b tighten dzil config
adds 2f53038 requiring perl 5.10 in tests too
adds c9f29c8 revamped pococm-test to use test:corpus:audio:mpd
adds 47673e8 removed test songs
adds e7bd544 converted to new pococm-test
adds 409b766 converted to new pococm-test
adds e87fcf4 converted to new pococm-test
adds 516ea7d converted to new pococm-test
adds f4557f3 converted to new pococm-test
adds d72db09 converted to new pococm-test
adds 87f8d9e converted to new pococm-test
adds dc94314 converted to new pococm-test
adds 710eb6b converted to new pococm-test
adds df120c0 update test count
adds b6a6514 converted to new pococm-test
adds ab6c83a converted to new pococm-test
adds 1754ace converted to new pococm-test
adds 1e49e93 converted to new pococm-test
adds eeb0dbd using skips instead of todos
adds 1bc4afd using test:corpus:audio:mpd
adds 9e4a76b using test:corpus:audio:mpd
adds 8ef6e64 ported to moosex::poe
adds 683c86f test ported to moosex::poe
adds 5b30a7f adding a session alias to pococm-conn
adds bcd81fb quieting pod-coverage
adds 206a4bc pococm-test now safe to test
adds 44010f5 "hiding" inner class in anon scope
adds a2d033a finishing correctly the test script
adds 02ce38a pod update
adds bb99a91 using skip instead of todo
adds 6d82f70 currying get for easier reading
adds c9e0480 currying get for easier reading
adds f3fd2fe moosifying test
adds 5b3351a moosigying test
adds 9a202bb explicit use calls
adds 5aaa6a8 updated changelog
adds 5ed23ce pod update
adds 8d38e8c using git plugin
adds 369d544 pod update
adds decb896 removing class::accessor - we're moose-ifying baby!
adds 727b3d9 introducing types module
adds a2d4715 removing design which is out of date
adds e67bcb0 answers are always sent by now dammit!
adds 3ca61de fix pod syntax
adds 6941667 skip some tests
adds 5a5ee06 moose-ified pococm-message
adds 3c6769b speeding moose
adds 46521bc moose-ified playlist
adds 4ba6e20 moose-ified commands
adds 227c056 moose-ified collection
adds bfe0987 weaving pococm-conn public events
adds 5709cac weaving =method
adds 1209957 pod update
adds 12467fa moving subs at the bottom
adds 59066fe removing _on_priv prefix
adds ae4c429 comment update
adds 9928747 renaming new to spawn (oops)
adds ea0f7ad weaving pococm-playlist
adds ac34d27 weaving pococm-collection
adds 496e3de weaving pococm-commands
adds fa018ba store ref to mpd, not the socket
adds e5ce5f7 moose-ified pococm
adds c8455e9 adding mpd attributes
adds 0e3001d speeding moose
adds 32e309c socket builder
adds 328d339 using global $K
adds 19aef06 using moosex::poe
adds fdad954 pod update
adds 13829e3 removing old __spawn() + pod update
adds 9f33d6f getting rid of heap
adds 22a8065 quieting pod::cocerage
adds 17ed22a lining up
adds db360de new method _send_to_mpd()
adds 7b2d8c8 simplifying method calls
adds daef665 simplifying _dispatch() calls
adds 7f23f17 using predicate for status_msgs_to
adds 54facd0 pococm alias defaults to mpd
adds d0c8e8a git is now a pluginbundle
adds 5141dbf pococm is now stable, moving to 1.yydddn version scheme
adds 961e880 using stub-method instead of aliases, that break oo
adds bda0d4a v1.093320
adds 6b60ba3 #52457 - missing test dependency
adds 760b2ac v1.093390
adds 398100e Add MPD password functionality to POCOCM.
adds 901b558 Make POCOCM::Connection::send() retry if not connected.
adds a4496d7 Fix docs for pl.clear() and pl.crop().
adds 2d7e1d0 Add missing KERNEL to send().
adds c1a1ecc Tests for password functionality added in 398100e1.
adds 20c0f5d fix trapped error msg
adds 49973d2 using jquelin pluginbundle
adds 7d507a3 renamed auto-generated event mpd_connect_error_fatal to mpd_connect_error
adds 546104c v1.100430
adds cd701a3 fix test count
adds cb04a2d url handlers can vary with mpd installation
adds 6a36961 update to reflect changes to latest test corpus
adds 435531a test is time dependant and can fail on busy machines
adds b956a5a trim ignore file
adds 9b60dd9 update to latest @jquelin
adds ef95b77 comment out hanging test
adds 38b514e v1.121670
adds 3c9f5a1 dist.ini updates
adds f41dbee adapt to new moose (rt#90686)
adds 6853607 get rid of smart-match
adds 2f2cba6 fix build failures (rt#93635)
adds 95cfbc0 v2.000
adds 3dbce48 fix rt#100301 - adapt test for mpd >= 0.19 (gregoa)
adds 49e9568 v2.001
adds a307ffd Imported Upstream version 2.001
new 157fa47 Merge tag 'upstream/2.001'
new a08a832 Update debian/changelog
new ceee96c Drop mpd-0.19.patch, merged upstream.
new 513570b Update years of packaging copyright.
new 5955a3f Declare compliance with Debian Policy 3.9.8.
new 787f843 Bump debhelper compatibility level to 9.
new a8ab477 Drop version constraint on libtest-corpus-audio-mpd-perl.
new e43ec91 releasing package libpoe-component-client-mpd-perl version 2.001-1
The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Build.PL | 31 ++-
Changes | 3 +
MANIFEST | 9 +-
META.json | 249 ++++++++++++---------
META.yml | 225 +++++++++++--------
README | 4 +-
debian/changelog | 12 +-
debian/compat | 2 +-
debian/control | 6 +-
debian/copyright | 2 +-
debian/patches/mpd-0.19.patch | 34 ---
debian/patches/series | 1 -
lib/POE/Component/Client/MPD.pm | 4 +-
lib/POE/Component/Client/MPD/Collection.pm | 4 +-
lib/POE/Component/Client/MPD/Commands.pm | 4 +-
lib/POE/Component/Client/MPD/Connection.pm | 4 +-
lib/POE/Component/Client/MPD/Message.pm | 4 +-
lib/POE/Component/Client/MPD/Playlist.pm | 4 +-
lib/POE/Component/Client/MPD/Test.pm | 4 +-
lib/POE/Component/Client/MPD/Types.pm | 4 +-
t/00-compile.t | 12 +-
t/00-report-prereqs.dd | 57 +++++
t/00-report-prereqs.t | 191 ++++++++++++++++
t/000-report-versions-tiny.t | 92 --------
t/42-cmds-info.t | 5 +-
...elease-pod-coverage.t => author-pod-coverage.t} | 4 +-
t/{release-pod-syntax.t => author-pod-syntax.t} | 5 +-
27 files changed, 596 insertions(+), 380 deletions(-)
delete mode 100644 debian/patches/mpd-0.19.patch
delete mode 100644 debian/patches/series
create mode 100644 t/00-report-prereqs.dd
create mode 100644 t/00-report-prereqs.t
delete mode 100644 t/000-report-versions-tiny.t
rename t/{release-pod-coverage.t => author-pod-coverage.t} (81%)
rename t/{release-pod-syntax.t => author-pod-syntax.t} (75%)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libpoe-component-client-mpd-perl.git
More information about the Pkg-perl-cvs-commits
mailing list