X-Git-Url: https://perl5.git.perl.org/metaconfig.git/blobdiff_plain/def5638fd9f156448aa9b497e287f01c46d598fe..1098e43eaca302c3898de1546908d45af4efc28e:/U/ln-all.pl?ds=inline diff --git a/U/ln-all.pl b/U/ln-all.pl index b94967b..fc774db 100755 --- a/U/ln-all.pl +++ b/U/ln-all.pl @@ -1,6 +1,6 @@ #!/pro/bin/perl -# (c)'06 H.Merijn Brand [ 09 Apr 2006 ] +# (c)'11 H.Merijn Brand [ 26 Aug 2011 ] # Small script to regenerate the links in U/all, that should # represent all the modules used in the current Configure @@ -26,7 +26,7 @@ for (@safe) { copy "$perl/$_", $_; } -@ARGV = ("metaconfig -v -m 2>&1 |"); +@ARGV = ("/pro/3gl/CPAN/bin/mconfig -v -m -O 2>&1 |"); while (<>) { s{^\s+$perl/U}{} or next; chomp;