ChangeLog generated directly from CVS logs.
Release DateTime-Format-Builder 0.74:
- lib/DateTime/Format/Builder.pm v1.25
- Always run tests before committing.
(koschei)
- lib/DateTime/Format/Builder.pm v1.28
- Be pickier about failed return values. Must be undef.
(koschei)
- lib/DateTime/Format/Builder.pm v1.26
- lib/DateTime/Format/Builder/Parser.pm v1.10
- lib/DateTime/Format/Builder/Parser/Dispatch.pm v1.2
- lib/DateTime/Format/Builder/Parser/Regex.pm v1.5
- lib/DateTime/Format/Builder/Parser/Strptime.pm v1.5
- lib/DateTime/Format/Builder/Parser/generic.pm v1.5
- Bump version numbers\n
(koschei)
- lib/DateTime/Format/Builder.pm v1.24
- lib/DateTime/Format/Builder/Parser/Dispatch.pm v1.1
- t/dispatch.t v1.1
- Experimental dispatch based grouping.
(koschei)
- t/lengths.t v1.4
- Indent in preparation for new block.
(koschei)
- lib/DateTime/Format/Builder.pm v1.27
- Just some refactoring of sorts.
(koschei)
- Changes v1.16
- More bits for 0.74
(koschei)
- lib/DateTime/Format/Builder.pod v1.23
- lib/DateTime/Format/Builder/Parser.pm v1.9
- t/lengths.t v1.5
- Multiple lengths for a single parser now supported.
- My head hurts, Joshua.
(koschei)
- lib/DateTime/Format/Builder.pod v1.24
- lib/DateTime/Format/Builder/Parser/Regex.pm v1.6
- t/altcon.t v1.1
- Permit Regex parsers to use custom constructors.
(koschei)
- t/lengths.t v1.3
- Redundant variable removed.
(koschei)
Release DateTime-Format-Builder 0.73:
- Changes v1.15
- 0.73
(koschei)
- t/basic.t v1.3
- t/clone.t v1.3
- t/create.t v1.4
- t/extra.t v1.4
- t/import.t v1.3
- t/lengths.t v1.2
- t/mergecb.t v1.4
- t/newclass.t v1.3
- t/nocon.t v1.3
- t/noredef.t v1.3
- t/param.t v1.5
- t/self.t v1.4
- t/strptime.t v1.4
- t/verbose.t v1.3
- t/wholeclass.t v1.3
- Added 'use blib' to fix 5.005_03 problem with relative
@INC entries.
- > Include Module::Versions::Report for better diagnostics if
people have problems.
(koschei)
- Changes v1.13
- lib/DateTime/Format/Builder/Parser.pm v1.6
- lib/DateTime/Format/Builder/Parser/generic.pm v1.3
- Exit parser more quickly if able.
(koschei)
- lib/DateTime/Format/Builder.pm v1.23
- lib/DateTime/Format/Builder/Parser.pm v1.8
- lib/DateTime/Format/Builder/Parser/Regex.pm v1.4
- lib/DateTime/Format/Builder/Parser/Strptime.pm v1.4
- lib/DateTime/Format/Builder/Parser/generic.pm v1.4
- Increment version numbers.
(koschei)
- Changes v1.14
- lib/DateTime/Format/Builder.pod v1.22
- lib/DateTime/Format/Builder/Parser.pm v1.7
- t/lengths.t v1.1
- Multiple same length parsers accepted.
(koschei)
- lib/DateTime/Format/Builder.pm v1.22
- Up our DateTime requirement.
(koschei)
Release DateTime-Format-Builder 0.72:
- Changes v1.12
- lib/DateTime/Format/Builder.pm v1.21
- lib/DateTime/Format/Builder/Parser.pm v1.5
- lib/DateTime/Format/Builder/Parser/Regex.pm v1.3
- lib/DateTime/Format/Builder/Parser/Strptime.pm v1.3
- lib/DateTime/Format/Builder/Parser/generic.pm v1.2
- Minor release for changse to META.yml
(koschei)
Release DateTime-Format-Builder 0.71:
- Changes v1.11
- 0.71
(koschei)
- examples/Apache.pm v1.2
- examples/MySQL.pm v1.2
- examples/W3CDTF.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)
- lib/DateTime/Format/Builder.pm v1.20
- lib/DateTime/Format/Builder.pod v1.21
- lib/DateTime/Format/Builder/Parser.pm v1.4
- lib/DateTime/Format/Builder/Parser/Regex.pm v1.2
- 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
- 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/basic.t v1.2
- t/clone.t v1.2
- t/create.t v1.3
- t/extra.t v1.3
- t/import.t v1.2
- t/mergecb.t v1.3
- t/newclass.t v1.2
- t/nocon.t v1.2
- t/noredef.t v1.2
- t/param.t v1.4
- t/self.t v1.3
- t/strptime.t v1.3
- t/verbose.t v1.2
- t/wholeclass.t v1.2
- Use 'inc' for lib.
- Extended strptime tests to match Strptime.
- Minor errors fixed.
(koschei)
Release DateTime-Format-Builder 0.69:
- Changes v1.10
*** empty log message ***
(koschei)
- Changes v1.9
- 0.69 stuff.
(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)
- lib/DateTime/Format/Builder.pm v1.18
- lib/DateTime/Format/Builder/Parser.pm v1.2
- t/mergecb.t v1.2
- t/param.t v1.3
- t/strptime.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)
- examples/Apache.pm v1.1
- New example.
(koschei)
- lib/DateTime/Format/Builder.pm v1.17
- lib/DateTime/Format/Builder/Parser.pm v1.1
- lib/DateTime/Format/Builder/Parser/Regex.pm v1.1
- lib/DateTime/Format/Builder/Parser/Strptime.pm v1.1
- t/strptime.t v1.1
- Strptime support added.
- Huge pile of refactoring.
- Logging/verbose support temporarily removed.
(koschei)
Release DateTime-Format-Builder 0.64:
- lib/DateTime/Format/Builder.pm v1.16
- *cough*
(koschei)
- Changes v1.8
- 0.64
(koschei)
- lib/DateTime/Format/Builder.pm v1.15
- lib/DateTime/Format/Builder.pod v1.18
- t/mergecb.t v1.1
- Multi-callbacks added.
(koschei)
Release DateTime-Format-Builder 0.63:
- lib/DateTime/Format/Builder.pm v1.14
- lib/DateTime/Format/Builder.pod v1.16
- t/param.t v1.1
- t/self.t v1.1
- Added support for callbacks to be given 'args' and 'self'
arguments.
(koschei)
- lib/DateTime/Format/Builder.pod v1.17
- Always remember credits.
(koschei)
- lib/DateTime/Format/Builder.pod v1.15
- Clarify I<parsers> note.
(koschei)
- t/param.t v1.2
- t/self.t v1.2
- Polished the new tests.
(koschei)
Release DateTime-Format-Builder 0.62:
- Changes v1.4
- lib/DateTime/Format/Builder.pm v1.10
- lib/DateTime/Format/Builder.pod v1.11
- t/verbose.t v1.1
- Added support for 'verbose' to help with debugging.
- Fixed incorrect call to on_fail
(koschei)
- lib/DateTime/Format/Builder.pm v1.13
- lib/DateTime/Format/Builder.pod v1.14
- Complain if asked to overwrite methods.
(koschei)
- Changes v1.5
- lib/DateTime/Format/Builder.pm v1.12
- lib/DateTime/Format/Builder.pod v1.13
- t/nocon.t v1.1
- Constructor creation made more flexible.
(koschei)
- Changes v1.6
- Iain, learn to type.
(koschei)
- Changes v1.7
- Should be good for 0.62 now.
(koschei)
- t/noredef.t v1.1
- Test the lack of method redefinition.
(koschei)
- lib/DateTime/Format/Builder.pm v1.11
- lib/DateTime/Format/Builder.pod v1.12
- t/create.t v1.2
don't overwrite existing new() method in calling class
(autarch)
Release DateTime-Format-Builder 0.60:
- Changes v1.3
- 0.60
(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/MySQL.pm v1.1
- examples/W3CDTF.pm v1.1
- Builder based variants of the common parsers.
(koschei)
- lib/DateTime/Format/Builder.pod v1.8
- Clearing file so diffs aren't weird.
(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)
- lib/DateTime/Format/Builder.pod v1.6
- Fixed recurring missing '\' in '\d'
(koschei)
- lib/DateTime/Format/Builder.pm v1.8
- Routines organised in order of relevance / importance /
calling.
(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.pm v1.5
croak if same length is given twice
(autarch)
- lib/DateTime/Format/Builder.pod v1.5
document length option for parsers
(autarch)
- lib/DateTime/Format/Builder.pod v1.9
- Oh my! It's completely rewritten DateTime::Format::Builder documentation!
(koschei)
Release DateTime-Format-Builder 0.25:
- 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.4
- Removed superfluous ABSTRACT section.
(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)
- t/extra.t v1.2
fix tests and test count
(autarch)
- lib/DateTime/Format/Builder.pm v1.2
stick default in validation spec
(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:
- Changes v1.1
- lib/DateTime/Format/Builder.pm v1.1
- lib/DateTime/Format/Builder.pod v1.1
- t/00pod.t v1.1
- t/00signature.t v1.1
- t/basic.t v1.1
- t/clone.t v1.1
- t/create.t v1.1
- t/newclass.t v1.1
- t/wholeclass.t v1.1
- Initial commit.
(koschei)