[libcode-tidyall-perl] 311/374: mention that process_source doesn't use cache

Jonas Smedegaard js at alioth.debian.org
Sun Sep 29 22:26:41 UTC 2013


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

js pushed a commit to branch master
in repository libcode-tidyall-perl.

commit 8f9fb328f7b66f5b722b8ee75950f5bcb14f7f31
Author: Jonathan Swartz <swartz at pobox.com>
Date:   Tue Oct 9 22:28:36 2012 -0700

    mention that process_source doesn't use cache
---
 lib/Code/TidyAll.pm |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/lib/Code/TidyAll.pm b/lib/Code/TidyAll.pm
index 55d1a82..b64a6e5 100644
--- a/lib/Code/TidyAll.pm
+++ b/lib/Code/TidyAll.pm
@@ -626,10 +626,10 @@ Return a L<Code::TidyAll::Result|Code::TidyAll::Result> object
 
 =item process_source (I<source>, I<path>)
 
-Same as L</process_file>, but process the I<source> string instead of a file.
-You must still pass the relative I<path> from the root as the second argument,
-so that we know which plugins to apply. Return a
-L<Code::TidyAll::Result|Code::TidyAll::Result> object.
+Like L</process_file>, but process the I<source> string instead of a file, and
+do not read from or write to the cache. You must still pass the relative
+I<path> from the root as the second argument, so that we know which plugins to
+apply. Return a L<Code::TidyAll::Result|Code::TidyAll::Result> object.
 
 =item plugins_for_path (I<path>)
 

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



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