Apache-PSP

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for Apache::PSP

0.1  16 Aug 2001
  - first open source version

0.2  01 Apr 2002
  - updated PSP namespace to Template:PSP

0.3  03 Apr 2002
  - first make-able version
  - removed reliance on File::PathConvert
  - moved Tags.psp to permanent (?) location

0.31 O4 Apr 2002
  - removed 5.6.1-dependent code
  - downgraded requirement to 5.005

Changes  view on Meta::CPAN

  - replaced Cwd::abs_path with built-in abs_path for
    more intuitive includes (thanks again to Scott Kiehn),
    plus ~/foo.psp shortcut to $ENV{DOCUMENT_ROOT}
  - fixed error in HEAD processing which resulted in HEAD
    requests generating a full page
  - improved recovery from in-page fatal errors by causing interpreter 
    to restart after these errors
  - replaced erroneous reference to HTML::TokeParser with HTML::Parser

0.80  29 Jan 2003
  - updated include tag to use new abs_path
  - noticed that 0.7 is being treated as "older" than 0.51,
    which means that 1.0 will have to be just around the corner...
    
0.81  03 Feb 2003
  - updated %COOKIE hash code to handle url-encoded cookies properly

0.82  22 Apr 2003
  - special non-CGI::Minimal version for Charles Cowdrick

0.91  25 Sep 2003
  - incorporated site-custom changes into CPAN version
  - Template::PSP now clears cookies before each request

1.00  19 Mar 2004
  - <output> and <pspescape> tags handle extra end tags more gracefully

lib/Template/PSP/autoform.psp  view on Meta::CPAN

<perl>
# 
# Automatic Form Fill tag library
# 
# Copyright 2003 Console Inc. 
# All rights reserved
#
# Version 1.1 - December 2003
# 
# Last updated 01 Dec 2003 (CCR)
#

use Date::Calc qw(Today);

</perl>

<tag name="autoformfill" body="1" global="1" 
     accepts="module, method, values">
<perl>



( run in 0.281 second using v1.01-cache-2.11-cpan-05444aca049 )