Skip to content

Commit ae52216

Browse files
committed
Require Feature::Compat::Class (and, maybe, Object::Pad)
1 parent 961a9b5 commit ae52216

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Build.PL

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ my $build = Module::Build->new(
66
requires => {
77
perl => '5.10.0',
88
Carp => 0,
9-
Moo => 0,
10-
Types::Standard => 0,
9+
Feature::Compat::Class => 0,
10+
($] < 5.038 ? (Object::Pad => 0) : ()),
1111
},
1212
build_requires => {
1313
Test::NoWarnings => 0,

0 commit comments

Comments
 (0)