<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -27,6 +27,7 @@ requires 'File::Temp';
 requires 'Graph::Easy';
 requires 'List::Util';
 requires 'parent';
+requires 'Pod::Xhtml';
 requires 'Rose::HTML::Form';
 requires 'YAML::XS';
 test_requires 'Test::WWW::Mechanize::Catalyst';</diff>
      <filename>Makefile.PL</filename>
    </modified>
    <modified>
      <diff>@@ -16,6 +16,9 @@ Catalyst Controller.
 
 =cut
 
+use Pod::Xhtml;
+
+
 sub instance :Chained('/') :PathPart(package) :CaptureArgs(1)
 {
     my ($self, $c, $package_name) = @_;
@@ -46,7 +49,13 @@ sub show :Chained(instance) :PathPart('') :Args(0)
 
     my $dist = $package-&gt;distribution();
 
-    $c-&gt;stash(dist =&gt; $dist);
+    my $pod_path = $package-&gt;get_html_path();
+
+    my $parser = Pod::Xhtml-&gt;new ( StringMode =&gt; 1);
+
+    $parser-&gt;parse_from_file($pod_path);
+
+    $c-&gt;stash(dist =&gt; $dist, xhtml =&gt; $parser-&gt;asString(),);
 
     return;
 }</diff>
      <filename>lib/CPANHQ/Controller/Package.pm</filename>
    </modified>
    <modified>
      <diff>@@ -5,3 +5,6 @@
 Belongs to: &lt;a href=&quot;[% c.uri_for ('/dist', dist.name) %]&quot;&gt;[% dist.name %]&lt;/a&gt;
 &lt;/p&gt;
 
+&lt;h2&gt;POD&lt;/h2&gt;
+
+[% xhtml %]</diff>
      <filename>root/package/show.tt</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>64fc446355cac7938882e28d58003059e31029eb</id>
    </parent>
  </parents>
  <author>
    <name>Shlomi Fish</name>
    <email>shlomif@iglu.org.il</email>
  </author>
  <url>http://github.com/shlomif/cpanhq/commit/36a29827b7d0bb4e7f886de52ae3e9fd44e3d1c8</url>
  <id>36a29827b7d0bb4e7f886de52ae3e9fd44e3d1c8</id>
  <committed-date>2009-08-01T05:40:33-07:00</committed-date>
  <authored-date>2009-08-01T05:40:33-07:00</authored-date>
  <message>Now rendering the POD in the /package/ URLs.</message>
  <tree>67194e77c845707e752eb533b65acba58cf36ba3</tree>
  <committer>
    <name>Shlomi Fish</name>
    <email>shlomif@iglu.org.il</email>
  </committer>
</commit>
