ChangeLog generated directly from CVS logs.

Release DateTime-Format-Builder 0.62:
  - t/noredef.t v1.1
        - Test the lack of method redefinition.
        (koschei)

  - Changes v1.6
        - Iain, learn to type.
        (koschei)

  - lib/DateTime/Format/Builder.pm v1.12
  - lib/DateTime/Format/Builder.pod v1.13
  - t/nocon.t v1.1
  - Changes v1.5
        - Constructor creation made more flexible.
        (koschei)

  - lib/DateTime/Format/Builder.pm v1.13
  - lib/DateTime/Format/Builder.pod v1.14
        - Complain if asked to overwrite methods.
        (koschei)

  - lib/DateTime/Format/Builder.pm v1.11
  - t/create.t v1.2
  - lib/DateTime/Format/Builder.pod v1.12
        don't overwrite existing new() method in calling class
        (autarch)

  - lib/DateTime/Format/Builder.pm v1.10
  - t/verbose.t v1.1
  - lib/DateTime/Format/Builder.pod v1.11
  - Changes v1.4
        - Added support for 'verbose' to help with debugging.
        - Fixed incorrect call to on_fail
        (koschei)

  - Changes v1.7
        - Should be good for 0.62 now.
        (koschei)


Release DateTime-Format-Builder 0.60:
  - lib/DateTime/Format/Builder.pod v1.5
        document length option for parsers
        (autarch)

  - lib/DateTime/Format/Builder.pod v1.6
        - Fixed recurring missing '\' in '\d'
        (koschei)

  - lib/DateTime/Format/Builder.pm v1.6
  - lib/DateTime/Format/Builder.pod v1.7
  - t/import.t v1.1
        - import() method added to obviate structural code that was
          introduced.
        (koschei)

  - lib/DateTime/Format/Builder.pod v1.8
        - Clearing file so diffs aren't weird.
        (koschei)

  - lib/DateTime/Format/Builder.pm v1.5
        croak if same length is given twice
        (autarch)

  - lib/DateTime/Format/Builder.pod v1.9
        - Oh my! It's completely rewritten DateTime::Format::Builder
          documentation!
        (koschei)

  - lib/DateTime/Format/Builder.pm v1.8
        - Routines organised in order of relevance / importance /
          calling.
        (koschei)

  - lib/DateTime/Format/Builder.pm v1.7
        - Assorted touchups and refactoring (the diffs don't show
          them well)
        - Essentially, all the routines of a noticable size are now one
          or more routines.
        - Code should reasonably match the documentation now.
        (koschei)

  - examples/ICal.pm v1.1
  - examples/W3CDTF.pm v1.1
  - examples/MySQL.pm v1.1
        - Builder based variants of the common parsers.
        (koschei)

  - Changes v1.3
        - 0.60
        (koschei)

  - lib/DateTime/Format/Builder.pm v1.9
  - lib/DateTime/Format/Builder.pod v1.10
        - Code documentation.
        - Bit more refactoring (with associated updates to the API
          docs).
        - Code error handling matches the API docs now.
        - import() API docs added.
        (koschei)


Release DateTime-Format-Builder 0.25:
  - lib/DateTime/Format/Builder.pod v1.4
        - Removed superfluous ABSTRACT section.
        (koschei)

  - lib/DateTime/Format/Builder.pm v1.4
        - 0.25
        (koschei)

  - lib/DateTime/Format/Builder.pod v1.2
        don't imply that user should use extra to set things like hour
        to 0, cause that's already the DateTime default
        (autarch)

  - t/extra.t v1.1
        test that params specified in extra are actually given to
        DateTime constructor
        (autarch)

  - Changes v1.2
        - DateTime-Format-Builder 0.25
        (koschei)

  - lib/DateTime/Format/Builder.pm v1.2
        stick default in validation spec
        (autarch)

  - lib/DateTime/Format/Builder.pm v1.3
        extra was being ignore. looks like a bug
        (autarch)

  - lib/DateTime/Format/Builder.pod v1.3
        - Renders better with Pod::Simple::HTML
        (koschei)

  - t/extra.t v1.2
        fix tests and test count
        (autarch)


Release DateTime-Format-Builder 0.24:
  - lib/DateTime/Format/Builder.pm v1.1
  - lib/DateTime/Format/Builder.pod v1.1
  - t/00signature.t v1.1
  - Changes v1.1
  - t/newclass.t v1.1
  - t/create.t v1.1
  - t/00pod.t v1.1
  - t/basic.t v1.1
  - t/wholeclass.t v1.1
  - t/clone.t v1.1
        - Initial commit.
        (koschei)