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 perl distribution Mojolicious-Plugin-PromiseActions

0.08 2019-01-07T13:15:52+0100
- Add more tests
- handles arbitrary thenables (jberger)
- propagates context correctly (jberger)
- DTRT in an under (jberger)

0.07 2018-09-24T22:15:52+0200

- Call wait on promise if it supports it

0.06 2018-09-24T17:10:17+0200

- Ensure we actually hold on to the tx
- Return all arguments passed from the action.

0.05 2018-05-23T10:47:41+0200
- Update required Mojolicious version

0.04 2018-05-22T11:14:57+0200
- Add explicit use of Mojo::Promise to fix test failures in smokers

0.03 2018-05-21T20:08:40+0200
- Add missing requires on Mojolicious

0.02 2018-05-16T15:55:20+0200
- Fix indirect use of blessed;

0.01 2018-05-14T11:40:11+0200
 - Started project