From fbb774f115509c2bb334407d8b82359e556d6dfc Mon Sep 17 00:00:00 2001 From: arensb Date: Thu, 24 Oct 2002 12:09:01 +0000 Subject: [PATCH] Fixed "no title" warning when generating HTML documentation from POD. --- C4/Biblio.pm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/C4/Biblio.pm b/C4/Biblio.pm index 7003e242b5..1ec0b44cc6 100644 --- a/C4/Biblio.pm +++ b/C4/Biblio.pm @@ -1,6 +1,9 @@ package C4::Biblio; # $Id$ # $Log$ +# Revision 1.24 2002/10/24 12:09:01 arensb +# Fixed "no title" warning when generating HTML documentation from POD. +# # Revision 1.23 2002/10/16 12:43:08 arensb # Added some FIXME comments. # @@ -214,7 +217,7 @@ $VERSION = 0.01; =head1 NAME -C4::Biblio : acquisition, catalog management functions +C4::Biblio - acquisition, catalog management functions =head1 SYNOPSIS -- 2.39.2