Skip Menu |

This queue is for tickets about the Win32-Daemon-Simple CPAN distribution.

Report information
The Basics
Id: 5562
Status: open
Priority: 0/
Queue: Win32-Daemon-Simple

People
Owner: Nobody in particular
Requestors: rrwo [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.1.3
Fixed in: (no value)



Subject: Global symbol "$HKLM" requires explicit package name ...
Multiple issues: It does not require Win32::Daemon and it gives the following errors: Global symbol "$HKLM" requires explicit package name at C:/Perl/site/lib/Win32/Daemon/Simple.pm line 49. Global symbol "$HKLM" requires explicit package name at C:/Perl/site/lib/Win32/Daemon/Simple.pm line 61. BEGIN not safe after errors--compilation aborted at C:/Perl/site/lib/Win32/Daemon/Simple.pm line 280. Compilation failed in require at dbsync.pl line 187. BEGIN failed--compilation aborted at dbsync.pl line 187.
Does it still happen in 0.2.2? [guest - Thu Mar 4 15:07:13 2004]: Show quoted text
> Multiple issues: > > It does not require Win32::Daemon
The 6th line of Daemon.pm says use Win32::Daemon; And the Makefile.PL contains 'PREREQ_PM' => { Win32::Daemon => 0, Win32::Console => 0, }, # e.g., Module::Name => 1.1 So I'm not sure what do you mean by this. Show quoted text
> and it gives the following errors: > > Global symbol "$HKLM" requires explicit package name at > C:/Perl/site/lib/Win32/Daemon/Simple.pm line 49. > Global symbol "$HKLM" requires explicit package name at > C:/Perl/site/lib/Win32/Daemon/Simple.pm line 61. > BEGIN not safe after errors--compilation aborted at > C:/Perl/site/lib/Win32/Daemon/Simple.pm line 280. > Compilation failed in require at dbsync.pl line 187. > BEGIN failed--compilation aborted at dbsync.pl line 187.
Strange. What version of Win32::Registry do you have? Could you try to install the http://jenda.krynicky.cz/#Win32::Registry2 patch? Jenda
[JENDA - Fri Mar 5 11:15:58 2004]: Show quoted text
> Does it still happen in 0.2.2?
Yes. I was able to install it before installing Win32::Daemon, and had to run it to get an error that it couldn't find the module. So something went wrong. Show quoted text
> > and it gives the following errors: > > > > Global symbol "$HKLM" requires explicit package name at > > C:/Perl/site/lib/Win32/Daemon/Simple.pm line 49. ....
> > Strange. What version of Win32::Registry do you have? Could you try to
I just installed the latest version of Win32::Registry from ActiveState using PPM. I'm using Perl 5.8.2 build 808. Show quoted text
I can't connect to the site jenda.krynicky.cz. Bad domain name.
[guest - Fri Mar 5 11:26:04 2004]: Show quoted text
> [JENDA - Fri Mar 5 11:15:58 2004]: >
> > Does it still happen in 0.2.2?
> > Yes. > > I was able to install it before installing Win32::Daemon, and had to
run Show quoted text
> it to get an error that it couldn't find the module. So something went > wrong.
How did you install Win32::Daemon::Simple? PPM or CPAN or manualy? Show quoted text
> > I can't connect to the site jenda.krynicky.cz. Bad domain name.
Strange. Try http://www24.brinkster.com/jenda/index.html#Win32::Registry2 Jenda