change AUTHOR to Apache Thrift <dev@thrift.apache.org>


git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1402647 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/perl/Makefile.PL b/lib/perl/Makefile.PL
index 94ea37c..ceca86f 100644
--- a/lib/perl/Makefile.PL
+++ b/lib/perl/Makefile.PL
@@ -25,5 +25,5 @@
                    'Class::Accessor' => 0
                },
                ($] >= 5.005 ?
- (                AUTHOR     => 'T Jake Luciani <jakers@gmail.com>') : ()),
+ (                AUTHOR     => 'Apache Thrift <dev@thrift.apache.org>') : ()),
                );