Came across a line of dead code while debugging a related problem, and
noticed that strict/warnings wasn't in place, so I culled the dead code
and added use strict/use warnings accordingly (now that we no longer
have the syntax error caused by the dead code).
git-svn-id: svn://svn.open-ils.org/ILS/trunk@19406
dcc99617-32d9-48b4-a31d-
7c20da2025e4
+use strict;
+use warnings;
+
package OpenILS::Application::Storage::Publisher::authority;
use base qw/OpenILS::Application::Storage::Publisher/;
use vars qw/$VERSION/;
my $sf = $$search{subfield};
my $term = naco_normalize($$search{term}, $sf);
- $tag = [$tag] if (!ref($tag));
-
push @values, $t, $sf, $term;
push @selects,