<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -13,9 +13,10 @@ licence('gpl');
 requires 
   (
    'Algorithm::IncludeExclude'                   =&gt; '0.01',
-   'Catalyst'                                    =&gt; '5.7',          
+   'Catalyst'                                    =&gt; '5.8',          
    'Catalyst::Model::XML::Feed'                  =&gt; '0.01',
    'Catalyst::Component::ACCEPT_CONTEXT'         =&gt; '0.02',
+   'Catalyst::Plugin::Browser'                   =&gt; '0.05',
    'Catalyst::Plugin::Cache'                     =&gt; '0.02',
    'Catalyst::Plugin::Cache::Store::FastMmap'    =&gt; '0.01',
    'Catalyst::Plugin::ConfigLoader'              =&gt; 0,</diff>
      <filename>Makefile.PL</filename>
    </modified>
    <modified>
      <diff>@@ -8,7 +8,7 @@ use YAML::Syck qw(LoadFile);
 use Catalyst qw/Unicode ConfigLoader Static::Simple
                 Cache Cache::Store::FastMmap
                 Session::Store::FastMmap Session::State::Cookie Session
-                ConfigLoader::Environment +Angerwhale::Plugin::Cache/;
+                ConfigLoader::Environment Browser +Angerwhale::Plugin::Cache/;
 
 #XXX: add C3 and LogWarnings back
 </diff>
      <filename>lib/Angerwhale.pm</filename>
    </modified>
    <modified>
      <diff>@@ -125,6 +125,9 @@ sub end : Private {
         # work around mech's inability to handle &quot;XML&quot;
         $c-&gt;response-&gt;content_type('text/html; charset=utf-8');
     }
+    elsif ( $c-&gt;req-&gt;browser-&gt;windows &amp;&amp; $c-&gt;req-&gt;browser-&gt;ie ) {
+        $c-&gt;response-&gt;content_type('text/html; charset=utf-8');
+    }
     else {
         $c-&gt;response-&gt;content_type('application/xhtml+xml; charset=utf-8');
     }</diff>
      <filename>lib/Angerwhale/Controller/Root.pm</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d47d830dbbb2621291ba9aeade0c429aad5ca0e0</id>
    </parent>
  </parents>
  <author>
    <name>arcanez</name>
    <email>justin.d.hunter@gmail.com</email>
  </author>
  <url>http://github.com/arcanez/angerwhale/commit/e7fbe33ce9b4de4b89735f2d9fc15d5aaed6bd77</url>
  <id>e7fbe33ce9b4de4b89735f2d9fc15d5aaed6bd77</id>
  <committed-date>2009-04-29T21:06:07-07:00</committed-date>
  <authored-date>2009-04-29T21:06:07-07:00</authored-date>
  <message>add in a hack for IE users
require Catalyst 5.8</message>
  <tree>d34d5cf58b00f5d11b2c7ff633ead84083708730</tree>
  <committer>
    <name>arcanez</name>
    <email>justin.d.hunter@gmail.com</email>
  </committer>
</commit>
