Skip to content

Commit

Permalink
new options and auto add __FATPACK__ tag
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwiroy committed Aug 26, 2019
1 parent 057208a commit 1cbc047
Show file tree
Hide file tree
Showing 5 changed files with 4,398 additions and 3,601 deletions.
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ WriteMakefile(
},
},
BUILD_REQUIRES => {
'Test::More' => '0.90'
'Test::More' => '0.90',
}
,
PREREQ_PM => {}
Expand Down
4 changes: 3 additions & 1 deletion cpanfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# process with cpanm --installdeps --with-develop .

test_requires 'Test::More' => '0.90';

on develop => sub {
requires 'Applify' => "0.14";
requires 'Applify' => "==0.15";
requires 'App::FatPacker' => "0";
requires 'Mojolicious' => "7.55";
requires 'Devel::Cover';
Expand Down

0 comments on commit 1cbc047

Please sign in to comment.