Perl5 Metaconfig Units
Copyright (c) 1996-1998, Andy Dougherty
- Copyright (c) 1999-2006, H.Merijn Brand
+ Copyright (c) 1999-2011, H.Merijn Brand
All rights reserved.
These units are the ones used to build Configure and config_h.SH
Perl5 Metaconfig Units
Copyright (c) 1996-1998, Andy Dougherty
- Copyright (c) 1999-2006, H.Merijn Brand
+ Copyright (c) 1999-2011, H.Merijn Brand
All rights reserved.
These units are the ones I used to build Configure and config_h.SH
6. From your main perl5 source directory, run
- metalint
+ metalint (or mlint)
and repair every failure it reports.
7. From your main perl5 source directory, run
- metaconfig -m
+ metaconfig -m (or mconfig -m)
8. Edit U/mkglossary and/or U/mkgloss.pl to point to your dist-3.0pl70
location. (See comments at the top.)
#!/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
copy "$perl/$_", $_;
}
-@ARGV = ("metaconfig -v -m 2>&1 |");
+@ARGV = ("mconfig -v -m -O 2>&1 |");
while (<>) {
s{^\s+$perl/U}{} or next;
chomp;
#!/pro/bin/perl
-# (c)'06 H.Merijn Brand [ 16 Nov 2006 ]
+# (c)'11 H.Merijn Brand [ 26 Aug 2011 ]
# This script combines the output of mkglossary, with the suggested
# patches (see README), and sorts the list