Re: Uploaded faqomatic 2.506-2 (source all) to master
Stephen Zander <srz@mckesson.com> writes:
> Well, if we're going to be picky that should be....
[snip]
> Including '/usr/local/lib/site_perl' is unnecessary; it's already in @INC.
Good point.
I assume you meant "... $fom_lib if $fom_lib;". Also, the "use lib"
must go outside the BEGIN, or it *still* comes first:
-----
#!/usr/bin/perl
BEGIN {
do '/etc/fom.conf' if (-f '/etc/fom.conf');
}
use lib $fom_lib if $fom_lib;
use FAQ::OMatic::dispatch;
FAQ::OMatic::dispatch::main($fom_dir || 'meta/');
-----
> Stephen (who's now reached his pointless posts quota for the day :))
At 10am?!
--
Carey Evans http://home.clear.net.nz/pages/c.evans/
GNU GPL: "The Source will be with you... always."
--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-devel-request@lists.debian.org .
Trouble? e-mail to templin@bucknell.edu .
Reply to: