]> Dogcows Code - chaz/p5-File-KDBX-XS/blob - README
Version 0.900
[chaz/p5-File-KDBX-XS] / README
1 NAME
2
3 File::KDBX::XS - Speed up File::KDBX
4
5 VERSION
6
7 version 0.900
8
9 DESCRIPTION
10
11 This module provides some speed improvement for File::KDBX.
12
13 There is no public interface.
14
15 This distribution contains code from CryptX and LibTomCrypt
16 <https://www.libtom.net/LibTomCrypt/>, bundled according to their own
17 licensing terms (which are also permissive).
18
19 FUNCTIONS
20
21 CowREFCNT
22
23 Get the copy-on-write (COW) reference count of a scalar, or undef if
24 the perl does not support scalar COW or if the scalar is not COW.
25
26 See also "cowrefcnt( PV )" in B::COW.
27
28 BUGS
29
30 Please report any bugs or feature requests on the bugtracker website
31 https://github.com/chazmcgarvey/File-KDBX-XS/issues
32
33 When submitting a bug or request, please include a test-file or a patch
34 to an existing test-file that illustrates the bug or desired feature.
35
36 AUTHOR
37
38 Charles McGarvey <ccm@cpan.org>
39
40 CONTRIBUTOR
41
42 Karel Miko <mic@cpan.org>
43
44 COPYRIGHT AND LICENSE
45
46 This software is copyright (c) 2022 by Charles McGarvey.
47
48 This is free software; you can redistribute it and/or modify it under
49 the same terms as the Perl 5 programming language system itself.
50
This page took 0.029723 seconds and 4 git commands to generate.