File: Changes

package info (click to toggle)
libevent-distributor-perl 0.06-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 140 kB
  • sloc: perl: 401; makefile: 2
file content (39 lines) | stat: -rw-r--r-- 1,312 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Revision history for Event-Distributor

0.06    2021-03-27
        [CHANGES]
         * Use Feature::Compat::Try instead of Syntax::Keyword::Try
         * Fixed SYNOPSIS example for changes to subscriber arguments
         * Style modernisations for perl v5.14+

0.05    2018-07-23 16:11:07
        [CHANGES]
         * Ensure an empty query event doesn't fail
         * Ensure that a dying subscriber to query doesn't kill the entire
           distribution
         * Make empty results count as failures for Query
         * Make Query return empty result if all its subscribers did
         * Use Syntax::Keyword::Try instead of plain eval{} block

0.04    2015/11/27 21:53:07
        [CHANGES]
         * Added 'action' events
         * Update documentation to barename function style

0.03    2015/02/11 20:21:19
        [CHANGES]
         * Expose Ev:Dist::Signal/Query as user-accessible objects

        [BUGFIXES]
         * Don't corrupt internal state when subscriber functions trash $_

0.02    2014/12/10 22:18:13
        [CHANGES]
         * Add query-like events
         * Ensure Signals raise errors as failures if any of their subscribers
           do
         * Add TODO note about anonymous signals

0.01    2014/08/16 19:04:30
        First version, released on an unsuspecting world.