Skip to content

Commit 344b594

Browse files
committed
Some packaging fixes
1 parent 32fe761 commit 344b594

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

Makefile.PL

+1-2
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ my %WriteMakefileArgs = (
5656
"ABSTRACT" => "Sign a Certificate Signing Request in XS.",
5757
"AUTHOR" => "Timothy Legge <timlegge\@cpan.org>",
5858
"CONFIGURE_REQUIRES" => {
59+
"Crypt::OpenSSL::Guess" => 0,
5960
"ExtUtils::MakeMaker" => 0
6061
},
6162
"DISTNAME" => "Crypt-OpenSSL-SignCSR",
@@ -64,7 +65,6 @@ my %WriteMakefileArgs = (
6465
"NAME" => "Crypt::OpenSSL::SignCSR",
6566
"PREREQ_PM" => {},
6667
"TEST_REQUIRES" => {
67-
"Crypt::OpenSSL::Guess" => 0,
6868
"Crypt::OpenSSL::PKCS10" => "0.19",
6969
"Crypt::OpenSSL::RSA" => 0,
7070
"File::Slurper" => "0.012",
@@ -82,7 +82,6 @@ my %WriteMakefileArgs = (
8282
);
8383

8484
my %FallbackPrereqs = (
85-
"Crypt::OpenSSL::Guess" => 0,
8685
"Crypt::OpenSSL::PKCS10" => "0.19",
8786
"Crypt::OpenSSL::RSA" => 0,
8887
"File::Slurper" => "0.012",

cpanfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file is generated by Dist::Zilla::Plugin::CPANFile v6.030
22
# Do not edit this file directly. To change prereqs, edit the `dist.ini` file.
33

4-
requires "perl" => "5.008";
4+
requires "perl" => "5.014";
55

66
on 'test' => sub {
77
requires "Crypt::OpenSSL::PKCS10" => "0.19";
@@ -11,6 +11,7 @@ on 'test' => sub {
1111
};
1212

1313
on 'configure' => sub {
14+
requires "Crypt::OpenSSL::Guess" => "0";
1415
requires "ExtUtils::MakeMaker" => "0";
1516
};
1617

dist.ini

+5-1
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,16 @@ maintainer = Timothy Legge <[email protected]>
1414
-remove = MakeMaker
1515
-remove = Readme
1616

17+
[Prereqs / ConfigureRequires]
18+
Crypt::OpenSSL::Guess = 0
19+
1720
[Prereqs / RuntimeRequires]
1821
perl = 5.014
1922

2023
[Prereqs / TestRequires]
2124
File::Slurper = 0.012
2225
Crypt::OpenSSL::PKCS10 = 0.19
2326
Crypt::OpenSSL::RSA = 0
24-
Crypt::OpenSSL::Guess = 0
2527
File::Which = 0
2628

2729
[Pod2Readme]
@@ -49,6 +51,7 @@ stopword = pem
4951
[Test::Kwalitee]
5052

5153
[MetaJSON]
54+
[MetaProvides::Package]
5255

5356
[Test::CPAN::Meta::JSON]
5457

@@ -61,6 +64,7 @@ filename = Changes
6164
[CopyFilesFromBuild]
6265
copy = Makefile.PL
6366
copy = LICENSE
67+
copy = cpanfile
6468

6569
[MakeMaker::Awesome]
6670
header_file = maint/Makefile_header.PL

0 commit comments

Comments
 (0)