On 5/21/07, Dan Boger <[EMAIL PROTECTED]> wrote:
>
> > Guys - I think I'm ready to release my first module to the CPAN, and I
> > was hoping you guys could take a look. Any comments would be
> > appreciated!
>
> http://peeron.com/cpan/Math-Prime-TiedArray-0.01.tar.gz
>
> http://peeron.com/cpan/Math-Prime-TiedArray-0.01/
Dan,
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.
Haven't ever submitted anything to the CPAN, but it looks okay to me.
Cheers,
Mike
_______________________________________________
Boston-pm mailing list
[email protected]
http://mail.pm.org/mailman/listinfo/boston-pm