-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.9.3
-
Fix Version/s: 0.10.0
-
Component/s: Perl - Library
-
Labels:None
-
Patch Info:Patch Available
The perl library is missing a package Thrift; declaration at the top, resulting in the library version our $VERSION being inaccessible from the outside of the class. It's apparently a very simple fix
--- perl5extralib/Thrift.pm 2016-01-13 12:59:26.000000000 +0100 +++ Downloads/thrift-0.9.3/lib/perl/lib/Thrift.pm 2015-09-27 04:50:44.000000000 +0200 @@ -17,8 +17,6 @@ # under the License. # -package Thrift; - our $VERSION = '0.9.3'; require 5.6.0;