kartlee has asked for the wisdom of the Perl Monks concerning the following question:
use strict; use LWP::UserAgent; while(1) { sleep 2; }
PerlApp 5.2.0 build 520 Copyright (C) 1998-2003 ActiveState Corp. All rights reserved. +++ c:\Schrodinger-perl\lib\AutoLoader.pm +++ c:\Schrodinger-perl\lib\Carp.pm +++ c:\Schrodinger-perl\lib\Carp\Heavy.pm +++ c:\Schrodinger-perl\lib\Config.pm +++ DynaLoader.pm (internal) +++ c:\Schrodinger-perl\lib\Errno.pm +++ c:\Schrodinger-perl\lib\Exporter.pm +++ c:\Schrodinger-perl\lib\Exporter\Heavy.pm +++ c:\Schrodinger-perl\lib\File\Glob.pm +++ c:\Schrodinger-perl\site\lib\LWP\UserAgent.pm Mac\FileSpec\Unixish.pm: warn: Can't locate Mac\FileSpec\Unixish.pm refby: c:\Schrodinger-perl\lib\DynaLoader.pm +++ c:\Schrodinger-perl\lib\Term\Cap.pm +++ c:\Schrodinger-perl\lib\Text\ParseWords.pm +++ XSLoader.pm (internal) +++ c:\Schrodinger-perl\lib\attributes.pm +++ c:\Schrodinger-perl\lib\auto\DynaLoader\autosplit.ix +++ c:\Schrodinger-perl\lib\auto\DynaLoader\dl_expandspec.al +++ c:\Schrodinger-perl\lib\auto\DynaLoader\dl_find_symbol_anywhere.al +++ c:\Schrodinger-perl\lib\auto\DynaLoader\dl_findfile.al +++ c:\Schrodinger-perl\lib\auto\File\Glob\Glob.dll +++ c:\Schrodinger-perl\lib\auto\re\re.dll +++ c:\Schrodinger-perl\lib\re.pm +++ c:\Schrodinger-perl\lib\strict.pm +++ c:\Schrodinger-perl\lib\vars.pm +++ c:\Schrodinger-perl\lib\warnings.pm +++ c:\Schrodinger-perl\lib\warnings\register.pm +++ perl58.dll (c:\Schrodinger-perl\bin\perl58.dll) Please run `perlapp.exe --help DIAGNOSTICS` for more information about the generated error and warning messages. Created 'test.exe'
/PerlApp/strict.pm did not return a true value. BEGIN failed--compilation aborted at test.pl line 1.
Can anyone comment what can be the reason for this problem? If I remove the pod line from LWP::UserAgent ( =head1 NAME..... ), the executable works fine. What's the mystery behind this?
@INC: c:/Schrodinger-perl/lib c:/Schrodinger-perl/site/lib
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: PerlApp Error - /PerlApp/strict.pm did not return a true value.
by syphilis (Archbishop) on May 26, 2008 at 07:39 UTC | |
by kartlee (Initiate) on May 26, 2008 at 17:03 UTC | |
by chromatic (Archbishop) on May 27, 2008 at 04:16 UTC |