[Module-build-general] only::install::install
Status: Beta
Brought to you by:
kwilliams
|
From: Greg M. <cid...@ma...> - 2003-03-29 14:01:47
|
Is line 797 in Module/Build/Base.pm's ACTION_versioninstall subroutine OK? I get this error message: greg@7106 ~/.cpan/build/PerlBean-0.7 $ ./Build versioninstall WARNING: './Build' script was created with perl, but we are now using /usr/bin/perl Too late to run INIT block at /usr/lib/perl5/site_perl/5.8.0/only.pm line 110. Undefined subroutine &only::install::install called at /usr/lib/perl5/site_perl/5.8.0/Module/Build/Base.pm line 797, <IN> line 19. Accroding to perlmod, qualifying is for variables and filehandles. When I add use only::install at teh top of the file, it works (under some circumstances). -- Greg Matheson Taiwan |