]> Dogcows Code - chaz/p5-File-KDBX/blobdiff - lib/File/KDBX/Loader/Raw.pm
Add function for creating class attributes
[chaz/p5-File-KDBX] / lib / File / KDBX / Loader / Raw.pm
index 58e920dd7f6129245b01090e11dac37cc588fb8e..7eeaaee500b25aa41f8d3932238313fd76f753e9 100644 (file)
@@ -4,7 +4,9 @@ package File::KDBX::Loader::Raw;
 use warnings;
 use strict;
 
-use parent 'File::KDBX::Loader';
+use File::KDBX::Util qw(:class);
+
+extends 'File::KDBX::Loader';
 
 our $VERSION = '999.999'; # VERSION
 
This page took 0.016147 seconds and 4 git commands to generate.