Skip to content

Commit 8535c40

Browse files
author
Adam Stokes
committed
add configure requires and include smart comments
Signed-off-by: Adam Stokes <battlemidget@users.noreply.github.com>
1 parent addfb67 commit 8535c40

1 file changed

Lines changed: 16 additions & 14 deletions

File tree

Makefile.PL

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -31,23 +31,25 @@ WriteMakefile(
3131
x_IRC => 'irc://freenode.net/#ubuntu-solutions'
3232
},
3333
},
34-
BUILD_REQUIRES => {
34+
CONFIGURE_REQUIRES => {
35+
'ExtUtils::MakeMaker' => '0',
3536
'File::ShareDir::Install' => '0',
3637
},
3738
PREREQ_PM => {
38-
'Import::Into' => '1.002005',
39-
'boolean' => '0.46',
40-
'utf8::all' => '0.021',
41-
'Path::Tiny' => '0.098',
42-
'App::Cmd' => '0.331',
43-
'Mojo::Template' => '0',
44-
'Capture::Tiny' => '0',
45-
'Exporter::Tiny' => '0.042',
46-
'Module::Runtime' => '0.014',
47-
'Class::Tiny' => '1.006',
48-
'File::ShareDir' => '1.102',
49-
'Set::Tiny' => '0.04',
50-
'Email::Address' => '1.908'
39+
'Import::Into' => '1.002005',
40+
'Smart::Comments' => '0',
41+
'boolean' => '0.46',
42+
'utf8::all' => '0.021',
43+
'Path::Tiny' => '0.098',
44+
'App::Cmd' => '0.331',
45+
'Mojo::Template' => '0',
46+
'Capture::Tiny' => '0',
47+
'Exporter::Tiny' => '0.042',
48+
'Module::Runtime' => '0.014',
49+
'Class::Tiny' => '1.006',
50+
'File::ShareDir' => '1.102',
51+
'Set::Tiny' => '0.04',
52+
'Email::Address' => '1.908'
5153
},
5254
EXE_FILES => ['bin/charmkit'],
5355
test => {TESTS => 't/*.t t/*/*.t'}

0 commit comments

Comments
 (0)