Re: Possible zef addition

2017-05-25 Thread Simon Proctor
Sort of, except you really want it to be done at the end of the current request. (auto-cleanup doesn't seem to do that, setting it to 0 turns it off). When you're building a docker image you really want to make sure the end of every command only the things the NEED are in the filesystem as a snaps

Re: Possible zef addition

2017-05-25 Thread Ahmad Zawawi
Something like cpanm's work directory auto-cleanup mechanism? https://metacpan.org/pod/distribution/App-cpanminus/ lib/App/cpanminus/fatscript.pm#-auto-cleanup On Thu, May 25, 2017 at 7:20 AM, Simon Proctor wrote: > So I'm playing around with Docker files (Perl 5 ATM) and one thing I'm > gettin