@@ -, +, @@ --- C4/External/BakerTaylor.pm | 1 + t/Koha/Plugin/Test.pm | 1 + 2 files changed, 2 insertions(+) --- a/C4/External/BakerTaylor.pm +++ a/C4/External/BakerTaylor.pm @@ -33,6 +33,7 @@ use vars qw($user $pass $agent $image_url $link_url); BEGIN { require Exporter; @ISA = qw(Exporter); + $VERSION = 3.07.00.049; @EXPORT_OK = qw(&availability &content_cafe &image_url &link_url &http_jacket_link); %EXPORT_TAGS = (all=>\@EXPORT_OK); } --- a/t/Koha/Plugin/Test.pm +++ a/t/Koha/Plugin/Test.pm @@ -6,6 +6,7 @@ use Modern::Perl; ## Required for all plugins use base qw(Koha::Plugins::Base); +our $VERSION = 1.01; our $metadata = { name => 'Test Plugin', author => 'Kyle M Hall', --