On Thu, Jun 5, 2008 at 11:06 AM, via RT Moritz Lenz
<[EMAIL PROTECTED]> wrote:
> # New Ticket Created by  Moritz Lenz
> # Please include the string:  [perl #55346]
> # in the subject line of all future correspondence about this issue.
> # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=55346 >
>
>
> Attached patch adds a script to tools/ that walks through a test
> specification file (t/spectest_regression.data by default) and prints a
> list of files that are marked as pure, but still contain '#?rakudo'
> fudge directives.
>
> particle++ for suggesting it.
>
> It's only tested under linux so far, so please also test on MacOS and
> Windows before applying.
>
> Cheers,
> Moritz
>
> --
> Moritz Lenz
> http://moritz.faui2k3.org/ |  http://perl-6.de/
>

typo:
+        or die "Can't opne file '$filename' for reading: $!";

You can avoid that entirely by using "use Fatal qw(open);".

Regards.

-- 
Will "Coke" Coleda

Reply via email to