This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Merge branch 'master' of perl5.git.perl.org:/metaconfig
[metaconfig.git] / U.check / README
CommitLineData
613e4ef1
MB
1Since metaconfig units are modular, you don't have to regenerate perl5's entire
2Configure every time you want to test just one unit. Instead, you can
3run metaconfig against a smaller project that tests just one (or a few)
4units. That's what this U.check directory is for.
5
6Just edit main.c and dummy.SH to use whatever metaconfig symbols you're
7trying to test. Then run metaconfig -m to regenerate Configure.
8You'll get a slimmed-down Configure that tests just what you want to test.