summaryrefslogtreecommitdiff
path: root/t/storable-test.pl
diff options
context:
space:
mode:
Diffstat (limited to 't/storable-test.pl')
-rw-r--r--t/storable-test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/storable-test.pl b/t/storable-test.pl
index 63ca5b1..0660de2 100644
--- a/t/storable-test.pl
+++ b/t/storable-test.pl
@@ -1,6 +1,6 @@
use strict;
use warnings;
-use Storable;
+use Storable qw( retrieve store );
if (@ARGV && $ARGV[0] eq "store") {
require URI;