in reply to Re^2: Circular dependencies when using the perl syntax checker
in thread Circular dependencies when using the perl syntax checker

useing strict & warnings are provided for a purpose!!

Yes, so is no warnings 'redefine';

Replies are listed 'Best First'.
Re^4: Circular dependencies when using the perl syntax checker
by ikegami (Patriarch) on Jul 29, 2008 at 19:17 UTC
    Yes, but it should only be used when intentionally redefining a sub. This isn't the case here. Burying an error doesn't remove it.