]> Dogcows Code - chaz/p5-File-KDBX/blobdiff - lib/File/KDBX/Key/ChallengeResponse.pm
Add function for creating class attributes
[chaz/p5-File-KDBX] / lib / File / KDBX / Key / ChallengeResponse.pm
index f9b2d483119b213319e313bd1870e7750bc0dbdd..2bbf36889e6b15f414210cf8b3331d1f3d1cb606 100644 (file)
@@ -5,9 +5,10 @@ use warnings;
 use strict;
 
 use File::KDBX::Error;
+use File::KDBX::Util qw(:class);
 use namespace::clean;
 
-use parent 'File::KDBX::Key';
+extends 'File::KDBX::Key';
 
 our $VERSION = '999.999'; # VERSION
 
This page took 0.019657 seconds and 4 git commands to generate.