Subject: | from Colin Meyer |
From: cmeyer@helvella.org
Subject: Spread-Queue-0.4
Date: November 3, 2005 2:52:16 PM PST
To: jmay@pobox.com
Hi Jason,
In order for the tests to pass for Spread-Queue-0.4, I had to add
the line 'use blib' to the sqm script.
Also, my perl is at /usr/local/bin/perl, so I had to adjust that in sqm
and t/02allevent.t. There should be a way for Makefile.PL to take care
of stuff like that. It did seem to do that for the version of sqm in
blib/script/.
After those edits, all tests passed. So I did a 'sudo make install' ...
Oops, sqm gets installed under /usr/local/bin. So I had to edit the
installed version of sqm, to remove the 'use blib;' line.
-Colin.