The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
1.004     2013-09-28 20:09:45 Europe/London
	No new features

	Test fixes:
	* Updated dzil Test::Compile plugin for win32 issue (RT88783)

1.003     2013-09-10 17:37:27 Europe/London
	No new features
	
	Dependency fixes:
	* Test::CheckDeps removed - seems that Module::Build::Tiny doesn't play nicely
	with .deb/.rpm packaging systems, since this is only used for testing have
	removed for the moment.

1.002     2013-09-08 18:17:17 Europe/London
	No new features
	
	Bug fixes:
	* method chaining to a separate Mixin::Event::Dispatch fixed

1.001     2013-08-11 11:50:10 Europe/London
	No new features
	
	Bug fixes:
	* unsubscribe_from_event was clearing all handlers for the given event,
	rather than just the ones matching the requested coderef.

1.000     2012-09-22 11:52:51 Europe/London
	Provide Mixin::Event::Dispatch::Event class and a more advanced observer
	model via subscribe_to_event / unsubscribe_from_event.

0.004     2012-01-08 07:04:56 Europe/London
	Require a version of Test::More providing new_ok.

0.003     2011-07-05 18:22:39 Europe/London
	Check for PadWalker - without it, cycle tests fail

0.002     2011-07-05 07:15:51 Europe/London
	Add missing dependency on parent.pm for tests
	Rename event_stack to event_handlers since the original name was misleading (thanks mst)
	Fix typo in synopsis
	Add note about roles

0.001     2011-07-02 21:44:07 Europe/London
	Initial version.