From ce66409fae4dc20f496b84e0151867f9063a061d Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Thu, 14 Jun 2012 19:19:50 +1200 Subject: [PATCH] Bug 7941 : Module versions bumped pre release --- C4/Accounts.pm | 2 +- C4/Acquisition.pm | 2 +- C4/Auth.pm | 2 +- C4/Auth_with_cas.pm | 2 +- C4/Auth_with_ldap.pm | 2 +- C4/AuthoritiesMarc.pm | 2 +- C4/AuthoritiesMarc/MARC21.pm | 2 +- C4/AuthoritiesMarc/UNIMARC.pm | 2 +- C4/BackgroundJob.pm | 2 +- C4/Barcodes.pm | 2 +- C4/Barcodes/PrinterConfig.pm | 2 +- C4/Barcodes/annual.pm | 2 +- C4/Barcodes/hbyymmincr.pm | 2 +- C4/Barcodes/incremental.pm | 2 +- C4/Biblio.pm | 2 +- C4/Bookseller.pm | 2 +- C4/Boolean.pm | 2 +- C4/Branch.pm | 2 +- C4/Breeding.pm | 2 +- C4/Budgets.pm | 2 +- C4/Charset.pm | 2 +- C4/Circulation.pm | 2 +- C4/ClassSortRoutine.pm | 2 +- C4/ClassSortRoutine/Dewey.pm | 2 +- C4/ClassSortRoutine/Generic.pm | 2 +- C4/ClassSortRoutine/LCC.pm | 2 +- C4/ClassSource.pm | 2 +- C4/Context.pm | 2 +- C4/Contract.pm | 2 +- C4/Creators.pm | 2 +- C4/Creators/Batch.pm | 2 +- C4/Creators/Layout.pm | 2 +- C4/Creators/Lib.pm | 2 +- C4/Creators/PDF.pm | 2 +- C4/Creators/Profile.pm | 2 +- C4/Creators/Template.pm | 2 +- C4/Csv.pm | 2 +- C4/Dates.pm | 2 +- C4/Debug.pm | 2 +- C4/External/Amazon.pm | 2 +- C4/External/BakerTaylor.pm | 2 +- C4/External/Syndetics.pm | 2 +- C4/Heading.pm | 2 +- C4/Heading/MARC21.pm | 2 +- C4/Heading/UNIMARC.pm | 2 +- C4/ILSDI/Utility.pm | 2 +- C4/Images.pm | 2 +- C4/ImportBatch.pm | 2 +- C4/ImportExportFramework.pm | 2 +- C4/Input.pm | 2 +- C4/Installer.pm | 2 +- C4/Installer/PerlModules.pm | 2 +- C4/Items.pm | 2 +- C4/Koha.pm | 2 +- C4/Labels.pm | 2 +- C4/Labels/Batch.pm | 2 +- C4/Labels/Label.pm | 2 +- C4/Labels/Layout.pm | 2 +- C4/Labels/Profile.pm | 2 +- C4/Labels/Template.pm | 2 +- C4/Languages.pm | 2 +- C4/Letters.pm | 2 +- C4/Log.pm | 2 +- C4/Maintainance.pm | 2 +- C4/Matcher.pm | 2 +- C4/Members.pm | 2 +- C4/Members/AttributeTypes.pm | 2 +- C4/Members/Attributes.pm | 2 +- C4/Members/Messaging.pm | 2 +- C4/NewsChannels.pm | 2 +- C4/Output.pm | 2 +- C4/Overdues.pm | 2 +- C4/Patroncards.pm | 2 +- C4/Patroncards/Batch.pm | 2 +- C4/Patroncards/Layout.pm | 2 +- C4/Patroncards/Lib.pm | 2 +- C4/Patroncards/Patroncard.pm | 2 +- C4/Patroncards/Profile.pm | 2 +- C4/Patroncards/Template.pm | 2 +- C4/Print.pm | 2 +- C4/Ratings.pm | 2 +- C4/Record.pm | 2 +- C4/Reports.pm | 2 +- C4/Reports/Guided.pm | 2 +- C4/Reserves.pm | 2 +- C4/Review.pm | 2 +- C4/Ris.pm | 2 +- C4/RotatingCollections.pm | 2 +- C4/SIP/ILS/Item.pm | 2 +- C4/SIP/ILS/Patron.pm | 2 +- C4/SIP/ILS/Transaction/Checkout.pm | 2 +- C4/SIP/ILS/Transaction/FeePayment.pm | 2 +- C4/SIP/ILS/Transaction/Hold.pm | 2 +- C4/SIP/SIPServer.pm | 2 +- C4/SIP/Sip.pm | 2 +- C4/SIP/Sip/MsgType.pm | 2 +- C4/SMS.pm | 2 +- C4/SQLHelper.pm | 2 +- C4/Scheduler.pm | 2 +- C4/Scrubber.pm | 2 +- C4/Search.pm | 2 +- C4/Serials.pm | 2 +- C4/ShelfBrowser.pm | 2 +- C4/Stats.pm | 2 +- C4/Suggestions.pm | 2 +- C4/Tags.pm | 2 +- C4/TmplToken.pm | 2 +- C4/TmplTokenType.pm | 2 +- C4/UploadedFile.pm | 2 +- C4/Utils.pm | 2 +- C4/Utils/DataTables.pm | 2 +- C4/VirtualShelves.pm | 2 +- C4/VirtualShelves/Page.pm | 2 +- C4/XISBN.pm | 2 +- C4/XSLT.pm | 2 +- C4/Z3950.pm | 2 +- 116 files changed, 116 insertions(+), 116 deletions(-) diff --git a/C4/Accounts.pm b/C4/Accounts.pm index 86e8ebfead..fa5d821015 100644 --- a/C4/Accounts.pm +++ b/C4/Accounts.pm @@ -29,7 +29,7 @@ use vars qw($VERSION @ISA @EXPORT); BEGIN { # set the version for version checking - $VERSION = 3.07.00.049; + $VERSION = 3.08.01.002; require Exporter; @ISA = qw(Exporter); @EXPORT = qw( diff --git a/C4/Acquisition.pm b/C4/Acquisition.pm index 3bc24d2143..21f5e6e319 100644 --- a/C4/Acquisition.pm +++ b/C4/Acquisition.pm @@ -37,7 +37,7 @@ use vars qw($VERSION @ISA @EXPORT); BEGIN { # set the version for version checking - $VERSION = 3.07.00.049; + $VERSION = 3.08.01.002; require Exporter; @ISA = qw(Exporter); @EXPORT = qw( diff --git a/C4/Auth.pm b/C4/Auth.pm index 3cfc69fbae..4959f7b99f 100644 --- a/C4/Auth.pm +++ b/C4/Auth.pm @@ -41,7 +41,7 @@ BEGIN { if ( psgi_env ) { die 'psgi:exit' } else { exit } } - $VERSION = 3.07.00.049; # set version for version checking + $VERSION = 3.08.01.002; # set version for version checking $debug = $ENV{DEBUG}; @ISA = qw(Exporter); diff --git a/C4/Auth_with_cas.pm b/C4/Auth_with_cas.pm index 2e8e0b64cf..96561a9fcb 100644 --- a/C4/Auth_with_cas.pm +++ b/C4/Auth_with_cas.pm @@ -32,7 +32,7 @@ use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS $debug); BEGIN { require Exporter; - $VERSION = 3.07.00.049; # set the version for version checking + $VERSION = 3.08.01.002; # set the version for version checking $debug = $ENV{DEBUG}; @ISA = qw(Exporter); @EXPORT = qw(check_api_auth_cas checkpw_cas login_cas logout_cas login_cas_url); diff --git a/C4/Auth_with_ldap.pm b/C4/Auth_with_ldap.pm index 0d002187c1..547dc649a7 100644 --- a/C4/Auth_with_ldap.pm +++ b/C4/Auth_with_ldap.pm @@ -35,7 +35,7 @@ use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS $debug); BEGIN { require Exporter; - $VERSION = 3.07.00.049; # set the version for version checking + $VERSION = 3.08.01.002; # set the version for version checking @ISA = qw(Exporter); @EXPORT = qw( checkpw_ldap ); } diff --git a/C4/AuthoritiesMarc.pm b/C4/AuthoritiesMarc.pm index 5ea509802a..7fed6d31ef 100644 --- a/C4/AuthoritiesMarc.pm +++ b/C4/AuthoritiesMarc.pm @@ -31,7 +31,7 @@ use vars qw($VERSION @ISA @EXPORT); BEGIN { # set the version for version checking - $VERSION = 3.07.00.049; + $VERSION = 3.08.01.002; require Exporter; @ISA = qw(Exporter); diff --git a/C4/AuthoritiesMarc/MARC21.pm b/C4/AuthoritiesMarc/MARC21.pm index 3701b92504..7156819c5c 100644 --- a/C4/AuthoritiesMarc/MARC21.pm +++ b/C4/AuthoritiesMarc/MARC21.pm @@ -20,7 +20,7 @@ package C4::AuthoritiesMarc::MARC21; use strict; #use warnings; FIXME - Bug 2505 use MARC::Record; -our $VERSION = 3.07.00.049; +our $VERSION = 3.08.01.002; =head1 NAME diff --git a/C4/AuthoritiesMarc/UNIMARC.pm b/C4/AuthoritiesMarc/UNIMARC.pm index f93b42aa62..dc5760c509 100644 --- a/C4/AuthoritiesMarc/UNIMARC.pm +++ b/C4/AuthoritiesMarc/UNIMARC.pm @@ -19,7 +19,7 @@ package C4::AuthoritiesMarc::UNIMARC; use strict; #use warnings; FIXME - Bug 2505 -our $VERSION = 3.07.00.049; +our $VERSION = 3.08.01.002; =head1 NAME diff --git a/C4/BackgroundJob.pm b/C4/BackgroundJob.pm index efea3f5a0f..3046672fc8 100644 --- a/C4/BackgroundJob.pm +++ b/C4/BackgroundJob.pm @@ -28,7 +28,7 @@ use vars qw($VERSION); BEGIN { # set the version for version checking - $VERSION = 3.07.00.049; + $VERSION = 3.08.01.002; } =head1 NAME diff --git a/C4/Barcodes.pm b/C4/Barcodes.pm index 4b2fe7bc02..61d2127640 100644 --- a/C4/Barcodes.pm +++ b/C4/Barcodes.pm @@ -34,7 +34,7 @@ use vars qw($debug $cgi_debug); # from C4::Debug, of course use vars qw($max $prefformat); BEGIN { - $VERSION = 3.07.00.049; + $VERSION = 3.08.01.002; require Exporter; @ISA = qw(Exporter); @EXPORT_OK = qw(); diff --git a/C4/Barcodes/PrinterConfig.pm b/C4/Barcodes/PrinterConfig.pm index 25f48ebdb5..9030707085 100644 --- a/C4/Barcodes/PrinterConfig.pm +++ b/C4/Barcodes/PrinterConfig.pm @@ -24,7 +24,7 @@ use PDF::API2::Page; BEGIN { # set the version for version checking - $VERSION = 3.07.00.049; + $VERSION = 3.08.01.002; require Exporter; @EXPORT = qw(&labelsPage &getLabelPosition setPositionsForX setPositionsForY); } diff --git a/C4/Barcodes/annual.pm b/C4/Barcodes/annual.pm index ae03274b0c..110549585a 100644 --- a/C4/Barcodes/annual.pm +++ b/C4/Barcodes/annual.pm @@ -31,7 +31,7 @@ use vars qw($debug $cgi_debug); # from C4::Debug, of course use vars qw($width); BEGIN { - $VERSION = 3.07.00.049; + $VERSION = 3.08.01.002; @ISA = qw(C4::Barcodes); $width = 4; } diff --git a/C4/Barcodes/hbyymmincr.pm b/C4/Barcodes/hbyymmincr.pm index ca3149f3e6..c2079cdd8d 100644 --- a/C4/Barcodes/hbyymmincr.pm +++ b/C4/Barcodes/hbyymmincr.pm @@ -31,7 +31,7 @@ use vars qw($debug $cgi_debug); # from C4::Debug, of course use vars qw($branch $width); BEGIN { - $VERSION = 3.07.00.049; + $VERSION = 3.08.01.002; @ISA = qw(C4::Barcodes); } diff --git a/C4/Barcodes/incremental.pm b/C4/Barcodes/incremental.pm index c1b38d210c..4faea84f38 100644 --- a/C4/Barcodes/incremental.pm +++ b/C4/Barcodes/incremental.pm @@ -23,7 +23,7 @@ use warnings; use vars qw($VERSION @ISA); BEGIN { - $VERSION = 3.07.00.049; + $VERSION = 3.08.01.002; @ISA = qw(C4::Barcodes); } diff --git a/C4/Biblio.pm b/C4/Biblio.pm index ec582cf514..fb052bb6bd 100644 --- a/C4/Biblio.pm +++ b/C4/Biblio.pm @@ -40,7 +40,7 @@ use C4::OAI::Sets; use vars qw($VERSION @ISA @EXPORT); BEGIN { - $VERSION = 3.07.00.049; + $VERSION = 3.08.01.002; require Exporter; @ISA = qw( Exporter ); diff --git a/C4/Bookseller.pm b/C4/Bookseller.pm index 4b8e2a5149..a60de5f3dc 100644 --- a/C4/Bookseller.pm +++ b/C4/Bookseller.pm @@ -24,7 +24,7 @@ use warnings; use base qw( Exporter ); # set the version for version checking -our $VERSION = 3.07.00.049; +our $VERSION = 3.08.01.002; our @EXPORT_OK = qw( GetBookSeller GetBooksellersWithLateOrders GetBookSellerFromId ModBookseller diff --git a/C4/Boolean.pm b/C4/Boolean.pm index 46a3cc8705..6f476077d6 100644 --- a/C4/Boolean.pm +++ b/C4/Boolean.pm @@ -27,7 +27,7 @@ use warnings; use Carp; use base qw(Exporter); -our $VERSION = 3.07.00.049; +our $VERSION = 3.08.01.002; our @EXPORT_OK = qw( true_p); =head1 NAME diff --git a/C4/Branch.pm b/C4/Branch.pm index 1959a3dfae..aeb1f5dc35 100644 --- a/C4/Branch.pm +++ b/C4/Branch.pm @@ -25,7 +25,7 @@ use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); BEGIN { # set the version for version checking - $VERSION = 3.07.00.049; + $VERSION = 3.08.01.002; @ISA = qw(Exporter); @EXPORT = qw( &GetBranchCategory diff --git a/C4/Breeding.pm b/C4/Breeding.pm index 19bb7e2223..0653d50d30 100644 --- a/C4/Breeding.pm +++ b/C4/Breeding.pm @@ -30,7 +30,7 @@ use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); BEGIN { # set the version for version checking - $VERSION = 3.07.00.049; + $VERSION = 3.08.01.002; require Exporter; @ISA = qw(Exporter); @EXPORT = qw(&ImportBreeding &BreedingSearch); diff --git a/C4/Budgets.pm b/C4/Budgets.pm index 7a261d0f15..d2b215396a 100644 --- a/C4/Budgets.pm +++ b/C4/Budgets.pm @@ -28,7 +28,7 @@ use vars qw($VERSION @ISA @EXPORT); BEGIN { # set the version for version checking - $VERSION = 3.07.00.049; + $VERSION = 3.08.01.002; require Exporter; @ISA = qw(Exporter); @EXPORT = qw( diff --git a/C4/Charset.pm b/C4/Charset.pm index c294b36133..97a0062475 100644 --- a/C4/Charset.pm +++ b/C4/Charset.pm @@ -29,7 +29,7 @@ use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); BEGIN { # set the version for version checking - $VERSION = 3.07.00.049; + $VERSION = 3.08.01.002; require Exporter; @ISA = qw(Exporter); @EXPORT = qw( diff --git a/C4/Circulation.pm b/C4/Circulation.pm index 8dfe1aa1f0..d41da1f1c5 100644 --- a/C4/Circulation.pm +++ b/C4/Circulation.pm @@ -47,7 +47,7 @@ use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); BEGIN { require Exporter; - $VERSION = 3.07.00.049; # for version checking + $VERSION = 3.08.01.002; # for version checking @ISA = qw(Exporter); # FIXME subs that should probably be elsewhere diff --git a/C4/ClassSortRoutine.pm b/C4/ClassSortRoutine.pm index 04c24a5ff5..e24fb0e4a7 100644 --- a/C4/ClassSortRoutine.pm +++ b/C4/ClassSortRoutine.pm @@ -27,7 +27,7 @@ use C4::Context; use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); # set the version for version checking -$VERSION = 3.07.00.049; +$VERSION = 3.08.01.002; =head1 NAME diff --git a/C4/ClassSortRoutine/Dewey.pm b/C4/ClassSortRoutine/Dewey.pm index 1f8b3ef44c..173ad37e03 100644 --- a/C4/ClassSortRoutine/Dewey.pm +++ b/C4/ClassSortRoutine/Dewey.pm @@ -23,7 +23,7 @@ use warnings; use vars qw($VERSION); # set the version for version checking -$VERSION = 3.07.00.049; +$VERSION = 3.08.01.002; =head1 NAME diff --git a/C4/ClassSortRoutine/Generic.pm b/C4/ClassSortRoutine/Generic.pm index 4f7432346e..bbc1bc9b8d 100644 --- a/C4/ClassSortRoutine/Generic.pm +++ b/C4/ClassSortRoutine/Generic.pm @@ -23,7 +23,7 @@ use warnings; use vars qw($VERSION); # set the version for version checking -$VERSION = 3.07.00.049; +$VERSION = 3.08.01.002; =head1 NAME diff --git a/C4/ClassSortRoutine/LCC.pm b/C4/ClassSortRoutine/LCC.pm index 6ec38464fa..690de48944 100644 --- a/C4/ClassSortRoutine/LCC.pm +++ b/C4/ClassSortRoutine/LCC.pm @@ -23,7 +23,7 @@ use warnings; use vars qw($VERSION); # set the version for version checking -$VERSION = 3.07.00.049; +$VERSION = 3.08.01.002; =head1 NAME diff --git a/C4/ClassSource.pm b/C4/ClassSource.pm index 63f6c678be..276d334425 100644 --- a/C4/ClassSource.pm +++ b/C4/ClassSource.pm @@ -27,7 +27,7 @@ use C4::ClassSortRoutine; use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); # set the version for version checking -$VERSION = 3.07.00.049; +$VERSION = 3.08.01.002; =head1 NAME diff --git a/C4/Context.pm b/C4/Context.pm index 9ce6c74914..e94976064f 100644 --- a/C4/Context.pm +++ b/C4/Context.pm @@ -95,7 +95,7 @@ BEGIN { $ismemcached = $memcached->set('ismemcached','1'); } - $VERSION = '3.07.00.049'; + $VERSION = '3.08.01.002'; } use DBI; diff --git a/C4/Contract.pm b/C4/Contract.pm index 28e4e7598d..f56209957c 100644 --- a/C4/Contract.pm +++ b/C4/Contract.pm @@ -25,7 +25,7 @@ use vars qw($VERSION @ISA @EXPORT); BEGIN { # set the version for version checking - $VERSION = 3.07.00.049; + $VERSION = 3.08.01.002; require Exporter; @ISA = qw(Exporter); @EXPORT = qw( diff --git a/C4/Creators.pm b/C4/Creators.pm index e9e4dacf22..4d3d6374af 100644 --- a/C4/Creators.pm +++ b/C4/Creators.pm @@ -18,7 +18,7 @@ package C4::Creators; # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. BEGIN { - use version; our $VERSION = qv('3.07.00.049'); + use version; our $VERSION = qv('3.08.01.002'); use vars qw(@EXPORT @ISA); @ISA = qw(Exporter); our @EXPORT = qw(get_all_templates diff --git a/C4/Creators/Batch.pm b/C4/Creators/Batch.pm index 9306263f73..57e2eb9e9a 100644 --- a/C4/Creators/Batch.pm +++ b/C4/Creators/Batch.pm @@ -9,7 +9,7 @@ use C4::Context; use C4::Debug; BEGIN { - use version; our $VERSION = qv('3.07.00.049'); + use version; our $VERSION = qv('3.08.01.002'); } sub _check_params { diff --git a/C4/Creators/Layout.pm b/C4/Creators/Layout.pm index a12532f3f3..82238365e4 100644 --- a/C4/Creators/Layout.pm +++ b/C4/Creators/Layout.pm @@ -10,7 +10,7 @@ use C4::Debug; use C4::Creators::PDF; BEGIN { - use version; our $VERSION = qv('3.07.00.049'); + use version; our $VERSION = qv('3.08.01.002'); } # FIXME: Consider this style parameter verification instead... diff --git a/C4/Creators/Lib.pm b/C4/Creators/Lib.pm index 1ac794167a..eb8cde7ad3 100644 --- a/C4/Creators/Lib.pm +++ b/C4/Creators/Lib.pm @@ -26,7 +26,7 @@ use C4::Context; use C4::Debug; BEGIN { - use version; our $VERSION = qv('3.07.00.049'); + use version; our $VERSION = qv('3.08.01.002'); use base qw(Exporter); our @EXPORT = qw(get_all_templates get_all_layouts diff --git a/C4/Creators/PDF.pm b/C4/Creators/PDF.pm index 413b064572..e7959a2a56 100644 --- a/C4/Creators/PDF.pm +++ b/C4/Creators/PDF.pm @@ -23,7 +23,7 @@ use PDF::Reuse; use PDF::Reuse::Barcode; BEGIN { - use version; our $VERSION = qv('3.07.00.049'); + use version; our $VERSION = qv('3.08.01.002'); } sub _InitVars { diff --git a/C4/Creators/Profile.pm b/C4/Creators/Profile.pm index c94a2199a0..d2bc6d72b2 100644 --- a/C4/Creators/Profile.pm +++ b/C4/Creators/Profile.pm @@ -10,7 +10,7 @@ use C4::Debug; use C4::Creators::Lib 1.000000 qw(get_unit_values); BEGIN { - use version; our $VERSION = qv('3.07.00.049'); + use version; our $VERSION = qv('3.08.01.002'); } sub _check_params { diff --git a/C4/Creators/Template.pm b/C4/Creators/Template.pm index d80100e861..9b77227e97 100644 --- a/C4/Creators/Template.pm +++ b/C4/Creators/Template.pm @@ -11,7 +11,7 @@ use C4::Creators::Profile 1.000000; use C4::Creators::Lib 1.000000 qw(get_unit_values); BEGIN { - use version; our $VERSION = qv('3.07.00.049'); + use version; our $VERSION = qv('3.08.01.002'); } sub _check_params { diff --git a/C4/Csv.pm b/C4/Csv.pm index 95cf634471..9a98109a44 100644 --- a/C4/Csv.pm +++ b/C4/Csv.pm @@ -26,7 +26,7 @@ use C4::Context; use vars qw($VERSION @ISA @EXPORT); # set the version for version checking -$VERSION = 3.07.00.049; +$VERSION = 3.08.01.002; @ISA = qw(Exporter); diff --git a/C4/Dates.pm b/C4/Dates.pm index 4fd08aeb6c..c7fc06b998 100644 --- a/C4/Dates.pm +++ b/C4/Dates.pm @@ -31,7 +31,7 @@ use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); use vars qw($debug $cgi_debug); BEGIN { - $VERSION = 3.07.00.049; + $VERSION = 3.08.01.002; @ISA = qw(Exporter); @EXPORT_OK = qw(format_date_in_iso format_date); } diff --git a/C4/Debug.pm b/C4/Debug.pm index b735ab8e5c..c716a66751 100644 --- a/C4/Debug.pm +++ b/C4/Debug.pm @@ -27,7 +27,7 @@ use vars qw($VERSION @ISA @EXPORT $debug $cgi_debug); # use vars qw(@EXPORT_OK %EXPORT_TAGS); BEGIN { - $VERSION = 3.07.00.049; # set the version for version checking + $VERSION = 3.08.01.002; # set the version for version checking @ISA = qw(Exporter); @EXPORT = qw($debug $cgi_debug); # @EXPOR_OK = qw(); diff --git a/C4/External/Amazon.pm b/C4/External/Amazon.pm index 53ebbd3230..50d427c0fc 100644 --- a/C4/External/Amazon.pm +++ b/C4/External/Amazon.pm @@ -33,7 +33,7 @@ use vars qw($VERSION @ISA @EXPORT); BEGIN { require Exporter; - $VERSION = 3.07.00.049; + $VERSION = 3.08.01.002; @ISA = qw(Exporter); @EXPORT = qw( get_amazon_details diff --git a/C4/External/BakerTaylor.pm b/C4/External/BakerTaylor.pm index 3503db0ba8..d4800c4fff 100644 --- a/C4/External/BakerTaylor.pm +++ b/C4/External/BakerTaylor.pm @@ -32,7 +32,7 @@ use vars qw($user $pass $agent $image_url $link_url); BEGIN { require Exporter; - $VERSION = 3.07.00.049; + $VERSION = 3.08.01.002; @ISA = qw(Exporter); @EXPORT_OK = qw(&availability &content_cafe &image_url &link_url &http_jacket_link); %EXPORT_TAGS = (all=>\@EXPORT_OK); diff --git a/C4/External/Syndetics.pm b/C4/External/Syndetics.pm index 3d518daa13..fb5b127ace 100644 --- a/C4/External/Syndetics.pm +++ b/C4/External/Syndetics.pm @@ -30,7 +30,7 @@ use vars qw($VERSION @ISA @EXPORT); BEGIN { require Exporter; - $VERSION = 3.07.00.049; + $VERSION = 3.08.01.002; @ISA = qw(Exporter); @EXPORT = qw( &get_syndetics_index diff --git a/C4/Heading.pm b/C4/Heading.pm index dca4d1b7a7..797269fe3d 100644 --- a/C4/Heading.pm +++ b/C4/Heading.pm @@ -25,7 +25,7 @@ use C4::Context; use Module::Load; use Carp; -our $VERSION = 3.07.00.049; +our $VERSION = 3.08.01.002; =head1 NAME diff --git a/C4/Heading/MARC21.pm b/C4/Heading/MARC21.pm index 964e5fd724..4e4eb3d8e5 100644 --- a/C4/Heading/MARC21.pm +++ b/C4/Heading/MARC21.pm @@ -22,7 +22,7 @@ use warnings; use MARC::Record; use MARC::Field; -our $VERSION = 3.07.00.049; +our $VERSION = 3.08.01.002; =head1 NAME diff --git a/C4/Heading/UNIMARC.pm b/C4/Heading/UNIMARC.pm index a3b35b2503..f5f5ce8125 100644 --- a/C4/Heading/UNIMARC.pm +++ b/C4/Heading/UNIMARC.pm @@ -24,7 +24,7 @@ use MARC::Record; use MARC::Field; use C4::Context; -our $VERSION = 3.07.00.049; +our $VERSION = 3.08.01.002; =head1 NAME diff --git a/C4/ILSDI/Utility.pm b/C4/ILSDI/Utility.pm index b8c145748f..dbdf26e4c6 100644 --- a/C4/ILSDI/Utility.pm +++ b/C4/ILSDI/Utility.pm @@ -35,7 +35,7 @@ use vars qw($VERSION @ISA @EXPORT); BEGIN { # set the version for version checking - $VERSION = 3.07.00.049; + $VERSION = 3.08.01.002; require Exporter; @ISA = qw(Exporter); @EXPORT = qw( diff --git a/C4/Images.pm b/C4/Images.pm index 8b17f1cd2f..90693c9929 100644 --- a/C4/Images.pm +++ b/C4/Images.pm @@ -30,7 +30,7 @@ use vars qw($debug $noimage $VERSION @ISA @EXPORT); BEGIN { # set the version for version checking - $VERSION = 3.07.00.049; + $VERSION = 3.08.01.002; require Exporter; @ISA = qw(Exporter); @EXPORT = qw( diff --git a/C4/ImportBatch.pm b/C4/ImportBatch.pm index 5bf79bf369..50f86a7e45 100644 --- a/C4/ImportBatch.pm +++ b/C4/ImportBatch.pm @@ -30,7 +30,7 @@ use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); BEGIN { # set the version for version checking - $VERSION = 3.07.00.049; + $VERSION = 3.08.01.002; require Exporter; @ISA = qw(Exporter); @EXPORT = qw( diff --git a/C4/ImportExportFramework.pm b/C4/ImportExportFramework.pm index b81b393b7d..38b47c24c0 100644 --- a/C4/ImportExportFramework.pm +++ b/C4/ImportExportFramework.pm @@ -31,7 +31,7 @@ use C4::Debug; use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); BEGIN { - $VERSION = 3.07.00.049; # set version for version checking + $VERSION = 3.08.01.002; # set version for version checking require Exporter; @ISA = qw(Exporter); @EXPORT = qw( diff --git a/C4/Input.pm b/C4/Input.pm index 2e84dc2a3e..1728b7b39d 100644 --- a/C4/Input.pm +++ b/C4/Input.pm @@ -28,7 +28,7 @@ use CGI; use vars qw($VERSION @ISA @EXPORT); # set the version for version checking -$VERSION = 3.07.00.049; +$VERSION = 3.08.01.002; =head1 NAME diff --git a/C4/Installer.pm b/C4/Installer.pm index ccacd8e33b..e1cff5efbc 100644 --- a/C4/Installer.pm +++ b/C4/Installer.pm @@ -20,7 +20,7 @@ package C4::Installer; use strict; #use warnings; FIXME - Bug 2505 -our $VERSION = 3.07.00.049; +our $VERSION = 3.08.01.002; use C4::Context; use C4::Installer::PerlModules 1.000000; diff --git a/C4/Installer/PerlModules.pm b/C4/Installer/PerlModules.pm index 2f40cf559f..1143e477dd 100644 --- a/C4/Installer/PerlModules.pm +++ b/C4/Installer/PerlModules.pm @@ -7,7 +7,7 @@ use File::Spec; use C4::Installer::PerlDependencies; -use version; our $VERSION = qv('3.07.00.049'); +use version; our $VERSION = qv('3.08.01.002'); our $PERL_DEPS = $C4::Installer::PerlDependencies::PERL_DEPS; diff --git a/C4/Items.pm b/C4/Items.pm index 2afe53796f..30de1b3b47 100644 --- a/C4/Items.pm +++ b/C4/Items.pm @@ -36,7 +36,7 @@ use Data::Dumper; # used as part of logging item record changes, not just for use vars qw($VERSION @ISA @EXPORT); BEGIN { - $VERSION = 3.07.00.049; + $VERSION = 3.08.01.002; require Exporter; @ISA = qw( Exporter ); diff --git a/C4/Koha.pm b/C4/Koha.pm index b3f5897c6c..c5227c6a77 100644 --- a/C4/Koha.pm +++ b/C4/Koha.pm @@ -28,7 +28,7 @@ use Memoize; use vars qw($VERSION @ISA @EXPORT $DEBUG); BEGIN { - $VERSION = 3.07.00.049; + $VERSION = 3.08.01.002; require Exporter; @ISA = qw(Exporter); @EXPORT = qw( diff --git a/C4/Labels.pm b/C4/Labels.pm index 6462ed8ead..5d6442ecb3 100644 --- a/C4/Labels.pm +++ b/C4/Labels.pm @@ -1,7 +1,7 @@ package C4::Labels; BEGIN { - use version; our $VERSION = qv('3.07.00.049'); + use version; our $VERSION = qv('3.08.01.002'); use C4::Labels::Batch 1.000000; use C4::Labels::Label 1.000000; diff --git a/C4/Labels/Batch.pm b/C4/Labels/Batch.pm index 1ccf76bc94..57b6b4ac39 100644 --- a/C4/Labels/Batch.pm +++ b/C4/Labels/Batch.pm @@ -8,7 +8,7 @@ use base qw(C4::Creators::Batch); use autouse 'Data::Dumper' => qw(Dumper); BEGIN { - use version; our $VERSION = qv('3.07.00.049'); + use version; our $VERSION = qv('3.08.01.002'); } __PACKAGE__ =~ m/^C4::(.+)::.+$/; diff --git a/C4/Labels/Label.pm b/C4/Labels/Label.pm index 7b1fafd6f4..f98dfe9c2b 100644 --- a/C4/Labels/Label.pm +++ b/C4/Labels/Label.pm @@ -13,7 +13,7 @@ use C4::Debug; use C4::Biblio; BEGIN { - use version; our $VERSION = qv('3.07.00.049'); + use version; our $VERSION = qv('3.08.01.002'); } my $possible_decimal = qr/\d{3,}(?:\.\d+)?/; # at least three digits for a DDCN diff --git a/C4/Labels/Layout.pm b/C4/Labels/Layout.pm index 0501ea0015..1ec4cd3a11 100644 --- a/C4/Labels/Layout.pm +++ b/C4/Labels/Layout.pm @@ -8,7 +8,7 @@ use base qw(C4::Creators::Layout); use autouse 'Data::Dumper' => qw(Dumper); BEGIN { - use version; our $VERSION = qv('3.07.00.049'); + use version; our $VERSION = qv('3.08.01.002'); } __PACKAGE__ =~ m/^C4::(.+)::.+$/; diff --git a/C4/Labels/Profile.pm b/C4/Labels/Profile.pm index 8f41357d01..1b9d4d96cf 100644 --- a/C4/Labels/Profile.pm +++ b/C4/Labels/Profile.pm @@ -8,7 +8,7 @@ use base qw(C4::Creators::Profile); use autouse 'Data::Dumper' => qw(Dumper); BEGIN { - use version; our $VERSION = qv('3.07.00.049'); + use version; our $VERSION = qv('3.08.01.002'); } __PACKAGE__ =~ m/^C4::(.+)::.+$/; diff --git a/C4/Labels/Template.pm b/C4/Labels/Template.pm index 17ccea4bd2..72ec12d017 100644 --- a/C4/Labels/Template.pm +++ b/C4/Labels/Template.pm @@ -8,7 +8,7 @@ use base qw(C4::Creators::Template); use autouse 'Data::Dumper' => qw(Dumper); BEGIN { - use version; our $VERSION = qv('3.07.00.049'); + use version; our $VERSION = qv('3.08.01.002'); } use constant TEMPLATE_TABLE => 'creator_templates'; diff --git a/C4/Languages.pm b/C4/Languages.pm index d0eed6982e..d25e003a3e 100644 --- a/C4/Languages.pm +++ b/C4/Languages.pm @@ -37,7 +37,7 @@ eval { }; BEGIN { - $VERSION = 3.07.00.049; + $VERSION = 3.08.01.002; require Exporter; @ISA = qw(Exporter); @EXPORT = qw( diff --git a/C4/Letters.pm b/C4/Letters.pm index f789fb7844..b2fabde8d3 100644 --- a/C4/Letters.pm +++ b/C4/Letters.pm @@ -38,7 +38,7 @@ use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); BEGIN { require Exporter; # set the version for version checking - $VERSION = 3.07.00.049; + $VERSION = 3.08.01.002; @ISA = qw(Exporter); @EXPORT = qw( &GetLetters &GetPreparedLetter &GetWrappedLetter &addalert &getalert &delalert &findrelatedto &SendAlerts &GetPrintMessages diff --git a/C4/Log.pm b/C4/Log.pm index 14448e3ca5..a428743676 100644 --- a/C4/Log.pm +++ b/C4/Log.pm @@ -31,7 +31,7 @@ use vars qw($VERSION @ISA @EXPORT); BEGIN { # set the version for version checking - $VERSION = 3.07.00.049; + $VERSION = 3.08.01.002; require Exporter; @ISA = qw(Exporter); @EXPORT = qw(&logaction &GetLogStatus &displaylog &GetLogs); diff --git a/C4/Maintainance.pm b/C4/Maintainance.pm index 8726ef91f1..94d05edc2b 100644 --- a/C4/Maintainance.pm +++ b/C4/Maintainance.pm @@ -29,7 +29,7 @@ require Exporter; use vars qw($VERSION @ISA @EXPORT); # set the version for version checking -$VERSION = 3.07.00.049; +$VERSION = 3.08.01.002; =head1 NAME diff --git a/C4/Matcher.pm b/C4/Matcher.pm index 59b5876c2a..d21609aeb7 100644 --- a/C4/Matcher.pm +++ b/C4/Matcher.pm @@ -29,7 +29,7 @@ use vars qw($VERSION); BEGIN { # set the version for version checking - $VERSION = 3.07.00.049; + $VERSION = 3.08.01.002; } =head1 NAME diff --git a/C4/Members.pm b/C4/Members.pm index 7276937596..f7dc841f96 100644 --- a/C4/Members.pm +++ b/C4/Members.pm @@ -42,7 +42,7 @@ use Koha::DateUtils; our ($VERSION,@ISA,@EXPORT,@EXPORT_OK,$debug); BEGIN { - $VERSION = 3.07.00.049; + $VERSION = 3.08.01.002; $debug = $ENV{DEBUG} || 0; require Exporter; @ISA = qw(Exporter); diff --git a/C4/Members/AttributeTypes.pm b/C4/Members/AttributeTypes.pm index 1633b0b930..7d3d95401e 100644 --- a/C4/Members/AttributeTypes.pm +++ b/C4/Members/AttributeTypes.pm @@ -25,7 +25,7 @@ use vars qw($VERSION); BEGIN { # set the version for version checking - $VERSION = 3.07.00.049; + $VERSION = 3.08.01.002; } =head1 NAME diff --git a/C4/Members/Attributes.pm b/C4/Members/Attributes.pm index 0cd7208b95..b20b336f49 100644 --- a/C4/Members/Attributes.pm +++ b/C4/Members/Attributes.pm @@ -29,7 +29,7 @@ our ($csv, $AttributeTypes); BEGIN { # set the version for version checking - $VERSION = 3.07.00.049; + $VERSION = 3.08.01.002; @ISA = qw(Exporter); @EXPORT_OK = qw(GetBorrowerAttributes GetBorrowerAttributeValue CheckUniqueness SetBorrowerAttributes extended_attributes_code_value_arrayref extended_attributes_merge diff --git a/C4/Members/Messaging.pm b/C4/Members/Messaging.pm index 472597b76f..b0762da0e4 100644 --- a/C4/Members/Messaging.pm +++ b/C4/Members/Messaging.pm @@ -25,7 +25,7 @@ use vars qw($VERSION); BEGIN { # set the version for version checking - $VERSION = 3.07.00.049; + $VERSION = 3.08.01.002; } =head1 NAME diff --git a/C4/NewsChannels.pm b/C4/NewsChannels.pm index 0201729ce2..86f737d071 100644 --- a/C4/NewsChannels.pm +++ b/C4/NewsChannels.pm @@ -26,7 +26,7 @@ use C4::Dates qw(format_date); use vars qw($VERSION @ISA @EXPORT); BEGIN { - $VERSION = 3.07.00.049; # set the version for version checking + $VERSION = 3.08.01.002; # set the version for version checking @ISA = qw(Exporter); @EXPORT = qw( &GetNewsToDisplay diff --git a/C4/Output.pm b/C4/Output.pm index 21002c04d3..8f30737b37 100644 --- a/C4/Output.pm +++ b/C4/Output.pm @@ -37,7 +37,7 @@ use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); BEGIN { # set the version for version checking - $VERSION = 3.07.00.049; + $VERSION = 3.08.01.002; require Exporter; @ISA = qw(Exporter); diff --git a/C4/Overdues.pm b/C4/Overdues.pm index ffdeaf5cf1..4db2d8003c 100644 --- a/C4/Overdues.pm +++ b/C4/Overdues.pm @@ -33,7 +33,7 @@ use vars qw($VERSION @ISA @EXPORT); BEGIN { # set the version for version checking - $VERSION = 3.07.00.049; + $VERSION = 3.08.01.002; require Exporter; @ISA = qw(Exporter); # subs to rename (and maybe merge some...) diff --git a/C4/Patroncards.pm b/C4/Patroncards.pm index 748243dff9..52467f1298 100644 --- a/C4/Patroncards.pm +++ b/C4/Patroncards.pm @@ -1,7 +1,7 @@ package C4::Patroncards; BEGIN { - use version; our $VERSION = qv('3.07.00.049'); + use version; our $VERSION = qv('3.08.01.002'); use vars qw(@EXPORT @ISA); @ISA = qw(Exporter); our @EXPORT = qw(unpack_UTF8 diff --git a/C4/Patroncards/Batch.pm b/C4/Patroncards/Batch.pm index 11c0661c7d..a263bb328a 100644 --- a/C4/Patroncards/Batch.pm +++ b/C4/Patroncards/Batch.pm @@ -8,7 +8,7 @@ use base qw(C4::Creators::Batch); use autouse 'Data::Dumper' => qw(Dumper); BEGIN { - use version; our $VERSION = qv('3.07.00.049'); + use version; our $VERSION = qv('3.08.01.002'); } __PACKAGE__ =~ m/^C4::(.+)::.+$/; diff --git a/C4/Patroncards/Layout.pm b/C4/Patroncards/Layout.pm index ab215ade84..98c263b64a 100644 --- a/C4/Patroncards/Layout.pm +++ b/C4/Patroncards/Layout.pm @@ -8,7 +8,7 @@ use base qw(C4::Creators::Layout); use autouse 'Data::Dumper' => qw(Dumper); BEGIN { - use version; our $VERSION = qv('3.07.00.049'); + use version; our $VERSION = qv('3.08.01.002'); } __PACKAGE__ =~ m/^C4::(.+)::.+$/; diff --git a/C4/Patroncards/Lib.pm b/C4/Patroncards/Lib.pm index 9d1d3ed367..ec7ddfa6f5 100644 --- a/C4/Patroncards/Lib.pm +++ b/C4/Patroncards/Lib.pm @@ -26,7 +26,7 @@ use C4::Context; use C4::Debug; BEGIN { - use version; our $VERSION = qv('3.07.00.049'); + use version; our $VERSION = qv('3.08.01.002'); use base qw(Exporter); our @EXPORT = qw(unpack_UTF8 text_alignment diff --git a/C4/Patroncards/Patroncard.pm b/C4/Patroncards/Patroncard.pm index 440a05c34e..f335648633 100644 --- a/C4/Patroncards/Patroncard.pm +++ b/C4/Patroncards/Patroncard.pm @@ -29,7 +29,7 @@ use C4::Creators::PDF 1.000000 qw(StrWidth); use C4::Patroncards::Lib 1.000000 qw(unpack_UTF8 text_alignment leading box get_borrower_attributes); BEGIN { - use version; our $VERSION = qv('3.07.00.049'); + use version; our $VERSION = qv('3.08.01.002'); } sub new { diff --git a/C4/Patroncards/Profile.pm b/C4/Patroncards/Profile.pm index 4842b3f3f5..04c7eedc02 100644 --- a/C4/Patroncards/Profile.pm +++ b/C4/Patroncards/Profile.pm @@ -8,7 +8,7 @@ use base qw(C4::Creators::Profile); use autouse 'Data::Dumper' => qw(Dumper); BEGIN { - use version; our $VERSION = qv('3.07.00.049'); + use version; our $VERSION = qv('3.08.01.002'); } __PACKAGE__ =~ m/^C4::(.+)::.+$/; diff --git a/C4/Patroncards/Template.pm b/C4/Patroncards/Template.pm index 5cfd7ca981..c4b240ff64 100644 --- a/C4/Patroncards/Template.pm +++ b/C4/Patroncards/Template.pm @@ -8,7 +8,7 @@ use base qw(C4::Creators::Template); use autouse 'Data::Dumper' => qw(Dumper); BEGIN { - use version; our $VERSION = qv('3.07.00.049'); + use version; our $VERSION = qv('3.08.01.002'); } use constant TEMPLATE_TABLE => 'creator_templates'; diff --git a/C4/Print.pm b/C4/Print.pm index 12aa107db9..c059cb5c27 100644 --- a/C4/Print.pm +++ b/C4/Print.pm @@ -25,7 +25,7 @@ use vars qw($VERSION @ISA @EXPORT); BEGIN { # set the version for version checking - $VERSION = 3.07.00.049; + $VERSION = 3.08.01.002; require Exporter; @ISA = qw(Exporter); @EXPORT = qw(&NetworkPrint); diff --git a/C4/Ratings.pm b/C4/Ratings.pm index b9ae7de336..9d76b25dbd 100644 --- a/C4/Ratings.pm +++ b/C4/Ratings.pm @@ -29,7 +29,7 @@ use C4::Context; use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); BEGIN { - $VERSION = 3.07.00.049; + $VERSION = 3.08.01.002; @ISA = qw(Exporter); @EXPORT = qw( diff --git a/C4/Record.pm b/C4/Record.pm index ed91196922..da6ddec70a 100644 --- a/C4/Record.pm +++ b/C4/Record.pm @@ -39,7 +39,7 @@ use Text::CSV::Encoded; #marc2csv use vars qw($VERSION @ISA @EXPORT); # set the version for version checking -$VERSION = 3.07.00.049; +$VERSION = 3.08.01.002; @ISA = qw(Exporter); diff --git a/C4/Reports.pm b/C4/Reports.pm index 104858e750..dfa9d4b09b 100644 --- a/C4/Reports.pm +++ b/C4/Reports.pm @@ -27,7 +27,7 @@ use C4::Debug; BEGIN { # set the version for version checking - $VERSION = 3.07.00.049; + $VERSION = 3.08.01.002; require Exporter; @ISA = qw(Exporter); @EXPORT = qw( diff --git a/C4/Reports/Guided.pm b/C4/Reports/Guided.pm index 7ceda9f1e4..658c013683 100644 --- a/C4/Reports/Guided.pm +++ b/C4/Reports/Guided.pm @@ -35,7 +35,7 @@ use C4::Debug; BEGIN { # set the version for version checking - $VERSION = 3.07.00.049; + $VERSION = 3.08.01.002; require Exporter; @ISA = qw(Exporter); @EXPORT = qw( diff --git a/C4/Reserves.pm b/C4/Reserves.pm index 2850e63de5..64cfc4e34c 100644 --- a/C4/Reserves.pm +++ b/C4/Reserves.pm @@ -88,7 +88,7 @@ This modules provides somes functions to deal with reservations. BEGIN { # set the version for version checking - $VERSION = 3.07.00.049; + $VERSION = 3.08.01.002; require Exporter; @ISA = qw(Exporter); @EXPORT = qw( diff --git a/C4/Review.pm b/C4/Review.pm index dd989ed689..8a199955cf 100644 --- a/C4/Review.pm +++ b/C4/Review.pm @@ -26,7 +26,7 @@ use vars qw($VERSION @ISA @EXPORT); BEGIN { # set the version for version checking - $VERSION = 3.07.00.049; + $VERSION = 3.08.01.002; require Exporter; @ISA = qw(Exporter); @EXPORT = qw(getreview savereview updatereview numberofreviews numberofreviewsbybiblionumber diff --git a/C4/Ris.pm b/C4/Ris.pm index ce32ea9d5a..1e33e5496c 100644 --- a/C4/Ris.pm +++ b/C4/Ris.pm @@ -65,7 +65,7 @@ package C4::Ris; use vars qw($VERSION @ISA @EXPORT); # set the version for version checking -$VERSION = 3.07.00.049; +$VERSION = 3.08.01.002; @ISA = qw(Exporter); diff --git a/C4/RotatingCollections.pm b/C4/RotatingCollections.pm index d8b94b32b0..b18a0eeccd 100644 --- a/C4/RotatingCollections.pm +++ b/C4/RotatingCollections.pm @@ -37,7 +37,7 @@ use Data::Dumper; use vars qw($VERSION @ISA @EXPORT); # set the version for version checking -$VERSION = 3.07.00.049; +$VERSION = 3.08.01.002; =head1 NAME diff --git a/C4/SIP/ILS/Item.pm b/C4/SIP/ILS/Item.pm index 80e87404ed..0b01ca71b2 100644 --- a/C4/SIP/ILS/Item.pm +++ b/C4/SIP/ILS/Item.pm @@ -25,7 +25,7 @@ use C4::Reserves; use vars qw($VERSION @ISA @EXPORT @EXPORT_OK); BEGIN { - $VERSION = 3.07.00.049; + $VERSION = 3.08.01.002; require Exporter; @ISA = qw(Exporter); @EXPORT_OK = qw(); diff --git a/C4/SIP/ILS/Patron.pm b/C4/SIP/ILS/Patron.pm index f7400f45b2..c1adee6e8b 100644 --- a/C4/SIP/ILS/Patron.pm +++ b/C4/SIP/ILS/Patron.pm @@ -26,7 +26,7 @@ use Digest::MD5 qw(md5_base64); use vars qw($VERSION @ISA @EXPORT @EXPORT_OK); BEGIN { - $VERSION = 3.07.00.049; + $VERSION = 3.08.01.002; @ISA = qw(Exporter); @EXPORT_OK = qw(invalid_patron); } diff --git a/C4/SIP/ILS/Transaction/Checkout.pm b/C4/SIP/ILS/Transaction/Checkout.pm index 7fa21d500e..b4b6a86806 100644 --- a/C4/SIP/ILS/Transaction/Checkout.pm +++ b/C4/SIP/ILS/Transaction/Checkout.pm @@ -24,7 +24,7 @@ use C4::Debug; use vars qw($VERSION @ISA $debug); BEGIN { - $VERSION = 3.07.00.049; + $VERSION = 3.08.01.002; @ISA = qw(ILS::Transaction); } diff --git a/C4/SIP/ILS/Transaction/FeePayment.pm b/C4/SIP/ILS/Transaction/FeePayment.pm index 19bdd041dc..90223a3340 100644 --- a/C4/SIP/ILS/Transaction/FeePayment.pm +++ b/C4/SIP/ILS/Transaction/FeePayment.pm @@ -27,7 +27,7 @@ use base qw(ILS::Transaction); use vars qw($VERSION @ISA $debug); our $debug = 0; -our $VERSION = 3.07.00.049; +our $VERSION = 3.08.01.002; my %fields = (); diff --git a/C4/SIP/ILS/Transaction/Hold.pm b/C4/SIP/ILS/Transaction/Hold.pm index 4644b73b14..e7b7b49e3e 100644 --- a/C4/SIP/ILS/Transaction/Hold.pm +++ b/C4/SIP/ILS/Transaction/Hold.pm @@ -16,7 +16,7 @@ use C4::Biblio; # GetBiblioFromItemNumber GetBiblioItemByBiblioNumber use vars qw($VERSION @ISA); BEGIN { - $VERSION = 3.07.00.049; + $VERSION = 3.08.01.002; @ISA = qw(ILS::Transaction); } diff --git a/C4/SIP/SIPServer.pm b/C4/SIP/SIPServer.pm index bab51e8942..c9ae36e33c 100644 --- a/C4/SIP/SIPServer.pm +++ b/C4/SIP/SIPServer.pm @@ -21,7 +21,7 @@ use constant LOG_SIP => "local6"; # Local alias for the logging facility use vars qw(@ISA $VERSION); BEGIN { - $VERSION = 3.07.00.049; + $VERSION = 3.08.01.002; @ISA = qw(Net::Server::PreFork); } diff --git a/C4/SIP/Sip.pm b/C4/SIP/Sip.pm index e9e1392b99..fe0fa16fa0 100644 --- a/C4/SIP/Sip.pm +++ b/C4/SIP/Sip.pm @@ -20,7 +20,7 @@ use Sip::Checksum qw(checksum); use vars qw($VERSION @ISA @EXPORT_OK %EXPORT_TAGS); BEGIN { - $VERSION = 3.07.00.049; + $VERSION = 3.08.01.002; @ISA = qw(Exporter); @EXPORT_OK = qw(y_or_n timestamp add_field maybe_add add_count diff --git a/C4/SIP/Sip/MsgType.pm b/C4/SIP/Sip/MsgType.pm index cc6b6d533b..47e8c1645e 100644 --- a/C4/SIP/Sip/MsgType.pm +++ b/C4/SIP/Sip/MsgType.pm @@ -24,7 +24,7 @@ use UNIVERSAL qw(can); # make sure this is *after* C4 modules. use vars qw(@ISA $VERSION @EXPORT_OK); BEGIN { - $VERSION = 3.07.00.049; + $VERSION = 3.08.01.002; @ISA = qw(Exporter); @EXPORT_OK = qw(handle); } diff --git a/C4/SMS.pm b/C4/SMS.pm index 24580d6c9f..12d88e7f84 100644 --- a/C4/SMS.pm +++ b/C4/SMS.pm @@ -40,7 +40,7 @@ use C4::Context; use vars qw( $VERSION ); BEGIN { - $VERSION = 3.07.00.049; + $VERSION = 3.08.01.002; } =head1 METHODS diff --git a/C4/SQLHelper.pm b/C4/SQLHelper.pm index 703c28d662..154ce3fd73 100644 --- a/C4/SQLHelper.pm +++ b/C4/SQLHelper.pm @@ -46,7 +46,7 @@ eval { BEGIN { # set the version for version checking - $VERSION = 3.07.00.049; + $VERSION = 3.08.01.002; require Exporter; @ISA = qw(Exporter); @EXPORT_OK=qw( diff --git a/C4/Scheduler.pm b/C4/Scheduler.pm index fe7e2ce770..22f7768470 100644 --- a/C4/Scheduler.pm +++ b/C4/Scheduler.pm @@ -26,7 +26,7 @@ use Schedule::At; BEGIN { # set the version for version checking - $VERSION = 3.07.00.049; + $VERSION = 3.08.01.002; require Exporter; @ISA = qw(Exporter); @EXPORT = diff --git a/C4/Scrubber.pm b/C4/Scrubber.pm index 519ee7fc7b..f70deb7ef5 100644 --- a/C4/Scrubber.pm +++ b/C4/Scrubber.pm @@ -27,7 +27,7 @@ use HTML::Scrubber; use C4::Context; use C4::Debug; -our $VERSION = v3.07.00.049; +our $VERSION = v3.08.01.002; my %scrubbertypes = ( diff --git a/C4/Search.pm b/C4/Search.pm index ae4a6645b3..a46264fc09 100644 --- a/C4/Search.pm +++ b/C4/Search.pm @@ -39,7 +39,7 @@ use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS $DEBUG); # set the version for version checking BEGIN { - $VERSION = 3.07.00.049; + $VERSION = 3.08.01.002; $DEBUG = ($ENV{DEBUG}) ? 1 : 0; } diff --git a/C4/Serials.pm b/C4/Serials.pm index f7686d1d19..42e9e30d3d 100644 --- a/C4/Serials.pm +++ b/C4/Serials.pm @@ -30,7 +30,7 @@ use C4::Debug; use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); BEGIN { - $VERSION = 3.07.00.049; # set version for version checking + $VERSION = 3.08.01.002; # set version for version checking require Exporter; @ISA = qw(Exporter); @EXPORT = qw( diff --git a/C4/ShelfBrowser.pm b/C4/ShelfBrowser.pm index 449190f541..fc83b4c23f 100644 --- a/C4/ShelfBrowser.pm +++ b/C4/ShelfBrowser.pm @@ -30,7 +30,7 @@ use C4::Koha; use vars qw($VERSION @ISA @EXPORT @EXPORT_OK); BEGIN { - $VERSION = 3.07.00.049; + $VERSION = 3.08.01.002; require Exporter; @ISA = qw(Exporter); @EXPORT = qw( diff --git a/C4/Stats.pm b/C4/Stats.pm index 745798398e..a626d7179a 100644 --- a/C4/Stats.pm +++ b/C4/Stats.pm @@ -29,7 +29,7 @@ our $debug; BEGIN { # set the version for version checking - $VERSION = 3.07.00.049; + $VERSION = 3.08.01.002; @ISA = qw(Exporter); @EXPORT = qw( &UpdateStats diff --git a/C4/Suggestions.pm b/C4/Suggestions.pm index 0cb484a883..cb85eb3a86 100644 --- a/C4/Suggestions.pm +++ b/C4/Suggestions.pm @@ -32,7 +32,7 @@ use C4::Letters; use List::MoreUtils qw; use C4::Dates qw(format_date_in_iso); use base qw(Exporter); -our $VERSION = 3.07.00.049; +our $VERSION = 3.08.01.002; our @EXPORT = qw< ConnectSuggestionAndBiblio CountSuggestion diff --git a/C4/Tags.pm b/C4/Tags.pm index 12a95bbd47..731154d105 100644 --- a/C4/Tags.pm +++ b/C4/Tags.pm @@ -30,7 +30,7 @@ use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); use vars qw($ext_dict $select_all @fields); BEGIN { - $VERSION = 3.07.00.049; + $VERSION = 3.08.01.002; @ISA = qw(Exporter); @EXPORT_OK = qw( &get_tag &get_tags &get_tag_rows diff --git a/C4/TmplToken.pm b/C4/TmplToken.pm index 819d304bb5..a60ef60017 100644 --- a/C4/TmplToken.pm +++ b/C4/TmplToken.pm @@ -39,7 +39,7 @@ This is a class representing a token scanned from an HTML::Template .tmpl file. ############################################################################### -$VERSION = 3.07.00.049; +$VERSION = 3.08.01.002; @ISA = qw(Exporter); @EXPORT_OK = qw(); diff --git a/C4/TmplTokenType.pm b/C4/TmplTokenType.pm index f723d76ed7..d9ef8671ee 100644 --- a/C4/TmplTokenType.pm +++ b/C4/TmplTokenType.pm @@ -38,7 +38,7 @@ The predefined constants are ############################################################################### -$VERSION = 3.07.00.049; +$VERSION = 3.08.01.002; @ISA = qw(Exporter); @EXPORT_OK = qw( diff --git a/C4/UploadedFile.pm b/C4/UploadedFile.pm index b7bcd37386..37b731976e 100644 --- a/C4/UploadedFile.pm +++ b/C4/UploadedFile.pm @@ -28,7 +28,7 @@ use vars qw($VERSION); BEGIN { # set the version for version checking - $VERSION = 3.07.00.049; + $VERSION = 3.08.01.002; } =head1 NAME diff --git a/C4/Utils.pm b/C4/Utils.pm index 31d50eb331..1042627067 100644 --- a/C4/Utils.pm +++ b/C4/Utils.pm @@ -27,7 +27,7 @@ use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS $debug); BEGIN { require Exporter; - $VERSION = 3.07.00.049; # set the version for version checking + $VERSION = 3.08.01.002; # set the version for version checking $debug = $ENV{DEBUG} || 0; @ISA = qw(Exporter); @EXPORT_OK = qw(&maxwidth &hashdump); diff --git a/C4/Utils/DataTables.pm b/C4/Utils/DataTables.pm index d6580906cd..60e20d7f5a 100644 --- a/C4/Utils/DataTables.pm +++ b/C4/Utils/DataTables.pm @@ -23,7 +23,7 @@ require Exporter; use vars qw($VERSION @ISA @EXPORT); BEGIN { - $VERSION = 3.07.00.049, + $VERSION = 3.08.01.002, @ISA = qw(Exporter); @EXPORT = qw(dt_build_orderby dt_build_having dt_get_params dt_build_query); diff --git a/C4/VirtualShelves.pm b/C4/VirtualShelves.pm index 8313bfa7ec..1a594f832b 100644 --- a/C4/VirtualShelves.pm +++ b/C4/VirtualShelves.pm @@ -33,7 +33,7 @@ use vars qw($VERSION @ISA @EXPORT @EXPORT_OK); BEGIN { # set the version for version checking - $VERSION = 3.07.00.049; + $VERSION = 3.08.01.002; require Exporter; @ISA = qw(Exporter); @EXPORT = qw( diff --git a/C4/VirtualShelves/Page.pm b/C4/VirtualShelves/Page.pm index bc89a8fb7e..0c63ee6426 100644 --- a/C4/VirtualShelves/Page.pm +++ b/C4/VirtualShelves/Page.pm @@ -44,7 +44,7 @@ use constant VIRTUALSHELVES_COUNT => 20; use vars qw($debug @EXPORT @ISA $VERSION); BEGIN { - $VERSION = 3.07.00.049; + $VERSION = 3.08.01.002; @ISA = qw(Exporter); @EXPORT = qw(&shelfpage); $debug = $ENV{DEBUG} || 0; diff --git a/C4/XISBN.pm b/C4/XISBN.pm index 8616c955fc..8556e5d38c 100644 --- a/C4/XISBN.pm +++ b/C4/XISBN.pm @@ -31,7 +31,7 @@ use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); BEGIN { require Exporter; - $VERSION = 3.07.00.049; + $VERSION = 3.08.01.002; @ISA = qw(Exporter); @EXPORT_OK = qw( &get_xisbns diff --git a/C4/XSLT.pm b/C4/XSLT.pm index cbe1ff0fbc..f9eb65c320 100644 --- a/C4/XSLT.pm +++ b/C4/XSLT.pm @@ -39,7 +39,7 @@ use vars qw($VERSION @ISA @EXPORT); BEGIN { require Exporter; - $VERSION = 3.07.00.049; + $VERSION = 3.08.01.002; @ISA = qw(Exporter); @EXPORT = qw( &XSLTParse4Display diff --git a/C4/Z3950.pm b/C4/Z3950.pm index e5130d6df3..d56a3282bd 100644 --- a/C4/Z3950.pm +++ b/C4/Z3950.pm @@ -38,7 +38,7 @@ use vars qw($VERSION @ISA @EXPORT); BEGIN { # set the version for version checking - $VERSION = 3.07.00.049; + $VERSION = 3.08.01.002; require Exporter; @ISA = qw(Exporter); @EXPORT = qw( -- 2.39.5