my %eumm_args = (
'NAME' => 'File::KDBX::XS',##{ # List NAME explicitly here so it works even without dzil. ##}
+ 'VERSION' => '999.999',
##{ $plugin->get_default(qw{ABSTRACT AUTHOR DISTNAME LICENSE MIN_PERL_VERSION VERSION test}) ##}
##{ $plugin->get_prereqs(1) ##}
@EUMM_INC_LIB,
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;
See also L<B::COW/"cowrefcnt( PV )">.
+=for Pod::Coverage kdf_aes_transform_half
+
=cut