--- lib/PXElator/upstream.pm 2009/08/16 23:31:30 233 +++ lib/PXElator/upstream.pm 2009/08/17 10:28:17 242 @@ -19,7 +19,7 @@ } my $once_path = '/tmp/pxelator.once'; -our $just_once = retrieve $once_path; +our $just_once = retrieve $once_path if -e $once_path; sub first_time { my $what = shift; return if $just_once->{$what}++;