705d662718
- Fixed portability issues for Windows. (It should now work under the normal Windows command shell.) Note that this requires the use of a temporary file for decompression of file handles on Windows--a minor security risk. - Makefile.PL version detection for GNU grep now works correctly for version numbers which end with letters. - Fixed typo bugs in a couple test cases. o Add missing PKGNAMEPREFIX o Add missing entries in PLIST PR: 60724 [1] Submitted by: maintainer
12 lines
705 B
Text
12 lines
705 B
Text
%%SITE_PERL%%/Mail/Mbox/MessageParser.pm
|
|
%%SITE_PERL%%/Mail/Mbox/MessageParser/Cache.pm
|
|
%%SITE_PERL%%/Mail/Mbox/MessageParser/Grep.pm
|
|
%%SITE_PERL%%/Mail/Mbox/MessageParser/Perl.pm
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/Mbox/MessageParser/.packlist
|
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto//Mail/Mbox/MessageParser
|
|
@dirrm %%SITE_PERL%%/Mail/Mbox/MessageParser
|
|
@unexec rmdir %D/%%SITE_PERL%%/Mail/Mbox 2>/dev/null || true
|
|
@unexec rmdir %D/%%SITE_PERL%%/Mail 2>/dev/null || true
|
|
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/Mbox/MessageParser 2>/dev/null || true
|
|
@unexec rmdir %D/%%SITE_PERL%%/mach/auto/Mail/Mbox 2>/dev/null || true
|
|
@unexec rmdir %D/%%SITE_PERL%%/mach/auto/Mail 2>/dev/null || true
|