Remove the use trace line from Paginator.t. It's not used.

Yet again, fix a security hole in the Include macro.  If the path used a symlink
then it would bypass one of the three security checks.
This commit is contained in:
Colin Kuskie 2006-07-30 18:10:31 +00:00
parent 78c33c54ff
commit d154726bc1
2 changed files with 1 additions and 2 deletions

View file

@ -9,7 +9,6 @@
#-------------------------------------------------------------------
use FindBin;
use trace;
use strict;
use lib "$FindBin::Bin/lib";