[Jifty-commit] r2598 - Jifty-DBI/branches/od/lib/Jifty/DBI

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Fri Jan 26 08:44:38 EST 2007


Author: audreyt
Date: Fri Jan 26 08:44:36 2007
New Revision: 2598

Modified:
   Jifty-DBI/branches/od/lib/Jifty/DBI/Schema.pm

Log:
* try again...

Modified: Jifty-DBI/branches/od/lib/Jifty/DBI/Schema.pm
==============================================================================
--- Jifty-DBI/branches/od/lib/Jifty/DBI/Schema.pm	(original)
+++ Jifty-DBI/branches/od/lib/Jifty/DBI/Schema.pm	Fri Jan 26 08:44:36 2007
@@ -79,7 +79,7 @@
 
     $SIG{__DIE__} = sub {
         # Calling it by hand means we restore the old sighandler.
-        no warnings 'uninitialized';
+        no warnings qw( uninitialized numeric );
         $SIG{__DIE__} = (($old_sig_die == $SIG{__DIE__}) ? undef : $old_sig_die);
         return unless @_;
 


More information about the Jifty-commit mailing list