1File::KDBX::IO(3) User Contributed Perl Documentation File::KDBX::IO(3)
2
3
4
6 File::KDBX::IO - Base IO class for KDBX-related streams
7
9 version 0.906
10
12 This is a IO::Handle subclass which provides self-tying and buffering.
13 It currently provides an interface for subclasses that is similar to
14 PerlIO::via, but this is subject to change. Don't depend on this
15 outside of the File::KDBX distribution. Currently-available subclasses:
16
17 • File::KDBX::IO::Crypt
18
19 • File::KDBX::IO::HashBlock
20
21 • File::KDBX::IO::HmacBlock
22
24 Please report any bugs or feature requests on the bugtracker website
25 <https://github.com/chazmcgarvey/File-KDBX/issues>
26
27 When submitting a bug or request, please include a test-file or a patch
28 to an existing test-file that illustrates the bug or desired feature.
29
31 Charles McGarvey <ccm@cpan.org>
32
34 This software is copyright (c) 2022 by Charles McGarvey.
35
36 This is free software; you can redistribute it and/or modify it under
37 the same terms as the Perl 5 programming language system itself.
38
39
40
41perl v5.36.1 2023-09-27 File::KDBX::IO(3)