Suppress "Subroutine new redefined at Crypt/Monkeysphere/MSVA.pm line 81."
authorW. Trevor King <wking@drexel.edu>
Thu, 26 May 2011 11:28:13 +0000 (07:28 -0400)
committerW. Trevor King <wking@drexel.edu>
Thu, 26 May 2011 11:28:13 +0000 (07:28 -0400)
commitc45f9af19af097df70e79132bbed4adb70fb2837
treeaafe77bdd396780c2d6ae0c143a443151968b663
parent8d8f710720cd0d3cbf82ba4e1204949be1b1c1b0
Suppress "Subroutine new redefined at Crypt/Monkeysphere/MSVA.pm line 81."

Following the suggestion given by `use diagnostics;`:

  (W redefine) You redefined a subroutine.  To suppress this warning, say

    {
    no warnings 'redefine';
    eval "sub name { ... }";
    }
Crypt/Monkeysphere/MSVA.pm