Skip Menu |

This queue is for tickets about the Win32-EventLog-Carp CPAN distribution.

Report information
The Basics
Id: 6510
Status: open
Priority: 1/
Queue: Win32-EventLog-Carp

People
Owner: dland [...] cpan.org
Requestors: rrwo [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: (no value)
Fixed in: (no value)



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.