change AUTHOR to Apache Thrift <dev@thrift.apache.org>
authorRoger Meier <roger@apache.org>
Fri, 26 Oct 2012 20:19:44 +0000 (20:19 +0000)
committerRoger Meier <roger@apache.org>
Fri, 26 Oct 2012 20:19:44 +0000 (20:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1402647 13f79535-47bb-0310-9956-ffa450edef68

lib/perl/Makefile.PL

index 94ea37c..ceca86f 100644 (file)
@@ -25,5 +25,5 @@ WriteMakefile( 'NAME' => 'Thrift',
                    'Class::Accessor' => 0
                },
                ($] >= 5.005 ?
- (                AUTHOR     => 'T Jake Luciani <jakers@gmail.com>') : ()),
+ (                AUTHOR     => 'Apache Thrift <dev@thrift.apache.org>') : ()),
                );