Bug 16011 reintroduced VERSION variable needs declaration
authorColin Campbell <colin.campbell@ptfs-europe.com>
Tue, 29 Mar 2016 12:35:23 +0000 (13:35 +0100)
committerBrendan A Gallagher <brendan@bywatersolutions.com>
Tue, 29 Mar 2016 22:38:54 +0000 (22:38 +0000)
$VERSION reintroduced into External/BakerTaylor.pm but was
not declared. Causes tests to fail.
Readd VERSION to the package vars

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Brendan A Gallagher <brendan@bywatersolutions.com>
C4/External/BakerTaylor.pm

index aa8a405..4450e9b 100644 (file)
@@ -27,7 +27,7 @@ use C4::Debug;
 use strict;
 use warnings;
 
-use vars qw(@ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
+use vars qw(@ISA @EXPORT @EXPORT_OK %EXPORT_TAGS $VERSION);
 use vars qw($user $pass $agent $image_url $link_url);
 
 BEGIN {