Revision history for Perl extension Data-Conveyor
0.05 Mon Oct 20 23:11:43 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.
- Data::Conveyor::App::Test::Stage: don't delete the ticket because during
testing, we rollback anyway and deleting is expensive
- Data::Conveyor::App::Test::Stage: don't call comparable() on the ticket
in test_expectations() because subclasses will call comparable() on
relevant parts and making the whole ticket is very expensive.
0.04 Thu, 29 May 2008 12:02:48 -0000 (Marcel Gruenauer <marcel@cpan.org>)
- set the version to 0.04
- Data::Conveyor::Stage::TransactionHandler: run the transaction handler
before the <stage>.<object-type>.<command> hook
- added storage setup code
- .shipit: fixed svk.tagpattern
0.03 Wed, 26 Mar 2008 16:50:19 -0000 (Marcel Gruenauer <marcel@cpan.org>)
- set the version to 0.03
- added plugin mechanism
- Data::Conveyor::Charset::ViaHash is no longer a singleton, but avoids
re-converting already converted characters
0.02 Wed, 13 Feb 2008 10:23:48 -0000 (Marcel Gruenauer <marcel@cpan.org>)
- Converted Changes file to YAML style
- Data::Conveyor::Charset::ViaHash is now a singleton to make repeated
instantions work; also added tests to verify that
- .shipit: added Twitter step
- Makefile.PL: added auto_install() and process_templates()
- lib/*: converted to template
- updated MANIFEST
- Makefile.PL: added Date::Calc as a requirement
- Data::Conveyor::Exception::ServiceMethodHelp->run_method() now catches
now catches and rethrows Data::Conveyor::Exception::ServiceMethodHelp
exceptions
- updated t/perlcriticrc
- Makefile.PL: require v0.03 of Class::Scaffold
- set_state service method is no more; use set_stage
- moved generated documentation of interited methods to after
documentation of this class' methods so the manpage is more readable
- removed unnecessary imports from some modules
- added Data::Conveyor::Service::Result::Tabular_TEST
- updated MANIFEST
- added lib/Data/Conveyor/Service/Result/Tabular_TEST.pm
- tags: NEWFEATURE
0.01 Wed, 07 Nov 2007 15:49:49 +0100 (Marcel Gruenauer <marcel@cpan.org>)
- original version