Skip to content

Commit b8a7110

Browse files
committed
Make explicit dep for manifypods which needs blibdirs to function
1 parent c0d5e99 commit b8a7110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ExtUtils/MM_Any.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1077,7 +1077,7 @@ sub manifypods_target {
10771077
}
10781078

10791079
my $manify = <<END;
1080-
manifypods : pure_all $dependencies
1080+
manifypods : pure_all config $dependencies
10811081
END
10821082

10831083
my @man_cmds;

0 commit comments

Comments
 (0)