[Lunar-commits] r18674 - moonbase/trunk/perl/CGI.pm

Dennis Veatch stumbles at lunar-linux.org
Fri Feb 10 15:37:14 UTC 2006


Author: stumbles
Date: 2006-02-10 15:37:11 +0000 (Fri, 10 Feb 2006)
New Revision: 18674

Modified:
   moonbase/trunk/perl/CGI.pm/DETAILS
Log:
1. header() -charset option now works even when the MIME type is not "text".
2. Fixed documentation for cookie() function and fastCGI.
3. Upload filehandles now only closed automatically on Windows systems.
4. Apache::Cookie compatibility fix from David Wheeler
5. CGI::Carp->fatalsToBrowser() does not work correctly with
mod_perl 2. No workaround is known.
6. Fixed text status code associated with 302 redirects. Should be "Found"
but was "Moved".
7. Fixed charset in start_html() and header() to be in synch.


and more.



Modified: moonbase/trunk/perl/CGI.pm/DETAILS
===================================================================
--- moonbase/trunk/perl/CGI.pm/DETAILS	2006-02-10 15:28:36 UTC (rev 18673)
+++ moonbase/trunk/perl/CGI.pm/DETAILS	2006-02-10 15:37:11 UTC (rev 18674)
@@ -1,13 +1,14 @@
           MODULE=CGI.pm
-         VERSION=2.81
+         VERSION=3.16
           SOURCE=$MODULE-$VERSION.tar.gz
-   SOURCE_URL[0]=http://www.cpan.org/authors/id/LDS/
+   SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/L/LD/LDS/
+      SOURCE_VFY=sha1:e30dc3c19ad6dbc054e2f4cea110a908ccc77578
         WEB_SITE=http://search.cpan.org/search?dist=CGI.pm
          ENTERED=20020507
-         UPDATED=20020507
+         UPDATED=20060210
       MAINTAINER=kongar at tsrsb.org.tr
            SHORT="CGI.pm uses objects to process Web fill-out forms"
 cat << EOF
-This perl 5 library uses objects to create Web fill-out forms on the fly 
+This perl 5 library uses objects to create Web fill-out forms on the fly
 and to parse their contents.
 EOF



More information about the Lunar-commits mailing list