This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix bug when $exclusions_file is specified in .package file
authorAaron Crane <arc@cpan.org>
Thu, 25 Apr 2019 09:40:44 +0000 (10:40 +0100)
committerAaron Crane <arc@cpan.org>
Thu, 25 Apr 2019 09:40:44 +0000 (10:40 +0100)
commit720e47b7a25676c8f534bd727a10c6d3f41a6141
tree43e1a782b0c64217f76f750fe14a400e2c61c647
parent4317e453f26de4958b579718693961049e7bde05
Fix bug when $exclusions_file is specified in .package file

The actual programs were trying to load the exclusions file before reading
.package (or even, in one case, without trying to read it at all). I failed
to notice this because I had a "-X" option that duplicated the intended use
of the setting in my .package file.
bin/mconfig
bin/metaxref