From 8e7b1636086b6689e72905c5008841e585c04e8e Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Fri, 23 Sep 2011 11:33:00 +1200 Subject: [PATCH] Bug 6755 follow up, fixing broken POD --- C4/Output.pm | 9 +++++++++ C4/Templates.pm | 6 ++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/C4/Output.pm b/C4/Output.pm index 6a8f82da19..41a0a2863c 100644 --- a/C4/Output.pm +++ b/C4/Output.pm @@ -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{ diff --git a/C4/Templates.pm b/C4/Templates.pm index 4f2c485b50..37e893293a 100644 --- a/C4/Templates.pm +++ b/C4/Templates.pm @@ -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/"; #--------------------------------------------------------------------------------------------------------- -- 2.11.0