On Tue, Dec 16, 2014 at 11:29 AM, Shawn Laffan <shawn.laf...@unsw.edu.au> wrote: > > For the more general case, is there a simple means to trigger the > re-extraction of all files packed using -a? >
Simply delete the cache area :) Sorry, for .pm and "glue" .dll files the check is automatic as PAR intercepts module loading and DynaLoader anyway. But all stuff packed with -a is accessed using open() calls - I wouldn't want PAR to replace CORE::open. Cheers, Roderich