Bug 6755 follow up, fixing broken POD
authorChris Cormack <chrisc@catalyst.net.nz>
Thu, 22 Sep 2011 23:33:00 +0000 (11:33 +1200)
committerChris Cormack <chrisc@catalyst.net.nz>
Thu, 22 Sep 2011 23:33:00 +0000 (11:33 +1200)
C4/Output.pm
C4/Templates.pm

index 6a8f82d..41a0a28 100644 (file)
@@ -53,6 +53,15 @@ BEGIN {
 }
 
 
+=head1 NAME
+
+C4::Output - Functions for managing output, is slowly being deprecated
+
+=head1 FUNCTIONS
+
+=over 2
+=cut
+
 =item FormatNumber
 =cut
 sub FormatNumber{
index 4f2c485..37e8932 100644 (file)
@@ -239,12 +239,10 @@ C4::Templates - Functions for managing templates
 
 =head1 FUNCTIONS
 
-=over 2
-
 =cut
 
-#FIXME: this is a quick fix to stop rc1 installing broken
-#Still trying to figure out the correct fix.
+# FIXME: this is a quick fix to stop rc1 installing broken
+# Still trying to figure out the correct fix.
 my $path = C4::Context->config('intrahtdocs') . "/prog/en/includes/";
 
 #---------------------------------------------------------------------------------------------------------