]> Dogcows Code - chaz/p5-File-KDBX-XS/blob - README.md
Add README to repo
[chaz/p5-File-KDBX-XS] / README.md
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](https://metacpan.org/pod/File%3A%3AKDBX).
12
13 There is no public interface.
14
15 This distribution contains code from [CryptX](https://metacpan.org/pod/CryptX) and [LibTomCrypt](https://www.libtom.net/LibTomCrypt/),
16 bundled according to their own licensing terms (which are also permissive).
17
18 # FUNCTIONS
19
20 ## CowREFCNT
21
22 Get the copy-on-write (COW) reference count of a scalar, or `undef` if the perl does not support scalar COW
23 or if the scalar is not COW.
24
25 See also ["cowrefcnt( PV )" in B::COW](https://metacpan.org/pod/B%3A%3ACOW#cowrefcnt-PV).
26
27 [![Linux](https://github.com/chazmcgarvey/File-KDBX-XS/actions/workflows/linux.yml/badge.svg)](https://github.com/chazmcgarvey/File-KDBX-XS/actions/workflows/linux.yml)
28 [![macOS](https://github.com/chazmcgarvey/File-KDBX-XS/actions/workflows/macos.yml/badge.svg)](https://github.com/chazmcgarvey/File-KDBX-XS/actions/workflows/macos.yml)
29 [![Windows](https://github.com/chazmcgarvey/File-KDBX-XS/actions/workflows/windows.yml/badge.svg)](https://github.com/chazmcgarvey/File-KDBX-XS/actions/workflows/windows.yml)
30
31 # BUGS
32
33 Please report any bugs or feature requests on the bugtracker website
34 [https://github.com/chazmcgarvey/File-KDBX-XS/issues](https://github.com/chazmcgarvey/File-KDBX-XS/issues)
35
36 When submitting a bug or request, please include a test-file or a
37 patch to an existing test-file that illustrates the bug or desired
38 feature.
39
40 # AUTHOR
41
42 Charles McGarvey <ccm@cpan.org>
43
44 # CONTRIBUTOR
45
46 Karel Miko <mic@cpan.org>
47
48 # COPYRIGHT AND LICENSE
49
50 This software is copyright (c) 2022 by Charles McGarvey.
51
52 This is free software; you can redistribute it and/or modify it under
53 the same terms as the Perl 5 programming language system itself.
This page took 0.033204 seconds and 4 git commands to generate.