]> Dogcows Code - chaz/p5-File-KDBX/blobdiff - lib/File/KDBX/Key/Composite.pm
Add function for creating class attributes
[chaz/p5-File-KDBX] / lib / File / KDBX / Key / Composite.pm
index 86b803aaeb85f920025492ee396a9921bad30d40..8878bcd2a5dfc024dea5ed3f556c5c5f7708e5c8 100644 (file)
@@ -6,12 +6,12 @@ use strict;
 
 use Crypt::Digest qw(digest_data);
 use File::KDBX::Error;
-use File::KDBX::Util qw(:erase);
+use File::KDBX::Util qw(:class :erase);
 use Ref::Util qw(is_arrayref);
 use Scalar::Util qw(blessed);
 use namespace::clean;
 
-use parent 'File::KDBX::Key';
+extends 'File::KDBX::Key';
 
 our $VERSION = '999.999'; # VERSION
 
This page took 0.017321 seconds and 4 git commands to generate.