Subject: | Warnings in modules used by Win32::EventLog::Carp are not posted to the log |
When running tests with -W flag, we get the following which are not posted to the logs (probably a good thing):
Subroutine Cwd::fastcwd redefined at C:/Perl/lib/XSLoader.pm line 91.
Subroutine Cwd::cwd redefined at C:/Perl/lib/Cwd.pm line 542.
Subroutine Cwd::getcwd redefined at C:/Perl/lib/Cwd.pm line 543.
Subroutine Cwd::fastcwd redefined at C:/Perl/lib/Cwd.pm line 544.
Subroutine Cwd::fastgetcwd redefined at C:/Perl/lib/Cwd.pm line 545.
Subroutine Cwd::abs_path redefined at C:/Perl/lib/Cwd.pm line 546.
Prototype mismatch: sub Cwd::abs_path (;$) vs none at C:/Perl/lib/Cwd.pm line 54
6.
Subroutine Cwd::realpath redefined at C:/Perl/lib/Cwd.pm line 547.
Prototype mismatch: sub Cwd::realpath (;$) vs none at C:/Perl/lib/Cwd.pm line 54
7.
Still, it's nice to be thorough.