GitHub user djzort opened a pull request:

    https://github.com/apache/thrift/pull/1261

    Replace the use of Indirect Object Syntax calls to new()

    Using Indirect Object Syntax to instantiate objects is not recommended as 
per https://perldoc.perl.org/perlobj.html#Invoking-Class-Methods
    
    I have update the output to follow the recommended Class->new() syntax

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/djzort/thrift master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/thrift/pull/1261.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1261
    
----
commit 1cabda781bfdf84e227f47ab0e433af12c6939c9
Author: Dean Hamstead <d...@fragfest.com.au>
Date:   2017-05-05T12:53:26Z

    Replace the use of Indirect Object Syntax calls to new() with recommended 
Class->Method() syntax

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to