Hello community,

here is the log from the commit of package perl-CGI-Session for openSUSE:Factory
checked in at Mon Jul 25 13:04:21 CEST 2011.



--------
--- perl-CGI-Session/perl-CGI-Session.changes   2011-07-12 11:08:44.000000000 
+0200
+++ /mounts/work_src_done/STABLE/perl-CGI-Session/perl-CGI-Session.changes      
2011-07-25 12:03:15.000000000 +0200
@@ -1,0 +2,7 @@
+Mon Jul 25 09:52:06 UTC 2011 - [email protected]
+
+- update to 4.48
+    Test changes
+    * INTERNAL: quit using "use diagnostics;" to avert some test failures
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  CGI-Session-4.47.tar.gz

New:
----
  CGI-Session-4.48.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-CGI-Session.spec ++++++
--- /var/tmp/diff_new_pack.Un18BT/_old  2011-07-25 13:04:09.000000000 +0200
+++ /var/tmp/diff_new_pack.Un18BT/_new  2011-07-25 13:04:09.000000000 +0200
@@ -20,8 +20,8 @@
 
 Name:           perl-CGI-Session
 Summary:        Persistent session data in CGI applications
-Version:        4.47
-Release:        2
+Version:        4.48
+Release:        1
 Group:          Development/Libraries/Perl
 License:        GPL-1.0+ or Artistic
 Url:            http://search.cpan.org/perldoc?CGI::Session

++++++ CGI-Session-4.47.tar.gz -> CGI-Session-4.48.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-Session-4.47/Changes new/CGI-Session-4.48/Changes
--- old/CGI-Session-4.47/Changes        2011-07-08 21:30:26.000000000 +0200
+++ new/CGI-Session-4.48/Changes        2011-07-11 15:00:41.000000000 +0200
@@ -1,6 +1,11 @@
 CGI::Session Change Log
 =====================================================================
 
+4.48 - July 11th, 2011
+    No code changes.
+
+    * INTERNAL: quit using "use diagnostics;" to avert some test failures
+
 4.47 - July 8th, 2011
     No code changes.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-Session-4.47/lib/CGI/Session/Driver.pm 
new/CGI-Session-4.48/lib/CGI/Session/Driver.pm
--- old/CGI-Session-4.47/lib/CGI/Session/Driver.pm      2011-07-08 
21:30:26.000000000 +0200
+++ new/CGI-Session-4.48/lib/CGI/Session/Driver.pm      2011-07-11 
15:00:41.000000000 +0200
@@ -1,7 +1,7 @@
 package CGI::Session::Driver;
 
 use strict;
-#use diagnostics;
+#
 
 use Carp;
 use CGI::Session::ErrorHandler;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-Session-4.47/lib/CGI/Session.pm 
new/CGI-Session-4.48/lib/CGI/Session.pm
--- old/CGI-Session-4.47/lib/CGI/Session.pm     2011-07-08 21:30:26.000000000 
+0200
+++ new/CGI-Session-4.48/lib/CGI/Session.pm     2011-07-11 15:00:41.000000000 
+0200
@@ -4,7 +4,7 @@
 use CGI::Session::ErrorHandler;
 
 @CGI::Session::ISA      = qw( CGI::Session::ErrorHandler );
-$CGI::Session::VERSION  = '4.47';
+$CGI::Session::VERSION  = '4.48';
 $CGI::Session::NAME     = 'CGISESSID';
 $CGI::Session::IP_MATCH = 0;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-Session-4.47/META.json 
new/CGI-Session-4.48/META.json
--- old/CGI-Session-4.47/META.json      2011-07-08 21:30:26.000000000 +0200
+++ new/CGI-Session-4.48/META.json      2011-07-11 15:00:41.000000000 +0200
@@ -4,7 +4,7 @@
       "Sherzod Ruzmetov <[email protected]>"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "Module::Build version 0.38, CPAN::Meta::Converter version 
