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