[svn:parrot] r37883 - branches/install_tools/lib/Parrot
Will Coleda
will at coleda.com
Fri Apr 3 13:09:17 UTC 2009
On Thu, Apr 2, 2009 at 10:40 PM, <jkeenan at svn.parrot.org> wrote:
> Author: jkeenan
> Date: Fri Apr 3 02:40:31 2009
> New Revision: 37883
> URL: https://trac.parrot.org/parrot/changeset/37883
>
> Log:
> 'die' statements don't need a newline. Use lexical variable instead of $_ in two locations.
FYI, there is a difference between:
die 'message';
and
die "message\n";
aside from the presence of the newline.
Regards.
--
Will "Coke" Coleda
More information about the parrot-commits
mailing list