]> Dogcows Code - chaz/p5-File-KDBX-XS/commitdiff
set a version in repo Makefile.PL
authorCharles McGarvey <ccm@cpan.org>
Wed, 20 Apr 2022 01:37:17 +0000 (19:37 -0600)
committerCharles McGarvey <ccm@cpan.org>
Wed, 20 Apr 2022 01:39:02 +0000 (19:39 -0600)
Makefile.PL
lib/File/KDBX/XS.pm

index 21d5d608c1e0d8fd57aa8968ef18013971d794c0..406476e1cd3166b47d6271f116e003f6093f26b4 100644 (file)
@@ -69,6 +69,7 @@ if ($^O !~ /^(MSWin32|darwin|solaris)$/ && ($Config{ld} =~ /gcc|g\+\+/ || $Confi
 
 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,
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.028106 seconds and 4 git commands to generate.