Fink::FinkVersion.pm is generated from perlmod/Fink/FinkVersion.pm.in. It only has two variables. @VERSION@ and @[EMAIL PROTECTED] @VERSION@ I can understand, it comes from the VERSION file and is set at build time. But @BASEPATH@ is in fink.conf and can be gotten from Fink::Config.
Is there any reason why Fink::FinkVersion needs to have its basepath hardcoded and can't just use $Fink::Config::basepath like everything else? There doesn't seem to be any circular dependencies between Fink::Config and Fink::FinkVersion. I'm trying to see if I can build Fink::FinkVersion without having to run inject.pl. -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern/ Let me check my notes. http://www.sluggy.com ------------------------------------------------------- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/ _______________________________________________ Fink-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-devel
