November 2005

DBIx::Class Powered Handel

After some tinkering and constantly bothering #dbix-class with questions, there is a development version of Handel running on DBIx::Class.

0.28_01 Sun Nov 27 15:13:25 2005

  • Converted from Class::DBI to DBIx::Class
  • constraint_price now accepts 0 as a valid value
  • price fields are now set to 0 by default
  • shopper constraint is now working can’t be empty during new

Beware! There be dragons!

Even though DBIx::Class 0.04 is the prereq, please use the latest from the DBIC trunk. This fixes problems with inflated columns not being updated during Checkout::process().

There is currently a ‘feature’ when updating item columns that causes changes to be lost. For now, please always retrieve items using array context and not the iterator in scalar context for now.

You can download the dist here:
http://handelframework.com/downloads/Handel-0.28_01.tar.gz

You can also get the latest from the DBIC branch here:
http://handelframework.com/svn/CPAN/Handel/branches/DBIC/

-=Chris

Announcements

Comments Off

Permalink

Handel Article on Perl.com

There’s a new article this week on Perl.com entitled Building E-Commerce Sites with Handel. It’s a basic introduction to Handel and how to use Handel and Catalyst to quick start your ecommerce site. Check it out!

Announcements

Comments Off

Permalink

Handel 0.27 Released

Fresh from the coding monkey pit, Handel 0.27 is out.

  • Tested with Class::DBI 3.0.12
  • Require Apache-Test 1.27
  • Added IfDefine APACHE1 block to ignore AxKit under Apache2
  • Catalyst helper tests now use short => 1 under Catalyst 5.5
  • Added Traditional Chinese L10N by Kang-min Liu

Announcements

Comments Off

Permalink