2.110440",
+   "generated_by" : "Module::Build version 0.38, CPAN::Meta::Converter version 
2.110930",
    "keywords" : [
       "session",
       "http"
@@ -48,7 +48,7 @@
    "provides" : {
       "CGI::Session" : {
          "file" : "lib/CGI/Session.pm",
-         "version" : "4.47"
+         "version" : "4.48"
       },
       "CGI::Session::Driver" : {
          "file" : "lib/CGI/Session/Driver.pm",
@@ -132,5 +132,5 @@
          "url" : "http://github.com/cromedome/cgi-session";
       }
    },
-   "version" : "4.47"
+   "version" : "4.48"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-Session-4.47/META.yml 
new/CGI-Session-4.48/META.yml
--- old/CGI-Session-4.47/META.yml       2011-07-08 21:30:26.000000000 +0200
+++ new/CGI-Session-4.48/META.yml       2011-07-11 15:00:41.000000000 +0200
@@ -7,7 +7,7 @@
 configure_requires:
   Module::Build: 0.38
 dynamic_config: 1
-generated_by: 'Module::Build version 0.38, CPAN::Meta::Converter version 
2.110440'
+generated_by: 'Module::Build version 0.38, CPAN::Meta::Converter version 
2.110930'
 keywords:
   - session
   - http
@@ -25,7 +25,7 @@
 provides:
   CGI::Session:
     file: lib/CGI/Session.pm
-    version: 4.47
+    version: 4.48
   CGI::Session::Driver:
     file: lib/CGI/Session/Driver.pm
     version: 4.43
@@ -88,4 +88,4 @@
 resources:
   license: http://opensource.org/licenses/artistic-license.php
   repository: http://github.com/cromedome/cgi-session
-version: 4.47
+version: 4.48
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-Session-4.47/t/api3_db_file_freezethaw.t 
new/CGI-Session-4.48/t/api3_db_file_freezethaw.t
--- old/CGI-Session-4.47/t/api3_db_file_freezethaw.t    2011-07-08 
21:30:26.000000000 +0200
+++ new/CGI-Session-4.48/t/api3_db_file_freezethaw.t    2011-07-11 
15:00:41.000000000 +0200
@@ -1,7 +1,7 @@
 # $Id: api3_db_file_freezethaw.t,v 1.2 2002/11/22 22:54:41 sherzodr Exp $
 
 use strict;
-use diagnostics;
+
 
 BEGIN { 
     use Test::More;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-Session-4.47/t/api3_db_file_storable_incr.t 
new/CGI-Session-4.48/t/api3_db_file_storable_incr.t
--- old/CGI-Session-4.47/t/api3_db_file_storable_incr.t 2011-07-08 
21:30:26.000000000 +0200
+++ new/CGI-Session-4.48/t/api3_db_file_storable_incr.t 2011-07-11 
15:00:41.000000000 +0200
@@ -1,7 +1,7 @@
 # $Id: api3_db_file_storable_incr.t,v 1.2 2002/11/22 22:54:41 sherzodr Exp $
 
 use strict;
-use diagnostics;
+
 
 BEGIN { 
     use Test::More;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-Session-4.47/t/api3_db_file_storable.t 
new/CGI-Session-4.48/t/api3_db_file_storable.t
--- old/CGI-Session-4.47/t/api3_db_file_storable.t      2011-07-08 
21:30:26.000000000 +0200
+++ new/CGI-Session-4.48/t/api3_db_file_storable.t      2011-07-11 
15:00:41.000000000 +0200
@@ -1,7 +1,7 @@
 # $Id: api3_db_file_storable.t,v 1.2 2002/11/22 22:54:41 sherzodr Exp $
 
 use strict;
-use diagnostics;
+
 
 BEGIN { 
     use Test::More;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-Session-4.47/t/api3_db_file.t 
new/CGI-Session-4.48/t/api3_db_file.t
--- old/CGI-Session-4.47/t/api3_db_file.t       2011-07-08 21:30:26.000000000 
+0200
+++ new/CGI-Session-4.48/t/api3_db_file.t       2011-07-11 15:00:41.000000000 
+0200
@@ -1,7 +1,7 @@
 # $Id: api3_db_file.t,v 1.2 2002/11/22 22:54:41 sherzodr Exp $
 
 use strict;
-use diagnostics;
+
 
 BEGIN { 
     use Test::More;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-Session-4.47/t/api3_file_freezethaw_incr.t 
new/CGI-Session-4.48/t/api3_file_freezethaw_incr.t
--- old/CGI-Session-4.47/t/api3_file_freezethaw_incr.t  2011-07-08 
21:30:26.000000000 +0200
+++ new/CGI-Session-4.48/t/api3_file_freezethaw_incr.t  2011-07-11 
15:00:41.000000000 +0200
@@ -1,7 +1,7 @@
 # $Id: api3_file_freezethaw_incr.t,v 1.2 2002/11/22 22:54:41 sherzodr Exp $
 
 use strict;
-use diagnostics;
+
 
 BEGIN { 
     use Test::More;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-Session-4.47/t/api3_file_freezethaw.t 
new/CGI-Session-4.48/t/api3_file_freezethaw.t
--- old/CGI-Session-4.47/t/api3_file_freezethaw.t       2011-07-08 
21:30:26.000000000 +0200
+++ new/CGI-Session-4.48/t/api3_file_freezethaw.t       2011-07-11 
15:00:41.000000000 +0200
@@ -1,7 +1,7 @@
 # $Id: api3_file_freezethaw.t,v 1.2 2002/11/22 22:54:41 sherzodr Exp $
 
 use strict;
-use diagnostics;
+
 
 BEGIN { 
     use Test::More;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-Session-4.47/t/api3_file_storable_incr.t 
new/CGI-Session-4.48/t/api3_file_storable_incr.t
--- old/CGI-Session-4.47/t/api3_file_storable_incr.t    2011-07-08 
21:30:26.000000000 +0200
+++ new/CGI-Session-4.48/t/api3_file_storable_incr.t    2011-07-11 
15:00:41.000000000 +0200
@@ -1,7 +1,7 @@
 # $Id: api3_file_storable_incr.t,v 1.2 2002/11/22 22:54:41 sherzodr Exp $
 
 use strict;
-use diagnostics;
+
 
 BEGIN { 
     use Test::More;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-Session-4.47/t/api3_file_storable.t 
new/CGI-Session-4.48/t/api3_file_storable.t
--- old/CGI-Session-4.47/t/api3_file_storable.t 2011-07-08 21:30:26.000000000 
+0200
+++ new/CGI-Session-4.48/t/api3_file_storable.t 2011-07-11 15:00:41.000000000 
+0200
@@ -1,7 +1,7 @@
 # $Id: api3_file_storable.t,v 1.2 2002/11/22 22:54:41 sherzodr Exp $
 
 use strict;
-use diagnostics;
+
 
 BEGIN { 
     use Test::More;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-Session-4.47/t/api3_file.t 
new/CGI-Session-4.48/t/api3_file.t
--- old/CGI-Session-4.47/t/api3_file.t  2011-07-08 21:30:26.000000000 +0200
+++ new/CGI-Session-4.48/t/api3_file.t  2011-07-11 15:00:41.000000000 +0200
@@ -1,7 +1,7 @@
 # $Id: api3_file.t,v 1.3.4.1 2003/07/26 13:37:36 sherzodr Exp $
 
 use strict;
-use diagnostics;
+
 
 BEGIN {     
     use Test::More;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-Session-4.47/t/api3_incr.t 
new/CGI-Session-4.48/t/api3_incr.t
--- old/CGI-Session-4.47/t/api3_incr.t  2011-07-08 21:30:26.000000000 +0200
+++ new/CGI-Session-4.48/t/api3_incr.t  2011-07-11 15:00:41.000000000 +0200
@@ -1,7 +1,7 @@
 # $Id: api3_incr.t,v 1.2 2002/11/22 22:54:41 sherzodr Exp $
 
 use strict;
-use diagnostics;
+
 
 BEGIN {
     require Test::More;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-Session-4.47/t/api3_obj_store_db_file.t 
new/CGI-Session-4.48/t/api3_obj_store_db_file.t
--- old/CGI-Session-4.47/t/api3_obj_store_db_file.t     2011-07-08 
21:30:26.000000000 +0200
+++ new/CGI-Session-4.48/t/api3_obj_store_db_file.t     2011-07-11 
15:00:41.000000000 +0200
@@ -1,7 +1,7 @@
 # $Id: api3_obj_store_db_file.t,v 1.3.6.1 2003/07/26 13:37:36 sherzodr Exp $
 
 use strict;
-use diagnostics;
+
 
 use CGI;
 use CGI::Session;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-Session-4.47/t/api3_obj_store.t 
new/CGI-Session-4.48/t/api3_obj_store.t
--- old/CGI-Session-4.47/t/api3_obj_store.t     2011-07-08 21:30:26.000000000 
+0200
+++ new/CGI-Session-4.48/t/api3_obj_store.t     2011-07-11 15:00:41.000000000 
+0200
@@ -1,7 +1,7 @@
 # $Id: api3_obj_store.t,v 1.3 2002/11/22 22:54:41 sherzodr Exp $
 
 use strict;
-use diagnostics;
+
 use Data::Dumper;
 
 use CGI;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-Session-4.47/t/cgi_simple.t 
new/CGI-Session-4.48/t/cgi_simple.t
--- old/CGI-Session-4.47/t/cgi_simple.t 2011-07-08 21:30:26.000000000 +0200
+++ new/CGI-Session-4.48/t/cgi_simple.t 2011-07-11 15:00:41.000000000 +0200
@@ -1,7 +1,7 @@
 # $Id$
 
 use strict;
-use diagnostics;
+
 
 # Test CGI::Simple support in CGI::Session
 use Test::More;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-Session-4.47/t/complex_ds.t 
new/CGI-Session-4.48/t/complex_ds.t
--- old/CGI-Session-4.47/t/complex_ds.t 2011-07-08 21:30:26.000000000 +0200
+++ new/CGI-Session-4.48/t/complex_ds.t 2011-07-11 15:00:41.000000000 +0200
@@ -1,7 +1,7 @@
 # $Id: complex_ds.t,v 1.2 2002/11/22 13:09:21 sherzodr Exp $
 
 use strict;
-use diagnostics;
+
 
 BEGIN { 
     use Test::More tests => 10;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-Session-4.47/t/driver_dbi.t 
new/CGI-Session-4.48/t/driver_dbi.t
--- old/CGI-Session-4.47/t/driver_dbi.t 2011-07-08 21:30:26.000000000 +0200
+++ new/CGI-Session-4.48/t/driver_dbi.t 2011-07-11 15:00:41.000000000 +0200
@@ -1,7 +1,7 @@
 # $Id$
 
 use strict;
-use diagnostics;
+
 
 # Some unit tests for CGI::Session::Driver::DBI
 BEGIN{ 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-Session-4.47/t/expire.t 
new/CGI-Session-4.48/t/expire.t
--- old/CGI-Session-4.47/t/expire.t     2011-07-08 21:30:26.000000000 +0200
+++ new/CGI-Session-4.48/t/expire.t     2011-07-11 15:00:41.000000000 +0200
@@ -1,7 +1,7 @@
 # $Id$
 
 use strict;
-use diagnostics;
+
 
 use Test::More qw/no_plan/;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-Session-4.47/t/g4_dbfile_freezethaw.t 
new/CGI-Session-4.48/t/g4_dbfile_freezethaw.t
--- old/CGI-Session-4.47/t/g4_dbfile_freezethaw.t       2011-07-08 
21:30:26.000000000 +0200
+++ new/CGI-Session-4.48/t/g4_dbfile_freezethaw.t       2011-07-11 
15:00:41.000000000 +0200
@@ -1,7 +1,7 @@
 # $Id$
 
 use strict;
-use diagnostics;
+
 
 use Test::More;
 use File::Spec;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-Session-4.47/t/g4_dbfile_storable.t 
new/CGI-Session-4.48/t/g4_dbfile_storable.t
--- old/CGI-Session-4.47/t/g4_dbfile_storable.t 2011-07-08 21:30:26.000000000 
+0200
+++ new/CGI-Session-4.48/t/g4_dbfile_storable.t 2011-07-11 15:00:41.000000000 
+0200
@@ -1,7 +1,7 @@
 # $Id$
 
 use strict;
-use diagnostics;
+
 
 use Test::More;
 use File::Spec;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-Session-4.47/t/g4_dbfile.t 
new/CGI-Session-4.48/t/g4_dbfile.t
--- old/CGI-Session-4.47/t/g4_dbfile.t  2011-07-08 21:30:26.000000000 +0200
+++ new/CGI-Session-4.48/t/g4_dbfile.t  2011-07-11 15:00:41.000000000 +0200
@@ -1,7 +1,7 @@
 # $Id$
 
 use strict;
-use diagnostics;
+
 
 use Test::More;
 use File::Spec;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-Session-4.47/t/g4_freezethaw.t 
new/CGI-Session-4.48/t/g4_freezethaw.t
--- old/CGI-Session-4.47/t/g4_freezethaw.t      2011-07-08 21:30:26.000000000 
+0200
+++ new/CGI-Session-4.48/t/g4_freezethaw.t      2011-07-11 15:00:41.000000000 
+0200
@@ -1,7 +1,7 @@
 # $Id$
 
 use strict;
-use diagnostics;
+
 
 use Test::More;
 use File::Spec;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-Session-4.47/t/g4_mysql_freezethaw.t 
new/CGI-Session-4.48/t/g4_mysql_freezethaw.t
--- old/CGI-Session-4.47/t/g4_mysql_freezethaw.t        2011-07-08 
21:30:26.000000000 +0200
+++ new/CGI-Session-4.48/t/g4_mysql_freezethaw.t        2011-07-11 
15:00:41.000000000 +0200
@@ -1,7 +1,7 @@
 # $Id$
 
 use strict;
-use diagnostics;
+
 
 my %dsn;
 if (defined $ENV{DBI_DSN} && ($ENV{DBI_DSN} =~ m/^dbi:mysql:/)) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-Session-4.47/t/g4_mysql_storable.t 
new/CGI-Session-4.48/t/g4_mysql_storable.t
--- old/CGI-Session-4.47/t/g4_mysql_storable.t  2011-07-08 21:30:26.000000000 
+0200
+++ new/CGI-Session-4.48/t/g4_mysql_storable.t  2011-07-11 15:00:41.000000000 
+0200
@@ -1,7 +1,7 @@
 # $Id$
 
 use strict;
-use diagnostics;
+
 
 my %dsn;
 if (defined $ENV{DBI_DSN} && ($ENV{DBI_DSN} =~ m/^dbi:mysql:/)) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-Session-4.47/t/g4_mysql.t 
new/CGI-Session-4.48/t/g4_mysql.t
--- old/CGI-Session-4.47/t/g4_mysql.t   2011-07-08 21:30:26.000000000 +0200
+++ new/CGI-Session-4.48/t/g4_mysql.t   2011-07-11 15:00:41.000000000 +0200
@@ -1,7 +1,7 @@
 # $Id$
 
 use strict;
-use diagnostics;
+
 
 my %dsn;
 if ($ENV{DBI_DSN} && ($ENV{DBI_DSN} =~ m/^dbi:mysql:/)) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-Session-4.47/t/g4_postgresql_freezethaw.t 
new/CGI-Session-4.48/t/g4_postgresql_freezethaw.t
--- old/CGI-Session-4.47/t/g4_postgresql_freezethaw.t   2011-07-08 
21:30:26.000000000 +0200
+++ new/CGI-Session-4.48/t/g4_postgresql_freezethaw.t   2011-07-11 
15:00:41.000000000 +0200
@@ -1,7 +1,7 @@
 # $Id$
 
 use strict;
-use diagnostics;
+
 
 my %dsn;
 if ($ENV{DBI_DSN} && $ENV{DBI_DSN} =~ m/^dbi:Pg:/) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-Session-4.47/t/g4_postgresql_storable.t 
new/CGI-Session-4.48/t/g4_postgresql_storable.t
--- old/CGI-Session-4.47/t/g4_postgresql_storable.t     2011-07-08 
21:30:26.000000000 +0200
+++ new/CGI-Session-4.48/t/g4_postgresql_storable.t     2011-07-11 
15:00:41.000000000 +0200
@@ -1,7 +1,7 @@
 # $Id$
 
 use strict;
-use diagnostics;
+
 
 my %dsn;
 if ($ENV{DBI_DSN} && $ENV{DBI_DSN} =~ m/^dbi:Pg:/) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-Session-4.47/t/g4_postgresql.t 
new/CGI-Session-4.48/t/g4_postgresql.t
--- old/CGI-Session-4.47/t/g4_postgresql.t      2011-07-08 21:30:26.000000000 
+0200
+++ new/CGI-Session-4.48/t/g4_postgresql.t      2011-07-11 15:00:41.000000000 
+0200
@@ -1,7 +1,7 @@
 # $Id$
 
 use strict;
-use diagnostics;
+
 
 my %dsn;
 if ($ENV{DBI_DSN} && ($ENV{DBI_DSN} =~ m/^dbi:Pg:/)) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-Session-4.47/t/g4_sqlite_freezethaw.t 
new/CGI-Session-4.48/t/g4_sqlite_freezethaw.t
--- old/CGI-Session-4.47/t/g4_sqlite_freezethaw.t       2011-07-08 
21:30:26.000000000 +0200
+++ new/CGI-Session-4.48/t/g4_sqlite_freezethaw.t       2011-07-11 
15:00:41.000000000 +0200
@@ -1,7 +1,7 @@
 # $Id$
 
 use strict;
-use diagnostics;
+
 
 use File::Spec;
 use Test::More;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-Session-4.47/t/g4_sqlite_storable.t 
new/CGI-Session-4.48/t/g4_sqlite_storable.t
--- old/CGI-Session-4.47/t/g4_sqlite_storable.t 2011-07-08 21:30:26.000000000 
+0200
+++ new/CGI-Session-4.48/t/g4_sqlite_storable.t 2011-07-11 15:00:41.000000000 
+0200
@@ -1,5 +1,5 @@
 use strict;
-use diagnostics;
+
 
 use File::Spec;
 use Test::More;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-Session-4.47/t/g4_sqlite.t 
new/CGI-Session-4.48/t/g4_sqlite.t
--- old/CGI-Session-4.47/t/g4_sqlite.t  2011-07-08 21:30:26.000000000 +0200
+++ new/CGI-Session-4.48/t/g4_sqlite.t  2011-07-11 15:00:41.000000000 +0200
@@ -1,7 +1,7 @@
 # $Id$
 
 use strict;
-use diagnostics;
+
 
 use File::Spec;
 use Test::More;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-Session-4.47/t/g4_storable.t 
new/CGI-Session-4.48/t/g4_storable.t
--- old/CGI-Session-4.47/t/g4_storable.t        2011-07-08 21:30:26.000000000 
+0200
+++ new/CGI-Session-4.48/t/g4_storable.t        2011-07-11 15:00:41.000000000 
+0200
@@ -1,5 +1,5 @@
 use strict;
-use diagnostics;
+
 
 use Test::More;
 use File::Spec;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-Session-4.47/t/g4.t new/CGI-Session-4.48/t/g4.t
--- old/CGI-Session-4.47/t/g4.t 2011-07-08 21:30:26.000000000 +0200
+++ new/CGI-Session-4.48/t/g4.t 2011-07-11 15:00:41.000000000 +0200
@@ -1,7 +1,7 @@
 # $Id$
 
 use strict;
-use diagnostics;
+
 
 use File::Spec;
 use CGI::Session::Test::Default;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-Session-4.47/t/header.t 
new/CGI-Session-4.48/t/header.t
--- old/CGI-Session-4.47/t/header.t     2011-07-08 21:30:26.000000000 +0200
+++ new/CGI-Session-4.48/t/header.t     2011-07-11 15:00:41.000000000 +0200
@@ -1,7 +1,7 @@
 # $Id$
 
 use strict;
-use diagnostics;
+
 
 use Test::More qw/no_plan/;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-Session-4.47/t/ip_matches.t 
new/CGI-Session-4.48/t/ip_matches.t
--- old/CGI-Session-4.47/t/ip_matches.t 2011-07-08 21:30:26.000000000 +0200
+++ new/CGI-Session-4.48/t/ip_matches.t 2011-07-11 15:00:41.000000000 +0200
@@ -1,7 +1,7 @@
 # $Id$
 
 use strict;
-use diagnostics;
+
 
 use File::Spec;
 use Test::More 'no_plan';
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-Session-4.47/t/is_new.t 
new/CGI-Session-4.48/t/is_new.t
--- old/CGI-Session-4.47/t/is_new.t     2011-07-08 21:30:26.000000000 +0200
+++ new/CGI-Session-4.48/t/is_new.t     2011-07-11 15:00:41.000000000 +0200
@@ -1,7 +1,7 @@
 # $Id$
 
 use strict;
-use diagnostics;
+
 
 use Test::More qw/no_plan/;
 BEGIN { use_ok ('CGI::Session') };
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-Session-4.47/t/load.t 
new/CGI-Session-4.48/t/load.t
--- old/CGI-Session-4.47/t/load.t       2011-07-08 21:30:26.000000000 +0200
+++ new/CGI-Session-4.48/t/load.t       2011-07-11 15:00:41.000000000 +0200
@@ -1,7 +1,7 @@
 # $Id$
 
 use strict;
-use diagnostics;
+
 
 use Test::More 'no_plan';
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-Session-4.47/t/parse_dsn.t 
new/CGI-Session-4.48/t/parse_dsn.t
--- old/CGI-Session-4.47/t/parse_dsn.t  2011-07-08 21:30:26.000000000 +0200
+++ new/CGI-Session-4.48/t/parse_dsn.t  2011-07-11 15:00:41.000000000 +0200
@@ -1,7 +1,7 @@
 # $Id$
 
 use strict;
-use diagnostics;
+
 
 # unit tests for parse_dsn
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CGI-Session-4.47/t/str2seconds.t 
new/CGI-Session-4.48/t/str2seconds.t
--- old/CGI-Session-4.47/t/str2seconds.t        2011-07-08 21:30:26.000000000 
+0200
+++ new/CGI-Session-4.48/t/str2seconds.t        2011-07-11 15:00:41.000000000 
+0200
@@ -1,7 +1,7 @@
 # $Id$
 
 use strict;
-use diagnostics;
+
 
 use Test::More qw/no_plan/;
 use CGI::Session;


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to