]> Dogcows Code - chaz/p5-File-KDBX/blobdiff - t/erase.t
use functions moved to File::KDBX::XS module
[chaz/p5-File-KDBX] / t / erase.t
index 3730fcd45efdf164d80d0f3aa11e5cb4a451a8c4..46454aec923052622f84e2fca1646b2b93ad4a04 100644 (file)
--- a/t/erase.t
+++ b/t/erase.t
@@ -6,7 +6,7 @@ use strict;
 use lib 't/lib';
 use TestCommon;
 
-use File::KDBX::Util qw(erase erase_scoped);
+use File::KDBX::Util qw(:erase);
 use Test::More;
 
 my $data1   = 'hello';
This page took 0.016657 seconds and 4 git commands to generate.