[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Uploaded faqomatic 2.506-2 (source all) to master



Manoj Srivastava <srivasta@datasync.com> writes:

> #!/usr/bin/perl
BEGIN {            # Must be executed before `use lib'.
> $LIBDIR='/usr/local/lib/site_perl';
> if (-f '/etc/fom.conf') {do '/etc/fom.conf';};
}
> use lib "$LIBDIR";
use lib $LIBDIR;    # Just being picky.
> use FAQ::OMatic::dispatch;
> FAQ::OMatic::dispatch::main('meta/');

Sorry.  For my next project I aim to become this picky about Python.

-- 
	 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: