This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
speed up building with less disk IO pod moves+__END__+misc
authorDaniel Dragan <bulk88@hotmail.com>
Sun, 12 Oct 2014 07:42:38 +0000 (03:42 -0400)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 13 Oct 2014 21:09:49 +0000 (14:09 -0700)
commitf4eedc6b8c8773817aee4a0424179660710446bf
tree330036932efc193786b44f63de122ffb62f5a1f8
parent56873d4238039e462718436d7c6b45e4689209de
speed up building with less disk IO pod moves+__END__+misc

In Cwd.pm, dont search for pwd on Win32.

Also trim down the list of makefile suffixes on Win32 so it doesn't try
searching for av.pas and perl.f90 and hash.cbl on disk.

Add __END__ tokens to stop the last read() call on the handle which
returns 0 bytes at EOF.
15 files changed:
dist/PathTools/Cwd.pm
dist/PathTools/lib/File/Spec.pm
dist/PathTools/lib/File/Spec/Cygwin.pm
dist/PathTools/lib/File/Spec/Epoc.pm
dist/PathTools/lib/File/Spec/Functions.pm
dist/PathTools/lib/File/Spec/Mac.pm
dist/PathTools/lib/File/Spec/OS2.pm
dist/PathTools/lib/File/Spec/Unix.pm
dist/PathTools/lib/File/Spec/VMS.pm
dist/PathTools/lib/File/Spec/Win32.pm
ext/File-Find/lib/File/Find.pm
lib/warnings/register.pm
pod/perldelta.pod
win32/Makefile
write_buildcustomize.pl