]> Dogcows Code - chaz/p5-File-KDBX/blobdiff - t/util.t
Add key file saving and refactor some stuff
[chaz/p5-File-KDBX] / t / util.t
index 54ed365f4ad61e91742bfadd25c2f7ea67e3eef5..5ea4359a4894ac40b19baabcd3f8053bc069bbb8 100644 (file)
--- a/t/util.t
+++ b/t/util.t
@@ -6,10 +6,9 @@ use strict;
 use lib 't/lib';
 use TestCommon;
 
+use File::KDBX::Util qw(:all);
 use Test::More;
 
-BEGIN { use_ok('File::KDBX::Util', qw{empty format_uuid generate_uuid nonempty pad_pkcs7 snakify uuid}) }
-
 can_ok('File::KDBX::Util', qw{
     assert_64bit
     can_fork
This page took 0.018699 seconds and 4 git commands to generate.