--- trunk/lib/WebPAC/Input.pm 2009/04/21 21:03:52 1128 +++ trunk/lib/WebPAC/Input.pm 2009/04/25 17:13:20 1168 @@ -3,7 +3,7 @@ use warnings; use strict; -use blib; +use lib 'lib'; use WebPAC::Common; use base qw/WebPAC::Common/;