freebsd-ports/devel/p5-DateTime-Format-Builder/pkg-descr
Yen-Ming Lee 86707ef780 - simplify dependency
- update URL in pkg-descr
- replace PORTDOCS with PORTEXAMPLES and fix DISTVERSION to make it portlint clean
- bump PORTREVISION

PR:		129423
Submitted by:	leeym
Approved by:	maintainer timeout
2009-04-03 14:33:56 +00:00

11 lines
570 B
Text

DateTime::Format::Builder creates DateTime parsers. Many string formats of
dates and times are simple and just require a basic regular expression to
extract the relevant information. Builder provides a simple way to do this
without writing reams of structural code.
Builder provides a number of methods, most of which you'll never need, or at
least rarely need. They're provided more for exposing of the module's innards
to any subclasses, or for when you need to do something slightly beyond what I
expected.
WWW: http://search.cpan.org/dist/DateTime-Format-Builder/