r65899 - /trunk/libcgi-application-plugin-tt-perl/lib/CGI/Application/Plugin/TT.pm

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Thu Dec 16 22:15:57 UTC 2010


Author: periapt-guest
Date: Thu Dec 16 22:15:51 2010
New Revision: 65899

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=65899
Log:
reversing accidental check in

Modified:
    trunk/libcgi-application-plugin-tt-perl/lib/CGI/Application/Plugin/TT.pm

Modified: trunk/libcgi-application-plugin-tt-perl/lib/CGI/Application/Plugin/TT.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-plugin-tt-perl/lib/CGI/Application/Plugin/TT.pm?rev=65899&op=diff
==============================================================================
--- trunk/libcgi-application-plugin-tt-perl/lib/CGI/Application/Plugin/TT.pm (original)
+++ trunk/libcgi-application-plugin-tt-perl/lib/CGI/Application/Plugin/TT.pm Thu Dec 16 22:15:51 2010
@@ -582,7 +582,7 @@
 
 This options allows you to specify a directory (or an array of directories) to
 search when this module is loaded and then compile all files found into memory.
-This provides a speed boost in persistent environments (mod_perl, fast-cgi) and
+This provides a speed boost in persistant environments (mod_perl, fast-cgi) and
 can improve memory usage in environments that use shared memory (mod_perl).
 
 =item TEMPLATE_PRECOMPILE_FILETEST
@@ -616,7 +616,7 @@
 =head2 tt_obj
 
 This method will return the underlying Template Toolkit object that is used
-behind the scenes.  It is usually not necessary to use this object directly,
+behind the scenes.  It is usually not necesary to use this object directly,
 as you can process templates and configure the Template object through
 the tt_process and tt_config methods.  Every call to this method will
 return the same object during a single request.




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