Skip to content

Commit e88d701

Browse files
committed
Add cpanfile so github actions work
1 parent 7e28d22 commit e88d701

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

cpanfile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Validate with cpanfile-dump
2+
# https://metacpan.org/release/Module-CPANfile
3+
4+
on 'build' => sub {
5+
requires 'ExtUtils::MakeMaker', '7.00';
6+
};
7+
8+
on 'test' => sub {
9+
requires 'Test::More', '0.94'; # So we can run subtests on v5.10
10+
};

0 commit comments

Comments
 (0)