Michael G Schwern wrote:
> Update of /cvsroot/fink/fink
> In directory sc8-pr-cvs1:/tmp/cvs-serv11736
>
> Modified Files:
> fink-virtual-pkgs.in ChangeLog
> Log Message:
> 2003-11-20 Michael G Schwern <[EMAIL PROTECTED]>
>
> * fink-virtual-pkgs.in: Cleaning up logic to check for standalone
> and load modules. Also, POSIX was always loaded and the fink
> Perl library path added to lib, standalone or not.
>
> UseFinkModules() was way overcomplicated. A single eval is much more
> elegant.
>
> $config was never used. read_config() only called to initialize
> Fink::Config.
>
> use statements happen at compile time so this:
>
> if( ... ) {
> use Foo;
> }
>
> is really this:
>
> use Foo;
> if( ... ) {
> }
>
> This means POSIX was always being loaded and $basepath/lib/perl5 always
> being added to @INC.Thanks for this.
Peter -- Peter O'Gorman - http://www.pogma.com
------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Fink-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-devel
