}
sub MY::postamble {
+ my ($self, %extra) = @_;
+
my $post = <<'END';
preflight:
perl -IDistar/lib -MDistar -erun_preflight $(VERSION)
if (open my $fh, '<', 'maint/Makefile.include') {
$post .= do { local $/; <$fh> };
}
+ $post .= "\n" . join('', %extra) if keys %extra;
return $post;
}