]> Dogcows Code - chaz/p5-File-KDBX/blobdiff - t/kdbx4.t
Add support for 32-bit perls
[chaz/p5-File-KDBX] / t / kdbx4.t
index f1e9cbc69498b932b6b2b4953a13555fb5c95d27..5afceeb7dd8b7d155d4bfd00ed2879afb744d783 100644 (file)
--- a/t/kdbx4.t
+++ b/t/kdbx4.t
@@ -25,11 +25,11 @@ subtest 'Verify Format400' => sub {
         encryption_iv => "3?\207P\233or\220\215h\2240",
         kdf_parameters => {
             "\$UUID" => "\357cm\337\214)DK\221\367\251\244\3\343\n\f",
-            I => 2,
-            M => 1048576,
-            P => 2,
+            I => num(2),
+            M => num(1048576),
+            P => num(2),
             S => "V\254\6m-\206*\260\305\f\0\366\24:4\235\364A\362\346\221\13)}\250\217P\303\303\2\331\245",
-            V => 19,
+            V => num(19),
         },
         master_seed => ";\372y\300yS%\3331\177\231\364u\265Y\361\225\3273h\332R,\22\240a\240\302\271\357\313\23",
     }, 'Extract headers' or diag explain $kdbx->headers;
This page took 0.019482 seconds and 4 git commands to generate.