]> Dogcows Code - chaz/p5-File-KDBX/blobdiff - lib/File/KDBX/Loader/Raw.pm
Simplify attribute generation
[chaz/p5-File-KDBX] / lib / File / KDBX / Loader / Raw.pm
index 58e920dd7f6129245b01090e11dac37cc588fb8e..a45467c58d56b30b728ecc897218052e94bfcf80 100644 (file)
@@ -4,7 +4,10 @@ package File::KDBX::Loader::Raw;
 use warnings;
 use strict;
 
-use parent 'File::KDBX::Loader';
+use File::KDBX::Util qw(:class);
+use namespace::clean;
+
+extends 'File::KDBX::Loader';
 
 our $VERSION = '999.999'; # VERSION
 
This page took 0.02032 seconds and 4 git commands to generate.