X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-File-KDBX-XS;a=blobdiff_plain;f=lib%2FFile%2FKDBX%2FXS.pm;h=497732e837eb4812e5d7568f88020e67687bf8f8;hp=6c8d4bdb1f3d1272456055fe96e24157f7c1b0b0;hb=d05b8934af6622a54a4dd62c0b4437b4b1f778a7;hpb=fdcf309f477e8bd50179b8dad482b16b1598a5a8 diff --git a/lib/File/KDBX/XS.pm b/lib/File/KDBX/XS.pm index 6c8d4bd..497732e 100644 --- a/lib/File/KDBX/XS.pm +++ b/lib/File/KDBX/XS.pm @@ -4,16 +4,10 @@ package File::KDBX::XS; use warnings; use strict; -use Exporter qw(import); use XSLoader; our $VERSION = '999.999'; # VERSION -our @EXPORT_OK = qw( - CowREFCNT - kdf_aes_transform_half -); - XSLoader::load(__PACKAGE__, $VERSION); 1; @@ -51,4 +45,6 @@ or if the scalar is not COW. See also L. +=for Pod::Coverage kdf_aes_transform_half + =cut