THRIFT-3550 add some information about thrift to the perl library README directing folks to the official web site for more info

This commit is contained in:
James E. King, III 2017-01-27 11:45:57 -05:00
parent f3490c5f8e
commit 96be8c8d94

View File

@ -20,8 +20,21 @@ KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
Summary
=======
Apache Thrift is a software framework for scalable cross-language services development.
It combines a software stack with a code generation engine to build services that work
efficiently and seamlessly between many programming languages. A language-neutral IDL
is used to generate functioning client libraries and server-side handling frameworks.
For More Information
====================
See the [Apache Thrift Web Site](http://thrift.apache.org/) for more information.
Using Thrift with Perl
=====================
======================
Thrift requires Perl >= 5.6.0