summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorrhaen <rhaen@pkgsrc.org>2008-07-21 08:50:07 +0000
committerrhaen <rhaen@pkgsrc.org>2008-07-21 08:50:07 +0000
commit2e7fb05a7f069aab865833ef2ece0a114aa567e3 (patch)
treea4908c9f228ab68d66cc370b465f5f52b92e2759 /www
parent2aaf59783f1afedbcd4d20dbd098f18ab0d3e5e8 (diff)
downloadpkgsrc-2e7fb05a7f069aab865833ef2ece0a114aa567e3.tar.gz
updated to 4.10
ChangeLog: 4.10 Tue Jun 17, 2008 This release maintains the same API public from 4.06. Changes since the last stable release include documentation updates and refactors to the internal of CGI::Application. [DOCUMENTATION] Several documentation improvements (Mark Stosberg) - Reformat POD so methods are easier browse on CPAN - Highlight some specific, common plugins to use - Mention that we now have two CGI::App specific testing tools to use Test::WWW::Mechanize::CGIApp and Test::WWW::Selenium::CGIApp - Introduce and recommend CGI::Application::Dispatch - Consolidated the documentation on error_mode() - Split out those application methods which are essential from those that are not. - Use and recommend "$c" instead of "$self" to cut down on typing for something that is abstract anyway, and represented a simple "." in Perl 6. - Mention CGI::Application::Server for offline website development. - Update the introduction to clarify that we are a proven, lightweight option. - Removed the "experimental" flag on the error hook. - Mention in the second Perl.com article in the "more reading" section. - Document darcs repo URL. (Suggested by Gabor) 4.07_03 Mon Jun 16, 2008 [INTERNALS] - The refactor to split up run() in 4.07_01 started to always pass the run mode name as an argument to run modes. The behavior has now been reverted to only pass the run mode name in the AUTOLOAD case. (Mark Stosberg) [DOCUMENTATION] - Fix typo in example. Thanks to Lesley Binks. - document that header_props() can be usefully called with no arguments to return the current headers. Thanks to neuhaus, RT#33992. 4.07_02 Weds Oct 31, 2007 [DOCUMENTATION] - typo corrections (Evan Zacks) - The docs for header_type() have been improved, including an example of using CGI::Applicatin::Plugin::Redirect (Mark Stosberg) [INTERNALS] - Reverted switch to Class::MOP in 4.07_01, which benchmarking showed to be slower. (Mark Stosberg) - Beautify the code for _send_headers (Chris Dolan, Mark Stosberg) 4.07_01 Sun Jul 2, 2006 [INTERNALS] - Switched from using Class::ISA to Class::MOP for introspection. Class::MOP models the way this will be done Perl6, providing the same result. (Mark Stosberg) - better test diagnostics (rjbs) - improve test coverage (rjbs) - improve consistency of checks for false/0len/undef (rjbs) - split &run up into chunks (not yet finalized). New methods currently include: __get_runmode __get_runmeth __get_body Feedback is welcome on whether these should be exposed to the user, with (possibly) better names. (rjbs)
Diffstat (limited to 'www')
-rw-r--r--www/p5-CGI-Application/Makefile4
-rw-r--r--www/p5-CGI-Application/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/www/p5-CGI-Application/Makefile b/www/p5-CGI-Application/Makefile
index 9fbcf713ba1..5931e70d076 100644
--- a/www/p5-CGI-Application/Makefile
+++ b/www/p5-CGI-Application/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2007/12/16 07:12:33 rhaen Exp $
+# $NetBSD: Makefile,v 1.22 2008/07/21 08:50:07 rhaen Exp $
-DISTNAME= CGI-Application-4.06
+DISTNAME= CGI-Application-4.10
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5cga
CATEGORIES= www perl5
diff --git a/www/p5-CGI-Application/distinfo b/www/p5-CGI-Application/distinfo
index 7a23765291f..44e5f1b762e 100644
--- a/www/p5-CGI-Application/distinfo
+++ b/www/p5-CGI-Application/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2007/12/09 22:21:59 rhaen Exp $
+$NetBSD: distinfo,v 1.8 2008/07/21 08:50:07 rhaen Exp $
-SHA1 (CGI-Application-4.06.tar.gz) = fc2eb328b7fbf1f62f2b8e79edede419773e836b
-RMD160 (CGI-Application-4.06.tar.gz) = 62cec373c26842cdccc19658a36fc3a9d1b44041
-Size (CGI-Application-4.06.tar.gz) = 55249 bytes
+SHA1 (CGI-Application-4.10.tar.gz) = 0fff489e935291ce35e1e18b741ecf24bdeef422
+RMD160 (CGI-Application-4.10.tar.gz) = 63ee6855f7b1055a7d5df256a307ee2528169580
+Size (CGI-Application-4.10.tar.gz) = 58442 bytes