Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id DACD163B8A5 for ; Fri, 24 Apr 2009 06:41:33 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 87BFE63B102; Fri, 24 Apr 2009 06:41:33 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id E8A1D63B10F for ; Fri, 24 Apr 2009 06:41:31 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 88C5B175D0; Fri, 24 Apr 2009 06:41:27 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Fri, 24 Apr 2009 06:41:27 +0000 From: Jens Rehsack Subject: CVS commit: pkgsrc/www/p5-CGI-Ajax To: pkgsrc-changes@NetBSD.org Reply-To: sno@netbsd.org X-Mailer: log_accum Message-Id: <20090424064127.88C5B175D0@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: sno Date: Fri Apr 24 06:41:27 UTC 2009 Modified Files: pkgsrc/www/p5-CGI-Ajax: Makefile distinfo Log Message: PkgSrc changes: - Updating package for p5 module CGI::Ajax to 0.707 Upstream changes: 0.707 (154) | Jan Franczak | 2008-10-07 Fixed an issue in the declaration of the javascript cache variable as a local variable in the exported methods. This was causing NO_CACHE to never generate the pjxrand in the query string. Changed the code so that cache is set as a global javascript variable. Thanks to Shivanandham Karunanithi for identifying this. 0.706 (153) | Shibi Ns | 2008-09-04 Wrongly coded one line of code for the fix 0.705 Changed this: # return '' if $cgi->isa('header') || $cgi->isa('header_type') ; To this: # return '' if $cgi->isa('CGI') || $cgi->isa('CGI::Application') ; 0.705 (152) | Shibi Ns | 2008-08-26 Changed function call from "can" to "isa" in order this to work with new version of CGI 3.37. CGI 3.37 has overloaded the function "can" which causes some of the functions to fail. 0.703 (150) | Jan Franczak | 2008-08-20 Added support for CACHE() which allows default behaviour of disabling page cache. Added fname() support to allow the names of exported functions to be specified. Added skip_header support to prevent two headers being produced for applications producing their own headers. Two new test scripts. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/p5-CGI-Ajax/Makefile cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/www/p5-CGI-Ajax/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.