]> Dogcows Code - chaz/p5-File-KDBX/blobdiff - lib/File/KDBX/Key/File.pm
Version 0.900
[chaz/p5-File-KDBX] / lib / File / KDBX / Key / File.pm
index efbbbd2dd28a05815f0ddf89213c3ecd55797aef..6e4173e987bd883261685b9d8b3639733537f51d 100644 (file)
@@ -17,7 +17,7 @@ use namespace::clean;
 
 extends 'File::KDBX::Key';
 
-our $VERSION = '0.800'; # VERSION
+our $VERSION = '0.900'; # VERSION
 
 
 has 'type',     is => 'ro';
@@ -256,7 +256,7 @@ File::KDBX::Key::File - A file key
 
 =head1 VERSION
 
-version 0.800
+version 0.900
 
 =head1 SYNOPSIS
 
@@ -297,7 +297,7 @@ There are multiple types of key files supported. See L</type>. This module can r
 
     $type = $key->type;
 
-Get the type of key file. Can be one of:
+Get the type of key file. Can be one of from L<File::KDBX::Constants/":key_file">:
 
 =over 4
 
This page took 0.027101 seconds and 4 git commands to generate.