Browse Source

Bug 7941 : Fix version numbers in modules

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
3.10.x
Chris Cormack 12 years ago
committed by Paul Poulain
parent
commit
509d673f10
  1. 2
      C4/Accounts.pm
  2. 2
      C4/Acquisition.pm
  3. 3
      C4/Auth.pm
  4. 2
      C4/Auth_with_cas.pm
  5. 2
      C4/Auth_with_ldap.pm
  6. 2
      C4/AuthoritiesMarc.pm
  7. 2
      C4/AuthoritiesMarc/MARC21.pm
  8. 2
      C4/AuthoritiesMarc/UNIMARC.pm
  9. 2
      C4/BackgroundJob.pm
  10. 2
      C4/Barcodes.pm
  11. 2
      C4/Barcodes/PrinterConfig.pm
  12. 2
      C4/Barcodes/annual.pm
  13. 2
      C4/Barcodes/hbyymmincr.pm
  14. 2
      C4/Barcodes/incremental.pm
  15. 2
      C4/Biblio.pm
  16. 2
      C4/Bookseller.pm
  17. 2
      C4/Boolean.pm
  18. 2
      C4/Branch.pm
  19. 2
      C4/Breeding.pm
  20. 2
      C4/Budgets.pm
  21. 2
      C4/Charset.pm
  22. 2
      C4/Circulation.pm
  23. 2
      C4/ClassSortRoutine.pm
  24. 2
      C4/ClassSortRoutine/Dewey.pm
  25. 2
      C4/ClassSortRoutine/Generic.pm
  26. 2
      C4/ClassSortRoutine/LCC.pm
  27. 2
      C4/ClassSource.pm
  28. 2
      C4/Context.pm
  29. 2
      C4/Contract.pm
  30. 2
      C4/Creators.pm
  31. 2
      C4/Creators/Batch.pm
  32. 2
      C4/Creators/Layout.pm
  33. 2
      C4/Creators/Lib.pm
  34. 2
      C4/Creators/PDF.pm
  35. 2
      C4/Creators/Profile.pm
  36. 2
      C4/Creators/Template.pm
  37. 2
      C4/Csv.pm
  38. 2
      C4/Dates.pm
  39. 2
      C4/Debug.pm
  40. 2
      C4/External/Amazon.pm
  41. 2
      C4/External/BakerTaylor.pm
  42. 2
      C4/External/Syndetics.pm
  43. 2
      C4/Heading.pm
  44. 2
      C4/Heading/MARC21.pm
  45. 2
      C4/Heading/UNIMARC.pm
  46. 2
      C4/ILSDI/Utility.pm
  47. 2
      C4/Images.pm
  48. 2
      C4/ImportBatch.pm
  49. 2
      C4/ImportExportFramework.pm
  50. 2
      C4/Input.pm
  51. 2
      C4/Installer.pm
  52. 2
      C4/Installer/PerlModules.pm
  53. 2
      C4/Items.pm
  54. 2
      C4/Koha.pm
  55. 2
      C4/Labels.pm
  56. 2
      C4/Labels/Batch.pm
  57. 2
      C4/Labels/Label.pm
  58. 2
      C4/Labels/Layout.pm
  59. 2
      C4/Labels/Profile.pm
  60. 2
      C4/Labels/Template.pm
  61. 2
      C4/Languages.pm
  62. 2
      C4/Letters.pm
  63. 2
      C4/Log.pm
  64. 2
      C4/Maintainance.pm
  65. 2
      C4/Matcher.pm
  66. 2
      C4/Members.pm
  67. 2
      C4/Members/AttributeTypes.pm
  68. 2
      C4/Members/Attributes.pm
  69. 2
      C4/Members/Messaging.pm
  70. 2
      C4/NewsChannels.pm
  71. 2
      C4/Output.pm
  72. 2
      C4/Overdues.pm
  73. 2
      C4/Patroncards.pm
  74. 2
      C4/Patroncards/Batch.pm
  75. 2
      C4/Patroncards/Layout.pm
  76. 2
      C4/Patroncards/Lib.pm
  77. 2
      C4/Patroncards/Patroncard.pm
  78. 2
      C4/Patroncards/Profile.pm
  79. 2
      C4/Patroncards/Template.pm
  80. 2
      C4/Print.pm
  81. 2
      C4/Ratings.pm
  82. 2
      C4/Record.pm
  83. 2
      C4/Reports.pm
  84. 2
      C4/Reports/Guided.pm
  85. 2
      C4/Reserves.pm
  86. 2
      C4/Review.pm
  87. 2
      C4/Ris.pm
  88. 2
      C4/RotatingCollections.pm
  89. 2
      C4/SIP/ILS/Item.pm
  90. 2
      C4/SIP/ILS/Patron.pm
  91. 2
      C4/SIP/ILS/Transaction/Checkout.pm
  92. 2
      C4/SIP/ILS/Transaction/FeePayment.pm
  93. 2
      C4/SIP/ILS/Transaction/Hold.pm
  94. 2
      C4/SIP/SIPServer.pm
  95. 2
      C4/SIP/Sip.pm
  96. 2
      C4/SIP/Sip/MsgType.pm
  97. 2
      C4/SMS.pm
  98. 2
      C4/SQLHelper.pm
  99. 2
      C4/Scheduler.pm
  100. 2
      C4/Scrubber.pm

