Skip to content

Commit

Permalink
chore: add minilla depend
Browse files Browse the repository at this point in the history
  • Loading branch information
takehaya committed Sep 13, 2024
1 parent 81cf877 commit deccfb2
Show file tree
Hide file tree
Showing 4 changed files with 470 additions and 3 deletions.
1 change: 1 addition & 0 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
},
"test" : {
"requires" : {
"Minilla" : "0",
"Test::More" : "0.98"
}
}
Expand Down
2 changes: 1 addition & 1 deletion cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ requires 'perl', '5.008001';

on 'test' => sub {
requires 'Test::More', '0.98';
requires 'Minilla';
};

Loading

0 comments on commit deccfb2

Please sign in to comment.