[1169] Found the missing .prove contents.

Ovid publiustemp-tapx at yahoo.com
Thu Aug 21 22:22:31 UTC 2008


Nope, this doesn't do it :(

--
Buy the book         - http://www.oreilly.com/catalog/perlhks/
Tech blog            - http://use.perl.org/~Ovid/journal/
Twitter              - http://twitter.com/OvidPerl
Official Perl 6 Wiki - http://www.perlfoundation.org/perl6


--- On Thu, 21/8/08, andy at hexten.net <andy at hexten.net> wrote:

> From: andy at hexten.net <andy at hexten.net>
> Subject: [1169] Found the missing .prove contents.
> To: tapx-commit at hexten.net
> Date: Thursday, 21 August, 2008, 11:14 PM
> Revision: 1169
> Author:   andy
> Date:     2008-08-21 22:14:35 +0000 (Thu, 21 Aug 2008)
> 
> Log Message:
> -----------
> Found the missing .prove contents.
> 
> Modified Paths:
> --------------
>     trunk/lib/App/Prove/State/Result.pm
> 
> Modified: trunk/lib/App/Prove/State/Result.pm
> ===================================================================
> --- trunk/lib/App/Prove/State/Result.pm	2008-08-21 20:55:05
> UTC (rev 1168)
> +++ trunk/lib/App/Prove/State/Result.pm	2008-08-21 22:14:35
> UTC (rev 1169)
> @@ -86,7 +86,7 @@
>          $self->{tests} = shift;
>          return $self;
>      }
> -    my $tests = $self->{tests} || {};
> +    my $tests = $self->{tests} ||= {};
>      return wantarray ? %$tests : $tests;
>  }
>  
> 
> _______________________________________________
> tapx-commit mailing list
> tapx-commit at hexten.net
> http://hexten.net/mailman/listinfo/tapx-commit


More information about the tapx-dev mailing list