Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.9.3
-
None
-
Patch Available
Description
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;