catfile(qw(EditorJunk Plugin .#Bar.pm)) => 'EditorJunk::Bar',
);
-my $core = grep { $_ eq 'PERL_CORE=1' } @ARGV;
-
my @files;
unless (grep { lc($^O) eq $_ } qw(vms vos)) {
foreach my $test (keys %dodgy_files) {
'INSTALLDIRS' => ($] >= 5.008009) ? "perl" : "site",
'PL_FILES' => {},
'realclean' => {FILES=> join ' ', @files},
- # In the core pods will be built by installman.
- $core ? (MAN3PODS => {}) : (),
)
;