From f7a1faff180647c587bbc5973db8572558595d90 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Mon, 22 Nov 2021 09:51:53 +0000 Subject: [PATCH] Bug 28617: (QA follow-up) Restore FindBin in two places Content-Type: text/plain; charset=utf-8 Resolving: Name "FindBin::Bin" used only once: possible typo Signed-off-by: Marcel de Rooy --- misc/migration_tools/bulkmarcimport.pl | 1 + xt/yaml_valid.t | 1 + 2 files changed, 2 insertions(+) diff --git a/misc/migration_tools/bulkmarcimport.pl b/misc/migration_tools/bulkmarcimport.pl index 897e5a7ad0..63409e7964 100755 --- a/misc/migration_tools/bulkmarcimport.pl +++ b/misc/migration_tools/bulkmarcimport.pl @@ -32,6 +32,7 @@ use Time::HiRes qw( gettimeofday ); use Getopt::Long qw( GetOptions ); use IO::File; use Pod::Usage qw( pod2usage ); +use FindBin (); use Koha::Logger; use Koha::Biblios; diff --git a/xt/yaml_valid.t b/xt/yaml_valid.t index b37dbb4eaa..b60d89c6db 100755 --- a/xt/yaml_valid.t +++ b/xt/yaml_valid.t @@ -20,6 +20,7 @@ use Modern::Perl; use Test::YAML::Valid; use File::Find; +use FindBin (); use Test::More; -- 2.20.1