@@ -, +, @@ --- C4/BackgroundJob.pm | 1 - C4/ClassSortRoutine/Dewey.pm | 1 - C4/ClassSortRoutine/Generic.pm | 1 - C4/ClassSortRoutine/LCC.pm | 1 - C4/Matcher.pm | 1 - C4/Members/AttributeTypes.pm | 1 - C4/Members/Messaging.pm | 1 - C4/SMS.pm | 1 - Koha/Misc/Files.pm | 1 - Koha/Patron/Files.pm | 1 - Koha/Template/Plugin/Cache.pm | 1 - 11 files changed, 11 deletions(-) --- a/C4/BackgroundJob.pm +++ a/C4/BackgroundJob.pm @@ -24,7 +24,6 @@ use C4::Context; use C4::Auth qw/get_session/; use Digest::MD5; -use vars qw(); BEGIN { } --- a/C4/ClassSortRoutine/Dewey.pm +++ a/C4/ClassSortRoutine/Dewey.pm @@ -20,7 +20,6 @@ package C4::ClassSortRoutine::Dewey; use strict; use warnings; -use vars qw(); =head1 NAME --- a/C4/ClassSortRoutine/Generic.pm +++ a/C4/ClassSortRoutine/Generic.pm @@ -20,7 +20,6 @@ package C4::ClassSortRoutine::Generic; use strict; use warnings; -use vars qw(); =head1 NAME --- a/C4/ClassSortRoutine/LCC.pm +++ a/C4/ClassSortRoutine/LCC.pm @@ -22,7 +22,6 @@ use strict; use warnings; use Library::CallNumber::LC; -use vars qw(); =head1 NAME --- a/C4/Matcher.pm +++ a/C4/Matcher.pm @@ -23,7 +23,6 @@ use warnings; use C4::Context; use MARC::Record; -use vars qw(); BEGIN { } --- a/C4/Members/AttributeTypes.pm +++ a/C4/Members/AttributeTypes.pm @@ -21,7 +21,6 @@ use strict; #use warnings; FIXME - Bug 2505 use C4::Context; -use vars qw(); BEGIN { } --- a/C4/Members/Messaging.pm +++ a/C4/Members/Messaging.pm @@ -21,7 +21,6 @@ use strict; use warnings; use C4::Context; -use vars qw(); BEGIN { } --- a/C4/SMS.pm +++ a/C4/SMS.pm @@ -37,7 +37,6 @@ use warnings; use C4::Context; -use vars qw( ); BEGIN { } --- a/Koha/Misc/Files.pm +++ a/Koha/Misc/Files.pm @@ -20,7 +20,6 @@ package Koha::Misc::Files; # along with Koha; if not, see . use Modern::Perl; -use vars qw(); use C4::Context; use C4::Output; --- a/Koha/Patron/Files.pm +++ a/Koha/Patron/Files.pm @@ -19,7 +19,6 @@ package Koha::Patron::Files; use Modern::Perl; -use vars qw(); use C4::Context; use C4::Output; --- a/Koha/Template/Plugin/Cache.pm +++ a/Koha/Template/Plugin/Cache.pm @@ -19,7 +19,6 @@ package Koha::Template::Plugin::Cache; use strict; use warnings; -use vars qw( ); use base qw( Template::Plugin ); use Template::Plugin; use C4::Context; --