ChangeLog generated directly from CVS logs.
Release DateTime-Format-Builder 0.71:
- examples/Apache.pm v1.2
- examples/W3CDTF.pm v1.2
- examples/MySQL.pm v1.2
- Apache example made more legible.
- MySQL example duplicate sub removed.
- MySQL example POD nit fixed.
- W3CDTF example superfluous line removed.
- W3CDTF example POD nit fixed.
(koschei)
- Changes v1.11
- 0.71
(koschei)
- lib/DateTime/Format/Builder/Parser/Regex.pm v1.2
- lib/DateTime/Format/Builder.pm v1.20
- lib/DateTime/Format/Builder/Parser/Strptime.pm v1.2
- lib/DateTime/Format/Builder/Parser/generic.pm v1.1
- lib/DateTime/Format/Builder/Tutorial.pod v1.1
- lib/DateTime/Format/Builder.pod v1.21
- lib/DateTime/Format/Builder/Parser.pm v1.4
- Tutorial refactored.
- Common elements of Regex and Strptime refactored.
- All submodules documented.
- Appropriate (I think) changes to main docs made.
- Really need to print and red pen them.
- More interpod L<links>.
- Silly coderefs replaced with proper subclassing where
appropriate.
(koschei)
- lib/DateTime/Format/Builder.pod v1.20
- Updated THANKS
(koschei)
- t/verbose.t v1.2
- t/strptime.t v1.3
- t/param.t v1.4
- t/extra.t v1.3
- t/newclass.t v1.2
- t/mergecb.t v1.3
- t/create.t v1.3
- t/self.t v1.3
- t/basic.t v1.2
- t/noredef.t v1.2
- t/import.t v1.2
- t/wholeclass.t v1.2
- t/nocon.t v1.2
- t/clone.t v1.2
- Use 'inc' for lib.
- Extended strptime tests to match Strptime.
- Minor errors fixed.
(koschei)
Release DateTime-Format-Builder 0.69:
- lib/DateTime/Format/Builder/Parser/Regex.pm v1.1
- lib/DateTime/Format/Builder.pm v1.17
- lib/DateTime/Format/Builder/Parser/Strptime.pm v1.1
- t/strptime.t v1.1
- lib/DateTime/Format/Builder/Parser.pm v1.1
- Strptime support added.
- Huge pile of refactoring.
- Logging/verbose support temporarily removed.
(koschei)
- lib/DateTime/Format/Builder.pm v1.18
- t/strptime.t v1.2
- lib/DateTime/Format/Builder/Parser.pm v1.2
- t/param.t v1.3
- t/mergecb.t v1.2
- Moved more parser only routines to Parser.pm
- Now just one line of code joining Builder.pm and Parser.pm
- Revised subclass requiring to handle multiple instances in
@INC
- Requiring will also barf if it can't find any modules
- Refactored param.t tests.
- Minor test changes to handle shifted API.
(koschei)
- lib/DateTime/Format/Builder.pm v1.19
- lib/DateTime/Format/Builder.pod v1.19
- lib/DateTime/Format/Builder/Parser.pm v1.3
- Minor touchups.
- Fix class of on_fail
(koschei)
- Changes v1.9
- 0.69 stuff.
(koschei)
- Changes v1.10
*** empty log message ***
(koschei)
- examples/Apache.pm v1.1
- New example.
(koschei)
Release DateTime-Format-Builder 0.64:
- lib/DateTime/Format/Builder.pm v1.16
- *cough*
(koschei)
- lib/DateTime/Format/Builder.pm v1.15
- lib/DateTime/Format/Builder.pod v1.18
- t/mergecb.t v1.1
- Multi-callbacks added.
(koschei)
- Changes v1.8
- 0.64
(koschei)
Release DateTime-Format-Builder 0.63:
- lib/DateTime/Format/Builder.pod v1.17
- Always remember credits.
(koschei)
- lib/DateTime/Format/Builder.pod v1.15
- Clarify I<parsers> note.
(koschei)
- t/self.t v1.2
- t/param.t v1.2
- Polished the new tests.
(koschei)
- t/self.t v1.1
- lib/DateTime/Format/Builder.pm v1.14
- lib/DateTime/Format/Builder.pod v1.16
- t/param.t v1.1
- Added support for callbacks to be given 'args' and 'self'
arguments.
(koschei)
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)
- t/create.t v1.2
- lib/DateTime/Format/Builder.pm v1.11
- 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)
- Changes v1.2
- DateTime-Format-Builder 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)
- lib/DateTime/Format/Builder.pm v1.3
extra was being ignore. looks like a bug
(autarch)
- lib/DateTime/Format/Builder.pm v1.2
stick default in validation spec
(autarch)
- t/extra.t v1.2
fix tests and test count
(autarch)
- t/extra.t v1.1
test that params specified in extra are actually given to
DateTime constructor
(autarch)
- lib/DateTime/Format/Builder.pod v1.3
- Renders better with Pod::Simple::HTML
(koschei)
Release DateTime-Format-Builder 0.24:
- lib/DateTime/Format/Builder.pm v1.1
- t/00signature.t v1.1
- lib/DateTime/Format/Builder.pod 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)