forked from jrockway/anyevent-subprocess
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChanges
43 lines (36 loc) · 1.59 KB
/
Changes
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
40
41
42
43
{{$NEXT}}
1.102912 Fri Feb 25 01:36:47 CST 2011
1.102911 Sat Feb 19 06:20:15 CST 2011
- handle $? "parsing" with POSIX module instead of with ad-hoc bit-shifts
(Thanks to RJBS for the idea and a bug report.)
- support perl 5.8 (tested with 5.8.9, probably works with others)
(Thanks to Andreas Koenig ([email protected]) for noticing the
unnecessary 5.10 dep)
1.102910 Mon Oct 18 05:35:59 CDT 2010
- convert to Dist::Zilla
- depend on a version of Event::Join that passes its tests with the newest Moose
(seems like the Testers install Event::Join and an old Moose,
then upgrade Moose, then run my tests. wtf!?)
- improve docs
0.03 Wed Oct 13 12:57:23 CDT 2010
- add option to capture leftover wbuf/rbuf
- add timeout delegate
- add more information to tests to help debug pty failures
0.02 Wed Feb 10 06:14:39 CST 2010
- allow Job delegate to receive child return value and exception
- don't "exit 0" in the child handler
- remove our own exception-printing code
- add PrintError delegate (use this instead)
- fix cloning of Job delegates (they are cloned correctly now)
- make classes immutable
- doc fixes (but not everything)
- dependency fixes
0.01 Thu Feb 4 04:41:11 CST 2010
- delegates get the instance they are attached to
- run can be called multiple times
- lots more docs and examples (still needs more!)
0.00_01 Mon Oct 26 03:13:21 CDT 2009
- developer preview
* needs a lot more docs
* a few design decisions still in question
- should delegates get the instance they are attached to?