X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=lib%2FFile%2FKDBX%2FXS.pm;h=497732e837eb4812e5d7568f88020e67687bf8f8;hb=d05b8934af6622a54a4dd62c0b4437b4b1f778a7;hp=3ef70037b5b0918464911b41bad7b3ecc1f3593c;hpb=8ad7b1d2198ad3bb973655d3626fd56cb5db3072;p=chaz%2Fp5-File-KDBX-XS diff --git a/lib/File/KDBX/XS.pm b/lib/File/KDBX/XS.pm index 3ef7003..497732e 100644 --- a/lib/File/KDBX/XS.pm +++ b/lib/File/KDBX/XS.pm @@ -22,4 +22,29 @@ There is no public interface. This distribution contains code from L and L, bundled according to their own licensing terms (which are also permissive). +=begin markdown + +[![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) +[![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) +[![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) + +=end markdown + +=begin HTML + + + + + +=end HTML + +=func CowREFCNT + +Get the copy-on-write (COW) reference count of a scalar, or C if the perl does not support scalar COW +or if the scalar is not COW. + +See also L. + +=for Pod::Coverage kdf_aes_transform_half + =cut