[libclass-tiny-perl] 03/03: update support files

gregor herrmann gregoa at debian.org
Sun May 31 14:03:32 UTC 2015


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to annotated tag release-0.011
in repository libclass-tiny-perl.

commit d891e1f059f186e805bb80f9f0b0a8e8b9c2bd36
Author: David Golden <dagolden at cpan.org>
Date:   Wed Sep 25 11:07:34 2013 -0400

    update support files
---
 .perltidyrc  |  2 +-
 CONTRIBUTING | 10 +++++++++-
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/.perltidyrc b/.perltidyrc
index 875f2f0..dfe7b7c 100644
--- a/.perltidyrc
+++ b/.perltidyrc
@@ -1,6 +1,5 @@
 # DAGOLDEN .perltidyrc file
 
--st     # Output to STDOUT
 -se     # Errors to STDERR
 
 -l=85   # Max line width target
@@ -42,3 +41,4 @@
         # Break before all operators except assignment
 
 -ole=unix # line endings
+
diff --git a/CONTRIBUTING b/CONTRIBUTING
index bb3d23d..0d13aaa 100644
--- a/CONTRIBUTING
+++ b/CONTRIBUTING
@@ -30,9 +30,17 @@ You can run tests directly using the `prove` tool:
 For most distributions, `prove` is entirely sufficent for you to test any
 patches you have.
 
+### Code style and tidying
+
+Please try to match any existing coding style.  If there is a `.perltidyrc`
+file, please install Perl::Tidy and use perltidy before submitting patches.
+
+If there is a `tidyall.ini` file, you can also install Code::TidyAll and run
+`tidyall` on a file or `tidyall -a` to tidy all files.
+
 ### Patching documentation
 
-Likewise, much of the documentation Pod is generated at release time.
+Much of the documentation Pod is generated at release time.
 Depending on the distribution, some documentation may be written in a Pod
 dialect called WikiDoc. (See Pod::WikiDoc on CPAN.)
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libclass-tiny-perl.git



More information about the Pkg-perl-cvs-commits mailing list