<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -71,6 +71,7 @@ requires 'SQL::Translator'          =&gt; '0.08';
 requires 'Getopt::Long';
 requires 'Pod::Usage';
 requires 'DBD::SQLite';
+requires 'Data::Currency';
 build_requires 'Test::More' =&gt; '0.61';
 
 feature 'Catalyst Support',</diff>
      <filename>Makefile.PL</filename>
    </modified>
    <modified>
      <diff>@@ -17,7 +17,7 @@ BEGIN {
 
     eval 'use Test::MockObject 1.07';
     if (!$@) {
-        plan tests =&gt; 14;
+        plan tests =&gt; 13;
     } else {
         plan skip_all =&gt; 'Test::MockObject 1.07 not installed';
     };
@@ -81,17 +81,13 @@ BEGIN {
 
 ## throw exception when bogus cart_class is given
 {
-    try {
+    eval {
         local $ENV{'LANGUAGE'} = 'en';
         my $model = Catalyst::Model::Handel::Cart-&gt;COMPONENT;
 
         fail('no exception thrown');
-    } catch Error::Simple with {
-        pass('caught simple exception');
-        like(shift, qr/could not load cart class/i, 'could not load class in message');
-    } otherwise {
-        fail('caught other exception');
     };
+    like($@, qr/could not load cart class/i, 'could not load class in message');
 };
 
 </diff>
      <filename>t/catalyst_model_cart.t</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>148af6091e8fb5652e2ea15eb4d65a7f6b17832b</id>
    </parent>
  </parents>
  <author>
    <name>Tomas Doran</name>
    <email>bobtfish@bobtfish.net</email>
  </author>
  <url>http://github.com/claco/handel/commit/ebbceb4c1174c0df687f16e7b2e1c7aee502c548</url>
  <id>ebbceb4c1174c0df687f16e7b2e1c7aee502c548</id>
  <committed-date>2009-08-09T18:45:17-07:00</committed-date>
  <authored-date>2009-08-06T16:05:46-07:00</authored-date>
  <message>Fix insane test

Signed-off-by: Christopher H. Laco &lt;claco@chrislaco.com&gt;</message>
  <tree>90778b508ef016e587e7ebd81cb24e0f0b061e51</tree>
  <committer>
    <name>Christopher H. Laco</name>
    <email>claco@chrislaco.com</email>
  </committer>
</commit>
