develooper Front page | perl.perl5.porters | Postings from October 2003

Re: [PATCH t/comp/proto.t] Test (5.9.x)

Thread Previous
From:
Rafael Garcia-Suarez
Date:
October 28, 2003 01:01
Subject:
Re: [PATCH t/comp/proto.t] Test (5.9.x)
Message ID:
20031028100012.3ed35b99.rgarciasuarez@free.fr
Abigail wrote:
>
> --- t/comp/proto.t.bak	Mon Oct 27 13:46:43 2003
> +++ t/comp/proto.t	Mon Oct 27 14:42:20 2003

Thanks, applied. (#21565)

> @@ -16,7 +16,7 @@
>  
>  use strict;
>  
> -print "1..140\n";
> +print "1..141\n";
>  
>  my $i = 1;
>  
> @@ -629,3 +629,10 @@
>  eval "sub good (\$\t\$\n\$) { 1; }";
>  print "not " if $@;
>  print "ok ", $i++, "\n";
> +
> +
> +# Ought to fail, doesn't in 5.8.x.

Although I put "5.8.1" here...

Thread Previous


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About