]> Dogcows Code - chaz/p5-File-KDBX/blobdiff - lib/File/KDBX/Error.pm
Adjust dependencies
[chaz/p5-File-KDBX] / lib / File / KDBX / Error.pm
index fbc6bbd35d7b911db42c705a4e1bf1808da059e7..7f44942caaee88e9a16acd9e72e6399bcb6422be 100644 (file)
@@ -70,7 +70,7 @@ passed will be forwarded to L</new> to create a new error object.
 This can be convenient for error handling when you're not sure what the exception is but you want to treat it
 as a B<File::KDBX::Error>. Example:
 
-    eval { .... };
+    eval { ... };
     if (my $error = error(@_)) {
         if ($error->type eq 'key.missing') {
             handle_missing_key($error);
This page took 0.020766 seconds and 4 git commands to generate.