Skip Menu |

This queue is for tickets about the String-Util CPAN distribution.

Report information
The Basics
Id: 73372
Status: resolved
Priority: 0/
Queue: String-Util

People
Owner: Nobody in particular
Requestors: richard [...] oakbox.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.01
Fixed in: (no value)



Subject: Error in POD of String::Util
String::Util In POD. In method description section following 'randcrypt(string)', you accidentally repeated randcrypt instead of using the correct 'randpost' header. This is a copy of the relevant section of the POD. I highlighted the area with the tag [<< ERROR] below #----------------------------------------------------------------------- ------- # randcrypt # =head2 randcrypt(string) Crypts the given string, seeding the encryption with a random two character seed. =cut sub randcrypt { my ($pw) = @_; my ($rv); $rv = crypt($pw, randword(2)); return $rv; } # # randcrypt #----------------------------------------------------------------------- ------- #----------------------------------------------------------------------- ------- # randpost # =head2 randcrypt(string) [<< ERROR] Returns a string that sorta looks like one or more paragraphs. B<option:> word_count Sets how many words should be in the post. By default a random number from 1 to 250 is used. B<option:> par_odds
Thank you!
On Wed Jul 18 03:41:00 2012, MIKO wrote: Show quoted text
> Thank you!