2009/8/18  <pugs-comm...@feather.perl6.nl>:
> Author: wayland
> Date: 2009-08-18 09:24:07 +0200 (Tue, 18 Aug 2009)
> New Revision: 28017
>
> +=item chdir FILENAME
> +X<chdir> X<cd>
> +
> +=item chdir
> +
> +Gone, just set $*CWD (which throws an exception if it fails).
> +

chdir provides functionality that would be quite convoluted to mimic
through manually setting $*CWD, such as changing to a relative
directory.

Unless there are ways to do it that I'm missing, this doesn't seem
like a good idea.


--
Carlin

Reply via email to