Handel 0.99_07 Released

I can see light at the end of the tunnel. It could always be the train though. The Catalyst helpers have been reworked. They still need some tweaking, but what doesn’t. Maybe I’ll feel generous and fill in the auto generated pod. :-)
WARNING: The auto generated Catalyst helper code requires FormValidator::Simple changes/fixes that have yet to be commited or accepted until the author responds. Contact me if you need a copy of the modified version. Keep your fingers crossed that I don’t have to do a hostile takeover of the module just to fix a few bugs.

  • Moved perl_critic.t to style_perl_critic.t
  • Added style_no_tabs.t
  • Style tests now enabled via TEST_PRIVATE
  • Reworked Catalyst Helpers for Controllers and their tests.
  • Fixed issue where add_handler wasn’t assigning unique pref ids when non were specified in the plugins themselves.
  • Moved requirements to Requirements.pod
  • Cart destroy now works on a blessed object under Catalyst
  • AssignOrderNumber checkout plugin no longer sets the updated field. This will be rolled into the Order class in the next release.