Added new tests, fixed a bug, and cleaned up more code: Intermediate check-in
[p5sagit/Excel-Template.git] / t / pod_coverage.t
index 304cc64..269fec3 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/perl
-
 use strict;
 
 use Test::More;
@@ -10,12 +8,12 @@ plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage" if
 # These are methods that need naming work
 my @private_methods = qw(
     render new min max resolve deltas
-    begin_page end_page
     enter_scope exit_scope iterate_over_children
 );
 
 # These are method names that have been commented out, for now
 # max_of total_of
+# begin_page end_page
 
 my $private_regex = do {
     local $"='|';