Philippe Barthelemy <[EMAIL PROTECTED]> said:
> Philippe Barthelemy a écrit :
>> Alexander K. Hansen a écrit :
>> 
>>> And what do lines 308-313 of Validation.pm say?
>> the lines in Validation.pm : with --> marker
>> 
>> --> if ($info_file_content =~ m/\r\n/s) {
>>              print "Error: Info file has DOS line endings. ($filename)\n";
>>              $looks_good = 0;
> [...]
>
> One question : I have both the default perl and ActiveState Perl 
> installed on my machine.
>
> How can I select a specific Perl interpreter for Fink to use ?
> Maybe the one used does like the m/ pattern ( I doubt it.... )

Probably irrelevant...perl is perl is perl when it comes to regexes.
Also, I'm pretty sure fink always uses /usr/bin/perl even if there are
other "perl" present (look at the first line of /sw/bin/fink to see
what perl is used). More relevant is:

>>> What version of fink? 
>> Fink 0.23.10

Whoa, that's old. We've been in 0.24.x for many months now. If you're
doing any package development, you'll want to be using something of a
2006 vintage. No guarantee the bug is fixed, but it will at least be
different if it exists, and the 0.23.x branch is quite dead.

dan

-- 
Daniel Macks
[EMAIL PROTECTED]
http://www.netspace.org/~dmacks



Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fink-beginners mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to