[Cpan-forum-commit] rev 207 - trunk

svn at pti.co.il svn at pti.co.il
Wed Aug 30 11:52:37 IDT 2006


Author: gabor
Date: 2006-08-30 11:52:36 +0300 (Wed, 30 Aug 2006)
New Revision: 207

Modified:
   trunk/Build.PL
Log:
set CGI::Session minimum requirement to avoid warnings on calling flush


Modified: trunk/Build.PL
===================================================================
--- trunk/Build.PL	2006-08-30 08:46:25 UTC (rev 206)
+++ trunk/Build.PL	2006-08-30 08:52:36 UTC (rev 207)
@@ -21,6 +21,7 @@
         'CGI::Application'                      => 3.31,
         'CGI::Application::Plugin::Session'     => 0,
         'CGI::Application::Plugin::LogDispatch' => 0,
+        'CGI::Session'                          => 4.13, # 3. 95 generates some warnings on ->flush
         
 #       'Test::Warn'                            => 0,
 #       'HTML::Lint'                            => 1.26,



More information about the Cpan-forum-commit mailing list