Uploaded image for project: 'Thrift'
  1. Thrift
  2. THRIFT-3551

Thrift perl library missing package declaration

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.9.3
    • 0.10.0
    • Perl - Library
    • 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;
      

      Attachments

        Activity

          People

            roger Roger Meier
            dmorel David Morel
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: