]> Dogcows Code - chaz/p5-File-KDBX-XS/blobdiff - t/kdf-aes.t
add NAME WriteMakefile arg for non-dzil testing
[chaz/p5-File-KDBX-XS] / t / kdf-aes.t
index 7a968a4bc720dfed811f21426a4c0459e1bcd813..94ddf820cac6f7fcfd6c8098e8060306989dd72c 100644 (file)
@@ -3,10 +3,9 @@
 use warnings;
 use strict;
 
+use File::KDBX::XS;
 use Test::More;
 
-BEGIN { use_ok('File::KDBX::XS') }
-
 my $key         = "\1" x 32;
 my $seed        = "\1" x 16;
 my $rounds      = 123;
This page took 0.016641 seconds and 4 git commands to generate.