You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by jk...@apache.org on 2017/09/24 03:36:00 UTC

thrift git commit: add perl coding standard of perlstyle Client: perl

Repository: thrift
Updated Branches:
  refs/heads/master c8e020705 -> eb7b76d32


add perl coding standard of perlstyle
Client: perl


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/eb7b76d3
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/eb7b76d3
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/eb7b76d3

Branch: refs/heads/master
Commit: eb7b76d32c425f19d49d056d972cd20a9661a6d1
Parents: c8e0207
Author: James E. King, III <jk...@apache.org>
Authored: Sat Sep 23 20:35:25 2017 -0700
Committer: James E. King, III <jk...@apache.org>
Committed: Sat Sep 23 20:35:29 2017 -0700

----------------------------------------------------------------------
 lib/perl/coding_standards.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/eb7b76d3/lib/perl/coding_standards.md
----------------------------------------------------------------------
diff --git a/lib/perl/coding_standards.md b/lib/perl/coding_standards.md
index fa0390b..e4e8255 100644
--- a/lib/perl/coding_standards.md
+++ b/lib/perl/coding_standards.md
@@ -1 +1,2 @@
-Please follow [General Coding Standards](/doc/coding_standards.md)
+Please follow [General Coding Standards](/doc/coding_standards.md).
+Additional perl coding standards can be found in [perlstyle](http://perldoc.perl.org/perlstyle.html).