File: 20man_hyphen.patch

package info (click to toggle)
libdata-random-perl 0.12-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 732 kB
  • ctags: 156
  • sloc: perl: 1,801; sh: 11; makefile: 4
file content (17 lines) | stat: -rw-r--r-- 999 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: fix pod
Origin: vendor
Forwarded: no
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2011-11-26

--- a/lib/Data/Random.pm
+++ b/lib/Data/Random.pm
@@ -649,7 +649,7 @@ set - the set of strings to be used.  Th
 
 =head2 rand_date()
 
-This returns a random date in the form "YYYY-MM-DD".  2-digit years are not currently supported.  Efforts are made to make sure you're returned a truly valid date--ie, you'll never be returned the date February 31st.  See the options below to find out how to control the date range.  Here are a few examples:
+This returns a random date in the form "YYYY-MM-DD".  2-digit years are not currently supported.  Efforts are made to make sure you're returned a truly valid date - ie, you'll never be returned the date February 31st.  See the options below to find out how to control the date range.  Here are a few examples:
 
     # returns a date somewhere in between the current date, and one year from the current date
     $date = rand_date();