Re: I can not build blead on VMS - Missing files, NNTP newsgroups not updating.
[email protected] (John Malmberg)
| Newsgroups | perl.perl5.porters,perl.vmsperl |
|---|---|
| Message-ID | <[email protected]> |
Simon Wistow wrote: > On Sun, Mar 22, 2009 at 11:26:43AM -0500, John Malmberg said: >> These files are still reported as missing. >> t/Module_Pluggable/lib/EditorJunk/Plugin/Bar.pm~,Bar.pm_ > > Bar_.pm doesn't exist in Module::Pluggable but you can get Bar.pm~ > either here The VMS Perl build procedure looks for Bar.pm_ when it can not find Bar.pm~. For the older VMS filesystem, '~' is an illegal character in filenames, and the VMS UNZIP utility will replace it with an "_". The VMS port of Perl also will make this type of substitution in many places. In a later post, I reported that the issue is that I was using the "-C" option on rsync which causes it to ignore any files that CVS normally ignores, so I have the file now. -John [email protected] Personal Opinion Only