exodist / Child

(perl) Object oriented simple interface to fork()
9 stars 2 forks source link

Use AppveyorCI #19

Closed schwern closed 8 years ago

schwern commented 8 years ago

This gets Child working on Appveyor. https://ci.appveyor.com/project/exodist/child/build/1.0.4

It also fixes a bug in t/die.t with Perl on Windows <= 5.20 (Appveyor is using 5.20.1). That will be a very welcome fix for perl5i!

Unlike Travis, Appveyor caches the build so it would benefit less from using the dzil Git::CommitBuild plugin.