Commit graph

2 commits

Author SHA1 Message Date
abs
e89f29f15d Updated time/DateTime-Format-Builder to 0.7901 from 0.7807
0.7901   2007-09-01

- The memory-cycle.t test will fail if you have PadWalker and the
  current Devel::Cycle (1.07) installed. I forgot I had patched my
  local Devel::Cycle to fix this bug.

0.79     2007-08-30

- Fix several circular references in
  DateTime::Format::Builder::Parser. This would be triggered by any
  standard usage of DT::F::Builder. Reported by Carl Franks. RT
  #29034.
2008-05-28 21:02:52 +00:00
abs
e6473fd4d1 Added time/p5-DateTime-Format-Builder-0.7807
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.
2006-06-07 11:49:46 +00:00