Revision history for Data-Domain
0.14 01.07.2009
- undef not allowed in Enum list
0.13 24.02.2009
- added builtin Empty domain
0.12 23.01.2009
- catch errors in lazy domain creation (reported as INVALID)
0.11 02.12.2008
- parse Date in an eval && check_date to generate
INVALID => msg instead of low-level exception
0.10 04.06.2008
- renamed internal subclasses as ::Ctor::.. to avoid name clashes
with the functional interface (i.e Data::Domain::Num(...),
Data::Domain::Ctor::Num->new(...) ).
0.09 04.02.2008
- removed warning in Time::_print_time
- check that lazy domains return proper domains
- fixes in documentation
0.08
- changed messages in Time() to display real time for dynamic times
0.07
- changed messages in Date() to display real dates for dynamic dates
0.06
- typos in doc
0.05
- Bug fix : wrong message in List(-any)
- renamed build.pl in build.PL
0.04 07.03.2006
- Fixed dependencies in Build.PL
- Revisited code for List(-any)
0.03 23.02.2006
- Bug fix in method msgs()
0.02 27.12.2006
- Documentation restructured and completed (esp. -messages option)
- minor modifications in msg() method
- added range options (e.g. -size=>[$min, $max])
0.01 01.10.2006
- initial release