From dff65817548a3101cb35df6330e42aecff3eb16f Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 21 Mar 2016 14:19:22 +0000 Subject: [PATCH] Bug 16011: Reintroduce $VERSION for 2 pm These files should be managed on their own bug reports. --- C4/External/BakerTaylor.pm | 1 + t/Koha/Plugin/Test.pm | 1 + 2 files changed, 2 insertions(+) diff --git a/C4/External/BakerTaylor.pm b/C4/External/BakerTaylor.pm index 2135de8..aa8a405 100644 --- a/C4/External/BakerTaylor.pm +++ b/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); } diff --git a/t/Koha/Plugin/Test.pm b/t/Koha/Plugin/Test.pm index 8befe60..6a8ca78 100644 --- a/t/Koha/Plugin/Test.pm +++ b/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', -- 2.7.0