Bugzilla – Attachment 49630 Details for
Bug 16011
Remove $VERSION from our modules
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for missing declartaion in BakerTaylor
0001-Bug-16011-reintroduced-VERSION-variable-needs-declar.patch (text/plain), 873 bytes, created by
Colin Campbell
on 2016-03-29 12:42:05 UTC
(
hide
)
Description:
Patch for missing declartaion in BakerTaylor
Filename:
MIME Type:
Creator:
Colin Campbell
Created:
2016-03-29 12:42:05 UTC
Size:
873 bytes
patch
obsolete
>From 27c6cb81e2fa26a1af580bd444ac539534d15bda Mon Sep 17 00:00:00 2001 >From: Colin Campbell <colin.campbell@ptfs-europe.com> >Date: Tue, 29 Mar 2016 13:35:23 +0100 >Subject: [PATCH] Bug 16011 reintroduced VERSION variable needs declaration > >$VERSION reintroduced into External/BakerTaylor.pm but was >not declared. Causes tests to fail. >Readd VERSION to the package vars >--- > C4/External/BakerTaylor.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/External/BakerTaylor.pm b/C4/External/BakerTaylor.pm >index aa8a405..4450e9b 100644 >--- a/C4/External/BakerTaylor.pm >+++ b/C4/External/BakerTaylor.pm >@@ -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 { >-- >2.5.5 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 16011
:
48835
|
48836
|
48837
|
48838
|
48853
|
48854
|
48855
|
48856
|
48857
|
48954
|
48955
|
48956
|
48957
|
48958
|
48959
|
48960
|
49387
|
49441
|
49442
|
49443
|
49444
|
49445
|
49446
|
49630
|
49633