On Tue, May 29, 2007 at 11:17:57AM -0400, Mike Williams wrote:
> Hi there.  I tried your module and it installed and ran fine.
> 
> I did find a typo and a bug in one of the examples in the README.
>            # the typo: white should be while
>            white (my $prime = shift @primes < 500) {
>            # the bug: without the parens the loop prints a bunch of ones
>            while ((my $prime = shift @primes) < 500) {
> 
> You may want to include \n's in the examples so they look nicer if
> someone cuts and pastes them.

Thanks for the feedback - both issues fixed, and uploaded to CPAN
sometime last week:

  http://search.cpan.org/~zigdon/Math-Prime-TiedArray-0.01/

Dan

-- 
Dan Boger
[EMAIL PROTECTED]
 
_______________________________________________
Boston-pm mailing list
[email protected]
http://mail.pm.org/mailman/listinfo/boston-pm

Reply via email to