Bug 10480: Follow-up for unimarc_field_686a/_700-4.pl
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Thu, 11 Dec 2014 11:06:53 +0000 (12:06 +0100)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 16 Apr 2015 17:48:43 +0000 (14:48 -0300)
This patch fixes the pod errors on those two files by removing the pod
section that actually does not add anything useful.

Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
cataloguing/value_builder/unimarc_field_686a.pl
cataloguing/value_builder/unimarc_field_700-4.pl

index 5d68407..e5203b6 100755 (executable)
@@ -26,22 +26,6 @@ use C4::Context;
 use C4::Search;
 use C4::Output;
 
-=head1 NAME
-
-plugin unimarc_field_686a
-
-=head1 SYNOPSIS
-
-This plug-in deals with unimarc field 686a (
-
-=head1 DESCRIPTION
-
-=head1 FUNCTIONS
-
-=over 2
-
-=cut
-
 sub plugin_javascript {
 my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_;
 my $function_name= $field_number;
index 3469528..329c078 100755 (executable)
@@ -28,22 +28,6 @@ use C4::Context;
 use C4::Search;
 use C4::Output;
 
-=head1 NAME
-
-plugin unimarc_field_700-4
-
-=head1 SYNOPSIS
-
-This plug-in deals with unimarc field 700-4 (
-
-=head1 DESCRIPTION
-
-=head1 FUNCTIONS
-
-=over 2
-
-=cut
-
 sub plugin_javascript {
 my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_;
 my $function_name= $field_number;