summaryrefslogtreecommitdiff
path: root/t/storable-test.pl
diff options
context:
space:
mode:
authorOlaf Alders <olaf@wundersolutions.com>2022-10-03 11:27:39 -0400
committerOlaf Alders <olaf@wundersolutions.com>2022-10-03 11:27:39 -0400
commit30eecf59f525027326f935e37cb9950e216a6225 (patch)
treeeb1dd95a54adf741a6d8e31575c509c60903f1a1 /t/storable-test.pl
parent699e061c8ba61b29590c0e0c3801b66f1af27b27 (diff)
downloaduri-30eecf59f525027326f935e37cb9950e216a6225.tar.gz
Apply perlimports to tests
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;