Revision history for Remote::Perl

0.005  2026-03-23
  - Support more BSDs by trying /dev/fd.
  - --tmpfile[=auto] falls back to named when /dev/fd cannot be used either.

0.004  2026-03-14
  - Fix linux tmpfile strategy error propagation when O_TMPFILE is unavailable.

0.003  2026-03-13
  - Fix premature end of input when flow control kicks in.
  - Added -e, -w, -m, -M short options mirroring Perl.
  - Multiple -e options now supported, accumulated and joined with newlines.
  - Added options --serve-restrict-paths, --serve-allow, --no-system-inc and
    API option serve_filter.

0.002  2026-03-06
  - Added --tmpfile for scripts that use __DATA__/__END__.
  - Clear up pollution of pragmas and imports that would make scripts
    behave differently when run through remperl.
  - Always pass through exit code, even when the remote die()s.
  - Support older Perls (down to 5.10) on the remote side.

0.001  2026-03-05
  - Initial release.