]> Dogcows Code - chaz/p5-File-KDBX-XS/blobdiff - lib/File/KDBX/XS.pm
set a version in repo Makefile.PL
[chaz/p5-File-KDBX-XS] / lib / File / KDBX / XS.pm
index 6c8d4bdb1f3d1272456055fe96e24157f7c1b0b0..497732e837eb4812e5d7568f88020e67687bf8f8 100644 (file)
@@ -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<B::COW/"cowrefcnt( PV )">.
 
+=for Pod::Coverage kdf_aes_transform_half
+
 =cut
This page took 0.016966 seconds and 4 git commands to generate.