Subject: | No 'file' or 'fh' parameter given in an invocation to a required module. |
Class-Data-Accessor-0.03, Windows XP, SP2, 512Meg Ram, ActiveState Perl
5.8.8, Binary build 820.
Hello,
I am in the middle of a dependency hell with the end goal of installing
all of the Catalyst files on Windows. Class::Data::Accessor uses
PodParser, which uses Pod::Parser.
At first you might think the problem is with PodParser or Pod::Parser
because the error message ultimately comes from Pod::Parser. However, I
just installed the latest versions of both of them, and they passed all
of their tests. Anyway, here is the "nmake" for Class::Data::Accessor
and the error report.
Show quoted text
>nmake
Microsoft (R) Program Maintenance Utility Version 7.00.9466
Copyright (C) Microsoft Corporation. All rights reserved.
C:\Perl\bin\perl.exe Build --makefile_env_macros 1
lib\Class\Data\Accessor.pm -> blib\lib\Class\Data\Accessor.pm
Manifying blib\lib/Class/Data/Accessor.pm ->
blib\libdoc\Class.Data.Accessor.3
No 'file' or 'fh' parameter given at
C:/Perl/site/lib/Module/Build/PodParser.pm line 24.
NMAKE : fatal error U1077: 'C:\Perl\bin\perl.exe' : return code '0x2'
Stop.