afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)
afuna ([personal profile] afuna) wrote in [site community profile] changelog2009-03-17 01:42 am

[dw-free] Warnings from DW::BusinessRules

http://bugs.dwscoalition.org/show_bug.cgi?id=403

Remove warnings from DW::BusinessRules.

Patch by [staff profile] denise

Files modified:
  • cgi-bin/DW/BusinessRules.pm



--------------------------------------------------------------------------------
-- a/cgi-bin/DW/BusinessRules.pm	Sun Mar 15 07:18:35 2009 +0000
+++ b/cgi-bin/DW/BusinessRules.pm	Mon Mar 16 17:37:49 2009 +0000
@@ -105,6 +105,7 @@ sub install_overrides {
             Carp::croak( "$fname defined in both $dpkg and $seen{$fname}" )
                 if $seen{$fname};
             $seen{$fname} = $dpkg;
+            no warnings 'redefine';
             *{"${callpkg}::${fname}"} = \&$subref;
         }
     }
--------------------------------------------------------------------------------