The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for AnyEvent::MPV

1.03 Sat 01 Apr 2023 08:30:44 CEST
	- only create a write-watcher if the commands cnanot be written
          immediately, whic h lowers overhead and improves responsiveness
          in practically all situations.
        - better portability to 32 bit perls.

1.02 Thu 30 Mar 2023 19:32:43 CEST
	- trace was only effective on the first ->start.

1.01 Thu 23 Mar 2023 20:21:53 CET
	- the default on_event method implementation failed
          to pass the event data to the on_event callback.

1.0  Wed 22 Mar 2023 19:20:00 CET
	- implement a registry wrapper around events.
        - create json coder/decoder only once instead of per request.
        - lots of random example snippets added, also, synopsis.
        - used in production.

0.2  Mon 20 Mar 2023 13:25:29 CET
	- event key itself is no longer passed in on_event event object.
        - the destructor now calls ->stop.
        - ">mpv" trace messages now contain the whole command.
        - some internal refactoring.

0.1  Mon 20 Mar 2023 00:24:44 CET
	- initial CPAN release.

0.0  Sun 19 Mar 2023 19:27:47 CET
	- original version, an AnyEvent::AIO + "doomfrontend" clone