Revision history for Perl extension Class-Value
0.06 Mon Oct 20 17:38:57 CEST 2008 (Marcel Gruenauer <marcel@cpan.org>)
- Changed dist style and Changes back to standard. People didn't like it -
the nail that sticks out gets hammered down.
- Added standard test files; this will also help with CPANTS.
- added META.yml to svn:ignore
- value object is does not support dirty flag; that took too much time. If
needed, subclass and use constructor_with_dirty
- default for SkipChecks is now 1
0.05 Thu, 29 May 2008 12:01:49 -0000 (Marcel Gruenauer <marcel@cpan.org>)
- set the version to 0.05
- moved generated documentation of interited methods to after
documentation of this class' methods so the manpage is more readable
- .shipit: fixed svk.tagpattern
0.04 Thu, 22 Nov 2007 13:08:10 -0000 (Marcel Gruenauer <marcel@cpan.org>)
- Converted Changes file to YAML style
- .shipit: added Twitter step
- Makefile.PL: added auto_install() and process_templates()
- lib/*: converted to template
- updated MANIFEST
- Makefile.PL: fixed start_year
- slightly improved documentation
- Class::Value::Test now also has inherited lists valid_values() and
invalid_values()
- Makefile.PL: also require Data::Semantic
- Class::Value::Test: just inherit form Data::Semantic::Test
- Class::Value: is_valid_normalized_value() also requires the value to be
well-formed
- Class::Value::Test: added documentation
- updated t/perlcriticrc
- Makefile.PL: now requires Test::CompanionClasses 0.03; earlier versions
had a bug in make_real_object()
- tags: NEWFEATURE
0.03 Wed, 07 Nov 2007 21:58:05 +0100 (Marcel Gruenauer <marcel@cpan.org>)
- added missing prerequisites (Class::Accessor::Complex,
Class::Accessor::Constructor) to Makefile.PL
0.02 Wed, 07 Nov 2007 21:17:14 +0100 (Marcel Gruenauer <marcel@cpan.org>)
- changed reference from Class::Framework::* to Class::Scaffold::*
0.01 Wed, 07 Nov 2007 09:05:24 +0100 (Marcel Gruenauer <marcel@cpan.org>)
- original version