Bug 7642 follow-up fix POD
authorPaul Poulain <paul.poulain@biblibre.com>
Mon, 1 Oct 2012 15:42:23 +0000 (17:42 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Mon, 1 Oct 2012 15:42:23 +0000 (17:42 +0200)
The patch for bug 7642 did not introduce this error, but the QA tools detected it, so I fixed it

C4/Tags.pm

index 65062f5..d74dbf8 100644 (file)
@@ -61,6 +61,12 @@ BEGIN {
        }
 }
 
+=head1 C4::Tags.pm - Support for user tagging of biblios.
+
+More verose debugging messages are sent in the presence of non-zero $ENV{"DEBUG"}.
+
+=cut
+
 INIT {
     $ext_dict and $Lingua::Ispell::path = $ext_dict;
     $debug and print STDERR "\$Lingua::Ispell::path = $Lingua::Ispell::path\n";
@@ -607,10 +613,6 @@ sub stratify_tags {
 1;
 __END__
 
-=head1 C4::Tags.pm - Support for user tagging of biblios.
-
-More verose debugging messages are sent in the presence of non-zero $ENV{"DEBUG"}.
-
 =head2 add_tag(biblionumber,term[,borrowernumber])
 
 =head3 TO DO: Add real perldoc