From: "Jackson, Harry" <[EMAIL PROTECTED]>

> I am trying to compile a script to an executable in Win NT and getting
> the following.
> 
> Converting 'Search_Remedy.pl' to Search_Remedy.exe
> Warning: Can't locate Tie/Registry.pm at
> C:\Perl\site\lib\DBD\Oracle.pm line 106 @INC = C:\Perl\lib,
> C:\Perl\site\lib, ., must be directory, not file)
> 
> 
> I know I have this module missing and have been unable to find it on
> ASPN. I have found the Win32::TieRegistry but not the one it wants.

If you look better at the code in DBD::Oracle.pm you'll see that the 
module uses Win32::TieRegistry and only if that one is not found 
and it doesn't succeed to open the HKLM\Software\Oracle does it 
try Tie::Registry instead.

perl2exe cannot know that so it warns you that it was not able to 
find a module that might be needed. It doesn't have any way of 
knowing it will never be.

I believe perl2exe will create the .exe anyway, if it does not see it's 
docs and forbide it to try to incorporate Tie::Registry in the .exe.

Jenda

=========== [EMAIL PROTECTED] == http://Jenda.Krynicky.cz ==========
There is a reason for living. There must be. I've seen it somewhere.
It's just that in the mess on my table ... and in my brain
I can't find it.
                                        --- me

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to