[Changes for 0.05 - 2007-10-01]

* Don't try to require a package if it's already defined [BUG]
* is_existing_package in Kvasir::Util should now work correctly [BUG]
* Corrected calling posthooks so that their argument positions are correct [BUG]
* Specifying a default global is now possible either via add_engine for Runloop or via run for Engine

[Changes for 0.04 - 2007-09-16]

* add_* in Engine now also accepts objects that'll be used to the specific item. Declarative interface
  is supports this using 'input => $object' etc.
* Added POD to Kvasir/Engine/* to make doc tests not complain that did does not contain any POD [DOC]

[Changes for 0.03 - 2007-09-16]

* Added some synopsises and better documentation [DOC]
* Removed some double docs from Engine.pm and cleaned it up a bit [DOC]
* Kvasir/Engine/*.pm doesn't set package anymore to avoid confusion and making them mixins [BUG/DOC]
 
[Changes for 0.02 - 2007-09-16]

* Inputs are now reset before each iteration [BUG]
* Added another example in synopsis so that peopledon't think this is a spam filter. [DOC]
* Updated documentation with some fixes. [DOC]
  
[Changes for 0.01 - 2007-09-15]

* Initial release to CPAN