On Wed Oct 12 03:04:01 2016, arc wrote: > So an alternative would be to restructure Porting/pod_lib.pl: either > by breaking sort_manifest() out into a separate library, or by > changing compile-time "use File::Find" into a run-time "require > File::Find" solely in pods_to_install(). I'm inclined to think either > of those would be a little better, from the point of view of reducing > the number of cross-dependencies (especially hidden ones) between > various parts of the build system. The latter option would be a > smaller patch, but I think putting it in its own library is actually > the clearest option. diff --git a/Porting/manifest_lib.pl b/Porting/manifest_lib.pl new file mode 100644 index 0000000..0b63046 --- /dev/null +++ b/Porting/manifest_lib.pl @@ -0,0 +1,53 @@ +#!/usr/bin/perl + Why does this file have a #! line? (I don't know why Nicholas added one to pod_lib.pl when he created it either.) Tony --- via perlbug: queue: perl5 status: open https://rt.perl.org/Ticket/Display.html?id=129229Thread Previous | Thread Next