Fix Pod and coverage
Tomas Doran [Wed, 25 Nov 2009 20:29:09 +0000 (20:29 +0000)]
lib/Gitalist/Controller/Root.pm
lib/Gitalist/View/SyntaxHighlight.pm
t/author/podcoverage.t

index b6ae871..c479ee3 100644 (file)
@@ -715,6 +715,29 @@ __PACKAGE__->meta->make_immutable;
 
 __END__
 
+=head1 NAME
+
+Gitalist::Controller::Root - Root controller for the application
+
+=head1 DESCRIPTION
+
+This controller handles all of the root level paths for the application
+
+=head1 METHODS
+
+=head2 age_string
+
+=head2 blame
+
+=head2 commitdiff_plain
+
+=head2 error_404
+
+=head2 history
+
+=head2 opml
+
+=head2 project_index
 
 =head1 AUTHORS
 
index 52b25af..2df82ed 100644 (file)
@@ -92,6 +92,12 @@ Gitalist::View::SyntaxHighlight - Responsible for syntax highlighting code
 
 Catalyst View for Syntax highlighting.
 
+=head1 METHODS
+
+=head2 process
+
+=head2 highlight
+
 =head1 AUTHORS
 
 See L<Gitalist> for authors.
index 3abc25e..1e43732 100644 (file)
@@ -5,4 +5,10 @@ use Test::More;
 
 use Test::Pod::Coverage 1.04;
 
-all_pod_coverage_ok();
+all_pod_coverage_ok({
+    also_private => [qw/
+        BUILD
+        BUILDARGS
+        build_per_context_instance
+    /],
+});