Subject: | Build warnings and error messages for dev version 1.101_003 |
perl, v5.10.0 built for MSWin32-x86-multi-thread, on MS Vista
When I run `perl Makefile.PL', I get this warning:
Versions of optional/unlisted/indirect dependencies:
...
Readonly::XS = 1.05
Variable "$nest" is not available at (re_eval 46) line 2, <DATA> line 1002.
Variable "$nest" is not available at (re_eval 47) line 2, <DATA> line 1002.
...
During nmake:
...
C:\Perl\bin\perl.exe "-Iblib\arch" "-Iblib\lib"
lib/Perl/Critic/PolicySummary.pod.PL lib/Perl/Critic/PolicySummary.pod
Generating Perl::Critic::PolicySummary.
Variable "$nest" is not available at (re_eval 523) line 2,
<DATA> line 1002.
Variable "$nest" is not available at (re_eval 524) line 2,
<DATA> line 1002.
Done.
...
C:\Perl\bin\perl.exe "-Iblib\arch" "-Iblib\lib" xt/author
/generate_without_optional_dependencies_wrappers.PL
xt/author/generated/t/00_modules.t_without_optional_dependencies.t
Skipping generating tests because it doesn't look like we're in an
author environment.
[repeats many times]
Show quoted text
> nmake test
t/01_config.t .................................
Variable "$nest" is not available at (re_eval 394) line 2, <DATA> line 1002.
t/14_policy_parameters.t ...................... 126/301 Variable "$nest"
is not available at (re_eval 514) line 2, <DATA> line 1002.
Variable "$nest" is not available at (re_eval 515) line 2,
<DATA> line 1002.
Show quoted text> C:\Users\ericp\lab\pm\Perl-Critic-1.101_003>nmake install
Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
C:\Perl\bin\perl.exe -MExtUtils::Command -e cp bin/perlcritic
blib\script\perlcritic
pl2bat.bat blib\script\perlcritic
C:\Perl\bin\perl.exe "-Iblib\arch" "-Iblib\lib"
xt/author/generate_without_optional_dependencies_wrappers.PL
xt/author/generated/t/00_modules.t_without_optional_dependencies.t
Going to try it anyway...