r65898 - in /trunk/libcgi-application-plugin-tt-perl: debian/control lib/CGI/Application/Plugin/TT.pm

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


Author: periapt-guest
Date: Thu Dec 16 22:13:01 2010
New Revision: 65898

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=65898
Log:
trying to enable more tests

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

Modified: trunk/libcgi-application-plugin-tt-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-plugin-tt-perl/debian/control?rev=65898&op=diff
==============================================================================
--- trunk/libcgi-application-plugin-tt-perl/debian/control (original)
+++ trunk/libcgi-application-plugin-tt-perl/debian/control Thu Dec 16 22:13:01 2010
@@ -4,7 +4,7 @@
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl, pkg-components (>= 0.2), libcgi-application-perl,
  perl-modules (<< 5.12) | libclass-isa-perl, libtemplate-perl, libtest-pod-perl,
- libtest-pod-coverage-perl
+ libtest-pod-coverage-perl, libcgi-application-basic-plugin-bundle-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Nicholas Bamber <nicholas at periapt.co.uk>,
  Jaldhar H. Vyas <jaldhar at braincells.com>

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=65898&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:13:01 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 persistant environments (mod_perl, fast-cgi) and
+This provides a speed boost in persistent 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 necesary to use this object directly,
+behind the scenes.  It is usually not necessary 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