ddascalescu@gmail.com via RT wrote:
Show quoted text> Tue Oct 24 23:38:07 2006: Request 22551 was acted upon.
> Transaction: Ticket created by ddascalescu@gmail.com
> Queue: XML-Twig
> Subject: Cwd functions redefined if all warnings enabled
> Broken in: (no value)
> Severity: (no value)
> Owner: Nobody
> Requestors: ddascalescu@gmail.com
> Status: new
> Ticket <URL:
http://rt.cpan.org/Ticket/Display.html?id=22551 >
>
>
> On my machine with perl, v5.8.8 built for MSWin32-x86-multi-thread ,
>
> perl -W -e " use XML::Twig; "
>
> complains that:
>
> Subroutine Cwd::fastcwd redefined at C:/Perl/lib/Cwd.pm line 699.
> Subroutine Cwd::getcwd redefined at C:/Perl/lib/Cwd.pm line 699.
> Subroutine Cwd::abs_path redefined at C:/Perl/lib/Cwd.pm line 699.
Hum...
I don't quite understand how a module can be loaded twice. I don't get
that message, but I don't have a Windows install around here either.
Would adding a "use diagnostics" give more info about where could Cwd be
imported twice?
Thanks
--
mirod