summaryrefslogtreecommitdiffstats
path: root/NPTest.pm
diff options
context:
space:
mode:
Diffstat (limited to 'NPTest.pm')
-rw-r--r--NPTest.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/NPTest.pm b/NPTest.pm
index b00a708..3d6e3a2 100644
--- a/NPTest.pm
+++ b/NPTest.pm
@@ -438,7 +438,7 @@ sub LoadCache
438 438
439 chomp($fileContents); 439 chomp($fileContents);
440 my( $contentsRef ) = eval $fileContents; 440 my( $contentsRef ) = eval $fileContents;
441 %CACHE = %{$contentsRef}; 441 %CACHE = %{$contentsRef} if (defined($contentsRef));
442 442
443 } 443 }
444 444