]> Dogcows Code - chaz/p5-File-KDBX/blobdiff - lib/File/KDBX/KDF.pm
Add key file saving and refactor some stuff
[chaz/p5-File-KDBX] / lib / File / KDBX / KDF.pm
index c447cc0fe242b92f819900e70f7b78f16d5260fe..7d29ec3b7f476480fc8e6096b77f7b0fa23cb193 100644 (file)
@@ -39,6 +39,14 @@ sub new {
     return $self->init(%args, %registration_args);
 }
 
+=method init
+
+    $kdf = $kdf->init(%attributes);
+
+Called by method to set attributes. You normally shouldn't call this.
+
+=cut
+
 sub init {
     my $self = shift;
     my %args = @_;
This page took 0.018035 seconds and 4 git commands to generate.