commit | ccfedcb64396a630c6233a521b2719c7b4a032f7 | [log] [tgz] |
---|---|---|
author | Roger Meier <roger@apache.org> | Fri Oct 26 20:19:44 2012 +0000 |
committer | Roger Meier <roger@apache.org> | Fri Oct 26 20:19:44 2012 +0000 |
tree | 3dd786a4b183a43b28b9e348bf808d3eb5a60dd6 | |
parent | 50fb50176f25fe9367c0e2a08cb5536f1bb16f08 [diff] |
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>') : ()), );