mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
2fadfa2cfb
e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports.
13 lines
500 B
Plaintext
13 lines
500 B
Plaintext
This Input Handler verifies that it is dealing with a reasonable date.
|
|
Reasonably means anything that Date::Manip thinks is sensible, so you
|
|
could use any of (for example): "December 12, 2001" "12th December, 2001"
|
|
"2001-12-12" "next Tuesday" "third Wednesday in March"
|
|
|
|
See Date::Manip for much more information on what date formats are
|
|
acceptable.
|
|
|
|
The resulting date will be a Date::Simple object. Date::Simple for more
|
|
information on this.
|
|
|
|
WWW: http://search.cpan.org/dist/CGI-Untaint-date
|