@@ -, +, @@ + manual adjustements --- C4/Accounts.pm | 1 - C4/Acquisition.pm | 1 - C4/AuthoritiesMarc.pm | 1 - C4/BackgroundJob.pm | 1 - C4/Bookseller.pm | 1 - C4/Branch.pm | 1 - C4/Breeding.pm | 1 - C4/Budgets.pm | 1 - C4/Charset.pm | 1 - C4/ClassSortRoutine.pm | 1 - C4/ClassSortRoutine/Dewey.pm | 1 - C4/ClassSortRoutine/Generic.pm | 1 - C4/ClassSortRoutine/LCC.pm | 1 - C4/ClassSource.pm | 1 - C4/Contract.pm | 1 - C4/Csv.pm | 1 - C4/Images.pm | 1 - C4/ImportBatch.pm | 1 - C4/InstallAuth.pm | 1 - C4/Letters.pm | 1 - C4/Log.pm | 1 - C4/Matcher.pm | 1 - C4/Members.pm | 2 +- C4/Members/AttributeTypes.pm | 1 - C4/Members/Attributes.pm | 1 - C4/Members/Messaging.pm | 1 - C4/Output.pm | 1 - C4/Overdues.pm | 1 - C4/Passwordrecovery.pm | 1 - C4/Print.pm | 1 - C4/Record.pm | 1 - C4/Reports.pm | 1 - C4/Reports/Guided.pm | 1 - C4/Reserves.pm | 1 - C4/Review.pm | 1 - C4/Ris.pm | 1 - C4/RotatingCollections.pm | 1 - C4/Scheduler.pm | 1 - C4/Search.pm | 1 - C4/Serials/Frequency.pm | 1 - C4/Serials/Numberpattern.pm | 1 - C4/Stats.pm | 1 - Koha/Calendar.pm | 4 ---- Koha/DateUtils.pm | 1 - Koha/NorwegianPatronDB.pm | 1 - Koha/Patron/Files.pm | 1 - acqui/pdfformat/layout2pages.pm | 3 +-- acqui/pdfformat/layout2pagesde.pm | 3 +-- acqui/pdfformat/layout3pages.pm | 3 +-- acqui/pdfformat/layout3pagesfr.pm | 3 +-- installer/data/mysql/backfill_statistics.pl | 3 +-- misc/cronjobs/MARC21_parse_test.pl | 3 --- misc/cronjobs/runreport.pl | 3 --- misc/maintenance/MARC21_utf8_flag_fix.pl | 3 --- 54 files changed, 6 insertions(+), 68 deletions(-) --- a/C4/Accounts.pm +++ a/C4/Accounts.pm @@ -31,7 +31,6 @@ use Data::Dumper qw(Dumper); use vars qw(@ISA @EXPORT); BEGIN { - # set the version for version checking require Exporter; @ISA = qw(Exporter); @EXPORT = qw( --- a/C4/Acquisition.pm +++ a/C4/Acquisition.pm @@ -44,7 +44,6 @@ use HTML::Entities; use vars qw(@ISA @EXPORT); BEGIN { - # set the version for version checking require Exporter; @ISA = qw(Exporter); @EXPORT = qw( --- a/C4/AuthoritiesMarc.pm +++ a/C4/AuthoritiesMarc.pm @@ -33,7 +33,6 @@ use Koha::Authority::Types; use vars qw(@ISA @EXPORT); BEGIN { - # set the version for version checking require Exporter; @ISA = qw(Exporter); --- a/C4/BackgroundJob.pm +++ a/C4/BackgroundJob.pm @@ -27,7 +27,6 @@ use Digest::MD5; use vars qw(); BEGIN { - # set the version for version checking } =head1 NAME --- a/C4/Bookseller.pm +++ a/C4/Bookseller.pm @@ -25,7 +25,6 @@ use base qw( Exporter ); use C4::Bookseller::Contact; -# set the version for version checking our @EXPORT_OK = qw( GetBooksellersWithLateOrders ModBookseller --- a/C4/Branch.pm +++ a/C4/Branch.pm @@ -25,7 +25,6 @@ use Koha::LibraryCategories; use vars qw(@ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); BEGIN { - # set the version for version checking @ISA = qw(Exporter); @EXPORT = qw( &GetBranchName --- a/C4/Breeding.pm +++ a/C4/Breeding.pm @@ -34,7 +34,6 @@ use Koha::XSLT_Handler; use vars qw(@ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); BEGIN { - # set the version for version checking require Exporter; @ISA = qw(Exporter); @EXPORT = qw(&BreedingSearch &Z3950Search &Z3950SearchAuth); --- a/C4/Budgets.pm +++ a/C4/Budgets.pm @@ -25,7 +25,6 @@ use C4::Debug; use vars qw(@ISA @EXPORT); BEGIN { - # set the version for version checking require Exporter; @ISA = qw(Exporter); @EXPORT = qw( --- a/C4/Charset.pm +++ a/C4/Charset.pm @@ -29,7 +29,6 @@ use Encode qw( decode encode is_utf8 ); use vars qw(@ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); BEGIN { - # set the version for version checking require Exporter; @ISA = qw(Exporter); @EXPORT = qw( --- a/C4/ClassSortRoutine.pm +++ a/C4/ClassSortRoutine.pm @@ -26,7 +26,6 @@ use C4::Context; use vars qw(@ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); -# set the version for version checking =head1 NAME --- a/C4/ClassSortRoutine/Dewey.pm +++ a/C4/ClassSortRoutine/Dewey.pm @@ -22,7 +22,6 @@ use warnings; use vars qw(); -# set the version for version checking =head1 NAME --- a/C4/ClassSortRoutine/Generic.pm +++ a/C4/ClassSortRoutine/Generic.pm @@ -22,7 +22,6 @@ use warnings; use vars qw(); -# set the version for version checking =head1 NAME --- a/C4/ClassSortRoutine/LCC.pm +++ a/C4/ClassSortRoutine/LCC.pm @@ -24,7 +24,6 @@ use Library::CallNumber::LC; use vars qw(); -# set the version for version checking =head1 NAME --- a/C4/ClassSource.pm +++ a/C4/ClassSource.pm @@ -26,7 +26,6 @@ use C4::ClassSortRoutine; use vars qw(@ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); -# set the version for version checking =head1 NAME --- a/C4/Contract.pm +++ a/C4/Contract.pm @@ -26,7 +26,6 @@ use Koha::Database; use vars qw(@ISA @EXPORT); BEGIN { - # set the version for version checking require Exporter; @ISA = qw(Exporter); @EXPORT = qw( --- a/C4/Csv.pm +++ a/C4/Csv.pm @@ -25,7 +25,6 @@ package C4::Csv; use C4::Context; use vars qw(@ISA @EXPORT); -# set the version for version checking @ISA = qw(Exporter); --- a/C4/Images.pm +++ a/C4/Images.pm @@ -29,7 +29,6 @@ use vars qw($debug $noimage @ISA @EXPORT); BEGIN { - # set the version for version checking require Exporter; @ISA = qw(Exporter); @EXPORT = qw( --- a/C4/ImportBatch.pm +++ a/C4/ImportBatch.pm @@ -33,7 +33,6 @@ use Koha::Logger; use vars qw(@ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); BEGIN { - # set the version for version checking require Exporter; @ISA = qw(Exporter); @EXPORT = qw( --- a/C4/InstallAuth.pm +++ a/C4/InstallAuth.pm @@ -30,7 +30,6 @@ use CGI::Session; use vars qw(@ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); -# set the version for version checking =head1 NAME --- a/C4/Letters.pm +++ a/C4/Letters.pm @@ -43,7 +43,6 @@ use vars qw(@ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); BEGIN { require Exporter; - # set the version for version checking @ISA = qw(Exporter); @EXPORT = qw( &GetLetters &GetLettersAvailableForALibrary &GetLetterTemplates &DelLetter &GetPreparedLetter &GetWrappedLetter &addalert &getalert &delalert &findrelatedto &SendAlerts &GetPrintMessages &GetMessageTransportTypes --- a/C4/Log.pm +++ a/C4/Log.pm @@ -30,7 +30,6 @@ use Koha::DateUtils; use vars qw(@ISA @EXPORT); BEGIN { - # set the version for version checking require Exporter; @ISA = qw(Exporter); @EXPORT = qw(&logaction &cronlogaction &GetLogStatus &displaylog &GetLogs); --- a/C4/Matcher.pm +++ a/C4/Matcher.pm @@ -26,7 +26,6 @@ use MARC::Record; use vars qw(); BEGIN { - # set the version for version checking } =head1 NAME --- a/C4/Members.pm +++ a/C4/Members.pm @@ -41,7 +41,7 @@ use Text::Unaccent qw( unac_string ); use Koha::AuthUtils qw(hash_password); use Koha::Database; -our ($VERSION,@ISA,@EXPORT,@EXPORT_OK,$debug); +our (@ISA,@EXPORT,@EXPORT_OK,$debug); use Module::Load::Conditional qw( can_load ); if ( ! can_load( modules => { 'Koha::NorwegianPatronDB' => undef } ) ) { --- a/C4/Members/AttributeTypes.pm +++ a/C4/Members/AttributeTypes.pm @@ -24,7 +24,6 @@ use C4::Context; use vars qw(); BEGIN { - # set the version for version checking } =head1 NAME --- a/C4/Members/Attributes.pm +++ a/C4/Members/Attributes.pm @@ -28,7 +28,6 @@ use vars qw(@ISA @EXPORT_OK @EXPORT %EXPORT_TAGS); our ($csv, $AttributeTypes); BEGIN { - # set the version for version checking @ISA = qw(Exporter); @EXPORT_OK = qw(GetBorrowerAttributes GetBorrowerAttributeValue CheckUniqueness SetBorrowerAttributes DeleteBorrowerAttribute UpdateBorrowerAttribute --- a/C4/Members/Messaging.pm +++ a/C4/Members/Messaging.pm @@ -24,7 +24,6 @@ use C4::Context; use vars qw(); BEGIN { - # set the version for version checking } =head1 NAME --- a/C4/Output.pm +++ a/C4/Output.pm @@ -36,7 +36,6 @@ use C4::Templates; use vars qw(@ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); BEGIN { - # set the version for version checking require Exporter; @ISA = qw(Exporter); --- a/C4/Overdues.pm +++ a/C4/Overdues.pm @@ -40,7 +40,6 @@ use Koha::Account::Lines; use vars qw(@ISA @EXPORT); BEGIN { - # set the version for version checking require Exporter; @ISA = qw(Exporter); --- a/C4/Passwordrecovery.pm +++ a/C4/Passwordrecovery.pm @@ -24,7 +24,6 @@ use Crypt::Eksblowfish::Bcrypt qw(en_base64); use vars qw(@ISA @EXPORT); BEGIN { - # set the version for version checking require Exporter; @ISA = qw(Exporter); push @EXPORT, qw( --- a/C4/Print.pm +++ a/C4/Print.pm @@ -24,7 +24,6 @@ use C4::Context; use vars qw(@ISA @EXPORT); BEGIN { - # set the version for version checking require Exporter; @ISA = qw(Exporter); @EXPORT = qw(&NetworkPrint); --- a/C4/Record.pm +++ a/C4/Record.pm @@ -41,7 +41,6 @@ use Carp; use vars qw(@ISA @EXPORT); -# set the version for version checking @ISA = qw(Exporter); --- a/C4/Reports.pm +++ a/C4/Reports.pm @@ -26,7 +26,6 @@ use C4::Context; use C4::Debug; BEGIN { - # set the version for version checking require Exporter; @ISA = qw(Exporter); @EXPORT = qw( --- a/C4/Reports/Guided.pm +++ a/C4/Reports/Guided.pm @@ -37,7 +37,6 @@ use C4::Log; use Koha::AuthorisedValues; BEGIN { - # set the version for version checking require Exporter; @ISA = qw(Exporter); @EXPORT = qw( --- a/C4/Reserves.pm +++ a/C4/Reserves.pm @@ -91,7 +91,6 @@ This modules provides somes functions to deal with reservations. =cut BEGIN { - # set the version for version checking require Exporter; @ISA = qw(Exporter); @EXPORT = qw( --- a/C4/Review.pm +++ a/C4/Review.pm @@ -25,7 +25,6 @@ use C4::Context; use vars qw(@ISA @EXPORT); BEGIN { - # set the version for version checking require Exporter; @ISA = qw(Exporter); @EXPORT = qw(getreview savereview updatereview numberofreviews numberofreviewsbybiblionumber --- a/C4/Ris.pm +++ a/C4/Ris.pm @@ -67,7 +67,6 @@ use vars qw(@ISA @EXPORT); use C4::Biblio qw(GetMarcSubfieldStructureFromKohaField); use Koha::SimpleMARC qw(read_field); -# set the version for version checking @ISA = qw(Exporter); --- a/C4/RotatingCollections.pm +++ a/C4/RotatingCollections.pm @@ -35,7 +35,6 @@ use Data::Dumper; use vars qw(@ISA @EXPORT); -# set the version for version checking =head1 NAME --- a/C4/Scheduler.pm +++ a/C4/Scheduler.pm @@ -25,7 +25,6 @@ use C4::Context; use Schedule::At; BEGIN { - # set the version for version checking require Exporter; @ISA = qw(Exporter); @EXPORT = --- a/C4/Search.pm +++ a/C4/Search.pm @@ -39,7 +39,6 @@ use MARC::Record; use MARC::Field; use vars qw(@ISA @EXPORT @EXPORT_OK %EXPORT_TAGS $DEBUG); -# set the version for version checking BEGIN { $DEBUG = ($ENV{DEBUG}) ? 1 : 0; } --- a/C4/Serials/Frequency.pm +++ a/C4/Serials/Frequency.pm @@ -25,7 +25,6 @@ use C4::Context; use vars qw(@ISA @EXPORT); BEGIN { - # set the version for version checking require Exporter; @ISA = qw(Exporter); @EXPORT = qw( --- a/C4/Serials/Numberpattern.pm +++ a/C4/Serials/Numberpattern.pm @@ -26,7 +26,6 @@ use vars qw(@ISA @EXPORT); BEGIN { - # set the version for version checking require Exporter; @ISA = qw(Exporter); @EXPORT = qw( --- a/C4/Stats.pm +++ a/C4/Stats.pm @@ -29,7 +29,6 @@ use vars qw(@ISA @EXPORT); our $debug; BEGIN { - # set the version for version checking @ISA = qw(Exporter); @EXPORT = qw( &UpdateStats --- a/Koha/Calendar.pm +++ a/Koha/Calendar.pm @@ -381,10 +381,6 @@ __END__ Koha::Calendar - Object containing a branches calendar -=head1 VERSION - -This documentation refers to Koha::Calendar version 0.0.1 - =head1 SYNOPSIS use Koha::Calendar --- a/Koha/DateUtils.pm +++ a/Koha/DateUtils.pm @@ -22,7 +22,6 @@ use C4::Context; use Carp; use base 'Exporter'; -use version; our $VERSION = qv('1.0.0'); our @EXPORT = ( qw( dt_from_string output_pref format_sqldatetime ) --- a/Koha/NorwegianPatronDB.pm +++ a/Koha/NorwegianPatronDB.pm @@ -61,7 +61,6 @@ use Convert::BaseN; use DateTime; use base 'Exporter'; -use version; our $VERSION = qv('1.0.0'); our %EXPORT_TAGS = ( all => [qw( NLCheckSysprefs --- a/Koha/Patron/Files.pm +++ a/Koha/Patron/Files.pm @@ -27,7 +27,6 @@ use C4::Debug; BEGIN { - # set the version for version checking } =head1 NAME --- a/acqui/pdfformat/layout2pages.pm +++ a/acqui/pdfformat/layout2pages.pm @@ -34,8 +34,7 @@ use Koha::Libraries; BEGIN { use Exporter (); - our ($VERSION, @ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS); - # set the version for version checking + our (@ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS); @ISA = qw(Exporter); @EXPORT = qw(printpdf); } --- a/acqui/pdfformat/layout2pagesde.pm +++ a/acqui/pdfformat/layout2pagesde.pm @@ -34,8 +34,7 @@ use Koha::Libraries; BEGIN { use Exporter (); - our ($VERSION, @ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS); - # set the version for version checking + our (@ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS); @ISA = qw(Exporter); @EXPORT = qw(printpdf); } --- a/acqui/pdfformat/layout3pages.pm +++ a/acqui/pdfformat/layout3pages.pm @@ -37,8 +37,7 @@ use Koha::Libraries; BEGIN { use Exporter (); - our ($VERSION, @ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS); - # set the version for version checking + our (@ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS); @ISA = qw(Exporter); @EXPORT = qw(printpdf); } --- a/acqui/pdfformat/layout3pagesfr.pm +++ a/acqui/pdfformat/layout3pagesfr.pm @@ -36,8 +36,7 @@ use Koha::Libraries; BEGIN { use Exporter (); - our ($VERSION, @ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS); - # set the version for version checking + our (@ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS); @ISA = qw(Exporter); @EXPORT = qw(printpdf); } --- a/installer/data/mysql/backfill_statistics.pl +++ a/installer/data/mysql/backfill_statistics.pl @@ -16,9 +16,8 @@ use C4::Items; use C4::Debug; use Data::Dumper; -use vars qw($debug $dbh $VERSION); +use vars qw($debug $dbh); $dbh = C4::Context->dbh; -$VERSION = "1.00"; sub get_counts() { my $query = q( --- a/misc/cronjobs/MARC21_parse_test.pl +++ a/misc/cronjobs/MARC21_parse_test.pl @@ -34,14 +34,11 @@ use C4::Charset; use C4::Context; use C4::Debug; -use vars qw($VERSION); - BEGIN { # find Koha's Perl modules # test carefully before changing this use FindBin; eval { require "$FindBin::Bin/../kohalib.pl" }; - $VERSION = 0.03; } our $debug; --- a/misc/cronjobs/runreport.pl +++ a/misc/cronjobs/runreport.pl @@ -35,14 +35,11 @@ use CGI qw ( -utf8 ); use Carp; use Encode; -use vars qw($VERSION); - BEGIN { # find Koha's Perl modules # test carefully before changing this use FindBin; eval { require "$FindBin::Bin/../kohalib.pl" }; - $VERSION = 0.22; } =head1 NAME --- a/misc/maintenance/MARC21_utf8_flag_fix.pl +++ a/misc/maintenance/MARC21_utf8_flag_fix.pl @@ -30,14 +30,11 @@ use C4::Charset; use C4::Context; use C4::Debug; -use vars qw($VERSION); - BEGIN { # find Koha's Perl modules # test carefully before changing this use FindBin; eval { require "$FindBin::Bin/../kohalib.pl" }; - $VERSION = 0.02; } our $debug; --