Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
50fb501
)
change AUTHOR to Apache Thrift <dev@thrift.apache.org>
author
Roger Meier
<roger@apache.org>
Fri, 26 Oct 2012 20:19:44 +0000
(20:19 +0000)
committer
Roger 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
patch
|
blob
|
history
diff --git
a/lib/perl/Makefile.PL
b/lib/perl/Makefile.PL
index
94ea37c
..
ceca86f
100644
(file)
--- a/
lib/perl/Makefile.PL
+++ b/
lib/perl/Makefile.PL
@@
-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
>') : ()),
);