2
C4/Accounts.pm

@ -29,7 +29,7 @@ use vars qw($VERSION @ISA @EXPORT);
BEGIN {
# set the version for version checking
$VERSION = 3.03;
$VERSION = 3.07.00.049;
require Exporter;
@ISA = qw(Exporter);
@EXPORT = qw(

2
C4/Acquisition.pm

@ -37,7 +37,7 @@ use vars qw($VERSION @ISA @EXPORT);
BEGIN {
# set the version for version checking
$VERSION = 3.01;
$VERSION = 3.07.00.049;
require Exporter;
@ISA = qw(Exporter);
@EXPORT = qw(

3
C4/Auth.pm

@ -41,7 +41,8 @@ BEGIN {
if ( psgi_env ) { die 'psgi:exit' }
else { exit }
}
$VERSION = 3.02; # set version for version checking
$VERSION = 3.07.00.049; # set version for version checking
$debug = $ENV{DEBUG};
@ISA = qw(Exporter);
@EXPORT = qw(&checkauth &get_template_and_user &haspermission &get_user_subpermissions);

2
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.03; # set the version for version checking
$VERSION = 3.07.00.049; # 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);

2
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.10; # set the version for version checking
$VERSION = 3.07.00.049; # set the version for version checking
@ISA = qw(Exporter);
@EXPORT = qw( checkpw_ldap );
}

2
C4/AuthoritiesMarc.pm

@ -31,7 +31,7 @@ use vars qw($VERSION @ISA @EXPORT);
BEGIN {
# set the version for version checking
$VERSION = 3.01;
$VERSION = 3.07.00.049;
require Exporter;
@ISA = qw(Exporter);

2
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.00;
our $VERSION = 3.07.00.049;
=head1 NAME

2
C4/AuthoritiesMarc/UNIMARC.pm

@ -19,7 +19,7 @@ package C4::AuthoritiesMarc::UNIMARC;
use strict;
#use warnings; FIXME - Bug 2505
our $VERSION = 3.00;
our $VERSION = 3.07.00.049;
=head1 NAME

2
C4/BackgroundJob.pm

@ -28,7 +28,7 @@ use vars qw($VERSION);
BEGIN {
# set the version for version checking
$VERSION = 3.00;
$VERSION = 3.07.00.049;
}
=head1 NAME

2
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 = 0.01;
$VERSION = 3.07.00.049;
require Exporter;
@ISA = qw(Exporter);
@EXPORT_OK = qw();

2
C4/Barcodes/PrinterConfig.pm

@ -24,7 +24,7 @@ use PDF::API2::Page;
BEGIN {
# set the version for version checking
$VERSION = 0.02;
$VERSION = 3.07.00.049;
require Exporter;
@EXPORT = qw(&labelsPage &getLabelPosition setPositionsForX setPositionsForY);
}

2
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 = 0.01;
$VERSION = 3.07.00.049;
@ISA = qw(C4::Barcodes);
$width = 4;
}

2
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 = 0.01;
$VERSION = 3.07.00.049;
@ISA = qw(C4::Barcodes);
}

2
C4/Barcodes/incremental.pm

@ -23,7 +23,7 @@ use warnings;
use vars qw($VERSION @ISA);
BEGIN {
$VERSION = 0.01;
$VERSION = 3.07.00.049;
@ISA = qw(C4::Barcodes);
}

2
C4/Biblio.pm

@ -40,7 +40,7 @@ use C4::OAI::Sets;
use vars qw($VERSION @ISA @EXPORT);
BEGIN {
$VERSION = 1.00;
$VERSION = 3.07.00.049;
require Exporter;
@ISA = qw( Exporter );

2
C4/Bookseller.pm

@ -24,7 +24,7 @@ use warnings;
use base qw( Exporter );
# set the version for version checking
our $VERSION = 4.01;
our $VERSION = 3.07.00.049;
our @EXPORT_OK = qw(
GetBookSeller GetBooksellersWithLateOrders GetBookSellerFromId
ModBookseller

2
C4/Boolean.pm

@ -27,7 +27,7 @@ use warnings;
use Carp;
use base qw(Exporter);
our $VERSION = 0.03;
our $VERSION = 3.07.00.049;
our @EXPORT_OK = qw( true_p);
=head1 NAME

2
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.02;
$VERSION = 3.07.00.049;
@ISA = qw(Exporter);
@EXPORT = qw(
&GetBranchCategory

2
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 = 0.02;
$VERSION = 3.07.00.049;
require Exporter;
@ISA = qw(Exporter);
@EXPORT = qw(&ImportBreeding &BreedingSearch);

2
C4/Budgets.pm

@ -28,7 +28,7 @@ use vars qw($VERSION @ISA @EXPORT);
BEGIN {
# set the version for version checking
$VERSION = 3.01;
$VERSION = 3.07.00.049;
require Exporter;
@ISA = qw(Exporter);
@EXPORT = qw(

2
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.01;
$VERSION = 3.07.00.049;
require Exporter;
@ISA = qw(Exporter);
@EXPORT = qw(

2
C4/Circulation.pm

@ -47,7 +47,7 @@ use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
BEGIN {
require Exporter;
$VERSION = 3.02; # for version checking
$VERSION = 3.07.00.049; # for version checking
@ISA = qw(Exporter);
# FIXME subs that should probably be elsewhere

2
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.00;
$VERSION = 3.07.00.049;
=head1 NAME

2
C4/ClassSortRoutine/Dewey.pm

@ -23,7 +23,7 @@ use warnings;
use vars qw($VERSION);
# set the version for version checking
$VERSION = 3.00;
$VERSION = 3.07.00.049;
=head1 NAME

2
C4/ClassSortRoutine/Generic.pm

@ -23,7 +23,7 @@ use warnings;
use vars qw($VERSION);
# set the version for version checking
$VERSION = 3.00;
$VERSION = 3.07.00.049;
=head1 NAME

2
C4/ClassSortRoutine/LCC.pm

@ -23,7 +23,7 @@ use warnings;
use vars qw($VERSION);
# set the version for version checking
$VERSION = 3.00;
$VERSION = 3.07.00.049;
=head1 NAME

2
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.00;
$VERSION = 3.07.00.049;
=head1 NAME

2
C4/Context.pm

@ -95,7 +95,7 @@ BEGIN {
$ismemcached = $memcached->set('ismemcached','1');
}
$VERSION = '3.00.00.036';
$VERSION = '3.07.00.049';
}
use DBI;

2
C4/Contract.pm

@ -25,7 +25,7 @@ use vars qw($VERSION @ISA @EXPORT);
BEGIN {
# set the version for version checking
$VERSION = 3.2;
$VERSION = 3.07.00.049;
require Exporter;
@ISA = qw(Exporter);
@EXPORT = qw(

2
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('1.0.0_1');
use version; our $VERSION = qv('3.07.00.049');
use vars qw(@EXPORT @ISA);
@ISA = qw(Exporter);
our @EXPORT = qw(get_all_templates

2
C4/Creators/Batch.pm

@ -9,7 +9,7 @@ use C4::Context;
use C4::Debug;
BEGIN {
use version; our $VERSION = qv('1.0.0_1');
use version; our $VERSION = qv('3.07.00.049');
}
sub _check_params {

2
C4/Creators/Layout.pm

@ -10,7 +10,7 @@ use C4::Debug;
use C4::Creators::PDF;
BEGIN {
use version; our $VERSION = qv('1.0.0_1');
use version; our $VERSION = qv('3.07.00.049');
}
# FIXME: Consider this style parameter verification instead...

2
C4/Creators/Lib.pm

@ -26,7 +26,7 @@ use C4::Context;
use C4::Debug;
BEGIN {
use version; our $VERSION = qv('1.0.0_1');
use version; our $VERSION = qv('3.07.00.049');
use base qw(Exporter);
our @EXPORT = qw(get_all_templates
get_all_layouts

2
C4/Creators/PDF.pm

@ -23,7 +23,7 @@ use PDF::Reuse;
use PDF::Reuse::Barcode;
BEGIN {
use version; our $VERSION = qv('1.0.0_1');
use version; our $VERSION = qv('3.07.00.049');
}
sub _InitVars {

2
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('1.0.0_1');
use version; our $VERSION = qv('3.07.00.049');
}
sub _check_params {

2
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('1.0.0_1');
use version; our $VERSION = qv('3.07.00.049');
}
sub _check_params {

2
C4/Csv.pm

@ -26,7 +26,7 @@ use C4::Context;
use vars qw($VERSION @ISA @EXPORT);
# set the version for version checking
$VERSION = 3.00;
$VERSION = 3.07.00.049;
@ISA = qw(Exporter);

2
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 = 0.04;
$VERSION = 3.07.00.049;
@ISA = qw(Exporter);
@EXPORT_OK = qw(format_date_in_iso format_date);
}

2
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 = 1.00; # set the version for version checking
$VERSION = 3.07.00.049; # set the version for version checking
@ISA = qw(Exporter);
@EXPORT = qw($debug $cgi_debug);
# @EXPOR_OK = qw();

2
C4/External/Amazon.pm

@ -33,7 +33,7 @@ use vars qw($VERSION @ISA @EXPORT);
BEGIN {
require Exporter;
$VERSION = 0.03;
$VERSION = 3.07.00.049;
@ISA = qw(Exporter);
@EXPORT = qw(
get_amazon_details

2
C4/External/BakerTaylor.pm

@ -32,7 +32,7 @@ use vars qw($user $pass $agent $image_url $link_url);
BEGIN {
require Exporter;
$VERSION = 0.01;
$VERSION = 3.07.00.049;
@ISA = qw(Exporter);
@EXPORT_OK = qw(&availability &content_cafe &image_url &link_url &http_jacket_link);
%EXPORT_TAGS = (all=>\@EXPORT_OK);

2
C4/External/Syndetics.pm

@ -30,7 +30,7 @@ use vars qw($VERSION @ISA @EXPORT);
BEGIN {
require Exporter;
$VERSION = 0.03;
$VERSION = 3.07.00.049;
@ISA = qw(Exporter);
@EXPORT = qw(
&get_syndetics_index

2
C4/Heading.pm

@ -25,7 +25,7 @@ use C4::Context;
use Module::Load;
use Carp;
our $VERSION = 3.00;
our $VERSION = 3.07.00.049;
=head1 NAME

2
C4/Heading/MARC21.pm

@ -22,7 +22,7 @@ use warnings;
use MARC::Record;
use MARC::Field;
our $VERSION = 3.00;
our $VERSION = 3.07.00.049;
=head1 NAME

2
C4/Heading/UNIMARC.pm

@ -24,7 +24,7 @@ use MARC::Record;
use MARC::Field;
use C4::Context;
our $VERSION = 3.00;
our $VERSION = 3.07.00.049;
=head1 NAME

2
C4/ILSDI/Utility.pm

@ -35,7 +35,7 @@ use vars qw($VERSION @ISA @EXPORT);
BEGIN {
# set the version for version checking
$VERSION = 3.00;
$VERSION = 3.07.00.049;
require Exporter;
@ISA = qw(Exporter);
@EXPORT = qw(

2
C4/Images.pm

@ -30,7 +30,7 @@ use vars qw($debug $noimage $VERSION @ISA @EXPORT);
BEGIN {
# set the version for version checking
$VERSION = 3.03;
$VERSION = 3.07.00.049;
require Exporter;
@ISA = qw(Exporter);
@EXPORT = qw(

2
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.01;
$VERSION = 3.07.00.049;
require Exporter;
@ISA = qw(Exporter);
@EXPORT = qw(

2
C4/ImportExportFramework.pm

@ -31,7 +31,7 @@ use C4::Debug;
use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
BEGIN {
$VERSION = 3.03; # set version for version checking
$VERSION = 3.07.00.049; # set version for version checking
require Exporter;
@ISA = qw(Exporter);
@EXPORT = qw(

2
C4/Input.pm

@ -28,7 +28,7 @@ use CGI;
use vars qw($VERSION @ISA @EXPORT);
# set the version for version checking
$VERSION = 0.01;
$VERSION = 3.07.00.049;
=head1 NAME

2
C4/Installer.pm

@ -20,7 +20,7 @@ package C4::Installer;
use strict;
#use warnings; FIXME - Bug 2505
our $VERSION = 3.00;
our $VERSION = 3.07.00.049;
use C4::Context;
use C4::Installer::PerlModules 1.000000;

2
C4/Installer/PerlModules.pm

@ -7,7 +7,7 @@ use File::Spec;
use C4::Installer::PerlDependencies;
use version; our $VERSION = qv('1.0.0_1');
use version; our $VERSION = qv('3.07.00.049');
our $PERL_DEPS = $C4::Installer::PerlDependencies::PERL_DEPS;

2
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.01;
$VERSION = 3.07.00.049;
require Exporter;
@ISA = qw( Exporter );

2
C4/Koha.pm

@ -33,7 +33,7 @@ use autouse 'Data::Dumper' => qw(Dumper);
use vars qw($VERSION @ISA @EXPORT @EXPORT_OK $DEBUG);
BEGIN {
$VERSION = 3.01;
$VERSION = 3.07.00.049;
require Exporter;
@ISA = qw(Exporter);
@EXPORT = qw(

2
C4/Labels.pm

@ -1,7 +1,7 @@
package C4::Labels;
BEGIN {
use version; our $VERSION = qv('1.0.0_1');
use version; our $VERSION = qv('3.07.00.049');
use C4::Labels::Batch 1.000000;
use C4::Labels::Label 1.000000;

2
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('1.0.0_1');
use version; our $VERSION = qv('3.07.00.049');
}
__PACKAGE__ =~ m/^C4::(.+)::.+$/;

2
C4/Labels/Label.pm

@ -13,7 +13,7 @@ use C4::Debug;
use C4::Biblio;
BEGIN {
use version; our $VERSION = qv('1.0.0_1');
use version; our $VERSION = qv('3.07.00.049');
}
my $possible_decimal = qr/\d{3,}(?:\.\d+)?/; # at least three digits for a DDCN

2
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('1.0.0_1');
use version; our $VERSION = qv('3.07.00.049');
}
__PACKAGE__ =~ m/^C4::(.+)::.+$/;

2
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('1.0.0_1');
use version; our $VERSION = qv('3.07.00.049');
}
__PACKAGE__ =~ m/^C4::(.+)::.+$/;

2
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('1.0.0_1');
use version; our $VERSION = qv('3.07.00.049');
}
use constant TEMPLATE_TABLE => 'creator_templates';

2
C4/Languages.pm

@ -37,7 +37,7 @@ eval {
};
BEGIN {
$VERSION = 3.00;
$VERSION = 3.07.00.049;
require Exporter;
@ISA = qw(Exporter);
@EXPORT = qw(

2
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.01;
$VERSION = 3.07.00.049;
@ISA = qw(Exporter);
@EXPORT = qw(
&GetLetters &GetPreparedLetter &GetWrappedLetter &addalert &getalert &delalert &findrelatedto &SendAlerts &GetPrintMessages

2
C4/Log.pm

@ -31,7 +31,7 @@ use vars qw($VERSION @ISA @EXPORT);
BEGIN {
# set the version for version checking
$VERSION = 3.01;
$VERSION = 3.07.00.049;
require Exporter;
@ISA = qw(Exporter);
@EXPORT = qw(&logaction &GetLogStatus &displaylog &GetLogs);

2
C4/Maintainance.pm

@ -29,7 +29,7 @@ require Exporter;
use vars qw($VERSION @ISA @EXPORT);
# set the version for version checking
$VERSION = 0.01;
$VERSION = 3.07.00.049;
=head1 NAME

2
C4/Matcher.pm

@ -29,7 +29,7 @@ use vars qw($VERSION);
BEGIN {
# set the version for version checking
$VERSION = 3.01;
$VERSION = 3.07.00.049;
}
=head1 NAME

2
C4/Members.pm

@ -43,7 +43,7 @@ use Text::Unaccent qw( unac_string );
our ($VERSION,@ISA,@EXPORT,@EXPORT_OK,$debug);
BEGIN {
$VERSION = 3.02;
$VERSION = 3.07.00.049;
$debug = $ENV{DEBUG} || 0;
require Exporter;
@ISA = qw(Exporter);

2
C4/Members/AttributeTypes.pm

@ -25,7 +25,7 @@ use vars qw($VERSION);
BEGIN {
# set the version for version checking
$VERSION = 3.00;
$VERSION = 3.07.00.049;
}
=head1 NAME

2
C4/Members/Attributes.pm

@ -29,7 +29,7 @@ our ($csv, $AttributeTypes);
BEGIN {
# set the version for version checking
$VERSION = 3.01;
$VERSION = 3.07.00.049;
@ISA = qw(Exporter);
@EXPORT_OK = qw(GetBorrowerAttributes GetBorrowerAttributeValue CheckUniqueness SetBorrowerAttributes
DeleteBorrowerAttribute UpdateBorrowerAttribute

2
C4/Members/Messaging.pm

@ -25,7 +25,7 @@ use vars qw($VERSION);
BEGIN {
# set the version for version checking
$VERSION = 3.00;
$VERSION = 3.07.00.049;
}
=head1 NAME

2
C4/NewsChannels.pm

@ -26,7 +26,7 @@ use C4::Dates qw(format_date);
use vars qw($VERSION @ISA @EXPORT);
BEGIN {
$VERSION = 3.01; # set the version for version checking
$VERSION = 3.07.00.049; # set the version for version checking
@ISA = qw(Exporter);
@EXPORT = qw(
&GetNewsToDisplay

2
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.03;
$VERSION = 3.07.00.049;
require Exporter;
@ISA = qw(Exporter);

2
C4/Overdues.pm

@ -33,7 +33,7 @@ use vars qw($VERSION @ISA @EXPORT);
BEGIN {
# set the version for version checking
$VERSION = 3.01;
$VERSION = 3.07.00.049;
require Exporter;
@ISA = qw(Exporter);
# subs to rename (and maybe merge some...)

2
C4/Patroncards.pm

@ -1,7 +1,7 @@
package C4::Patroncards;
BEGIN {
use version; our $VERSION = qv('1.0.0_1');
use version; our $VERSION = qv('3.07.00.049');
use vars qw(@EXPORT @ISA);
@ISA = qw(Exporter);
our @EXPORT = qw(unpack_UTF8

2
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('1.0.0_1');
use version; our $VERSION = qv('3.07.00.049');
}
__PACKAGE__ =~ m/^C4::(.+)::.+$/;

2
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('1.0.0_1');
use version; our $VERSION = qv('3.07.00.049');
}
__PACKAGE__ =~ m/^C4::(.+)::.+$/;

2
C4/Patroncards/Lib.pm

@ -26,7 +26,7 @@ use C4::Context;
use C4::Debug;
BEGIN {
use version; our $VERSION = qv('1.0.0_1');
use version; our $VERSION = qv('3.07.00.049');
use base qw(Exporter);
our @EXPORT = qw(unpack_UTF8
text_alignment

2
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('1.0.0_1');
use version; our $VERSION = qv('3.07.00.049');
}
sub new {

2
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('1.0.0_1');
use version; our $VERSION = qv('3.07.00.049');
}
__PACKAGE__ =~ m/^C4::(.+)::.+$/;

2
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('1.0.0_1');
use version; our $VERSION = qv('3.07.00.049');
}
use constant TEMPLATE_TABLE => 'creator_templates';

2
C4/Print.pm

@ -25,7 +25,7 @@ use vars qw($VERSION @ISA @EXPORT);
BEGIN {
# set the version for version checking
$VERSION = 3.01;
$VERSION = 3.07.00.049;
require Exporter;
@ISA = qw(Exporter);
@EXPORT = qw(&NetworkPrint);

2
C4/Ratings.pm

@ -29,7 +29,7 @@ use C4::Context;
use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
BEGIN {
$VERSION = 3.00;
$VERSION = 3.07.00.049;
@ISA = qw(Exporter);
@EXPORT = qw(

2
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.00;
$VERSION = 3.07.00.049;
@ISA = qw(Exporter);

2
C4/Reports.pm

@ -27,7 +27,7 @@ use C4::Debug;
BEGIN {
# set the version for version checking
$VERSION = 0.13;
$VERSION = 3.07.00.049;
require Exporter;
@ISA = qw(Exporter);
@EXPORT = qw(

2
C4/Reports/Guided.pm

@ -35,7 +35,7 @@ use C4::Debug;
BEGIN {
# set the version for version checking
$VERSION = 0.12;
$VERSION = 3.07.00.049;
require Exporter;
@ISA = qw(Exporter);
@EXPORT = qw(

2
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.01;
$VERSION = 3.07.00.049;
require Exporter;
@ISA = qw(Exporter);
@EXPORT = qw(

2
C4/Review.pm

@ -26,7 +26,7 @@ use vars qw($VERSION @ISA @EXPORT);
BEGIN {
# set the version for version checking
$VERSION = 3.00;
$VERSION = 3.07.00.049;
require Exporter;
@ISA = qw(Exporter);
@EXPORT = qw(getreview savereview updatereview numberofreviews numberofreviewsbybiblionumber

2
C4/Ris.pm

@ -65,7 +65,7 @@ package C4::Ris;
use vars qw($VERSION @ISA @EXPORT);
# set the version for version checking
$VERSION = 3.00;
$VERSION = 3.07.00.049;
@ISA = qw(Exporter);

2
C4/RotatingCollections.pm

@ -37,7 +37,7 @@ use Data::Dumper;
use vars qw($VERSION @ISA @EXPORT);
# set the version for version checking
$VERSION = 0.01;
$VERSION = 3.07.00.049;
=head1 NAME

2
C4/SIP/ILS/Item.pm

@ -25,7 +25,7 @@ use C4::Reserves;
use vars qw($VERSION @ISA @EXPORT @EXPORT_OK);
BEGIN {
$VERSION = 2.11;
$VERSION = 3.07.00.049;
require Exporter;
@ISA = qw(Exporter);
@EXPORT_OK = qw();

2
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 = 2.03;
$VERSION = 3.07.00.049;
@ISA = qw(Exporter);
@EXPORT_OK = qw(invalid_patron);
}

2
C4/SIP/ILS/Transaction/Checkout.pm

@ -24,7 +24,7 @@ use C4::Debug;
use vars qw($VERSION @ISA $debug);
BEGIN {
$VERSION = 1.03;
$VERSION = 3.07.00.049;
@ISA = qw(ILS::Transaction);
}

2
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 = 1.00;
our $VERSION = 3.07.00.049;
my %fields = ();

2
C4/SIP/ILS/Transaction/Hold.pm

@ -16,7 +16,7 @@ use C4::Biblio; # GetBiblioFromItemNumber GetBiblioItemByBiblioNumber
use vars qw($VERSION @ISA);
BEGIN {
$VERSION = 1.01;
$VERSION = 3.07.00.049;
@ISA = qw(ILS::Transaction);
}

2
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 = 1.02;
$VERSION = 3.07.00.049;
@ISA = qw(Net::Server::PreFork);
}

2
C4/SIP/Sip.pm

@ -20,7 +20,7 @@ use Sip::Checksum qw(checksum);
use vars qw($VERSION @ISA @EXPORT_OK %EXPORT_TAGS);
BEGIN {
$VERSION = 1.00;
$VERSION = 3.07.00.049;
@ISA = qw(Exporter);
@EXPORT_OK = qw(y_or_n timestamp add_field maybe_add add_count

2
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 = 1.01;
$VERSION = 3.07.00.049;
@ISA = qw(Exporter);
@EXPORT_OK = qw(handle);
}

2
C4/SMS.pm

@ -40,7 +40,7 @@ use C4::Context;
use vars qw( $VERSION );
BEGIN {
$VERSION = 0.03;
$VERSION = 3.07.00.049;
}
=head1 METHODS

2
C4/SQLHelper.pm

@ -46,7 +46,7 @@ eval {
BEGIN {
# set the version for version checking
$VERSION = 0.5;
$VERSION = 3.07.00.049;
require Exporter;
@ISA = qw(Exporter);
@EXPORT_OK=qw(

2
C4/Scheduler.pm

@ -26,7 +26,7 @@ use Schedule::At;
BEGIN {
# set the version for version checking
$VERSION = 0.02;
$VERSION = 3.07.00.049;
require Exporter;
@ISA = qw(Exporter);
@EXPORT =

2
C4/Scrubber.pm

@ -27,7 +27,7 @@ use HTML::Scrubber;
use C4::Context;
use C4::Debug;
our $VERSION = 0.02;
our $VERSION = v3.07.00.049;
my %scrubbertypes = (

Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save