Skip to content

Commit ec49eea

Browse files
committed
Added bin/cookbook
1 parent f1fd469 commit ec49eea

File tree

3 files changed

+555
-1
lines changed

3 files changed

+555
-1
lines changed

MANIFEST

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
bin/cookbook
12
bin/random-string
23
Changes
34
doc/cookbook.md

Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ WriteMakefile(
2626
CONFIGURE_REQUIRES => {
2727
'ExtUtils::MakeMaker' => 6.64, # Minimum version for TEST_REQUIRES
2828
},
29-
EXE_FILES => ['bin/random-string'],
29+
EXE_FILES => ['bin/random-string', 'bin/cookbook'],
3030
TEST_REQUIRES => {
3131
'IPC::Run3' => 0,
3232
'Test::Compile' => 0,

0 commit comments

Comments
 (0)