THRIFT-3550 add some information about thrift to the perl library README directing folks to the official web site for more info
diff --git a/lib/perl/README.md b/lib/perl/README.md
index 51247e0..e6451ec 100644
--- a/lib/perl/README.md
+++ b/lib/perl/README.md
@@ -20,8 +20,21 @@
 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