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 Git-Background

0.005  2022-04-03 16:05:30 UTC

  - Use Git::Background::Future->fail instead of Future->fail when
    Proc::Background fails. Otherwise mthods like stdout() wouldn't be
    available on these errors but on others, which would be confusing.

0.004  2022-01-08 21:19:34 UTC

  - run() throws an error if it is run in void context

0.003  2022-01-01 22:55:58 UTC

  - Bump dependency on Future to 0.40, which introduced Future::Exception

0.002  2022-01-01 19:40:33 UTC

  - API change to use Future

0.001  2021-12-20 20:01:35 UTC

  - Initial release