Skip to content

Commit

Permalink
Fixed pod errors
Browse files Browse the repository at this point in the history
  • Loading branch information
neilb committed Feb 3, 2014
1 parent 08dd0e5 commit f467e18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Revision history for Perl module Crypt::RandPasswd
- Replaced old testsuite (test.pl) with tests in t/
- Added "use warnings"
- Specified min version of perl 5.6.0
- Fixed pod errors

0.04 2013-10-28
- github repo and license type (perl) now specified in Makefile.PL
Expand Down
4 changes: 2 additions & 2 deletions lib/Crypt/RandPasswd.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1427,7 +1427,7 @@ sub word($$) {
Generates a string of random letters.
The length of the returned word is between minlen and maxlen.
Calls C<random_chars_in_range( 'a' => 'z' )>.
Calls C<random_chars_in_range( 'a' =E<gt> 'z' )>.
=cut

Expand All @@ -1444,7 +1444,7 @@ sub letters($$) {
Generates a string of random printable characters.
The length of the returned word is between minlen and maxlen.
Calls C<random_chars_in_range( '!' => '~' )>.
Calls C<random_chars_in_range( '!' =E<gt> '~' )>.
=cut

Expand Down

0 comments on commit f467e18

Please sign in to comment.