perl-Software-License-OrLaterPack Code
Set of GNU licenses with "or later" clause for Perl developers
Brought to you by:
van-de-bugger
`doc/` directory contains quite comprehensive documentation in the POD (Plain Old Documentation) format. The documentation covers purpose of this software, gives instructions how to build and install it, report bugs, provides links to source and distributions, etc. Use `perldoc` program to read `.pod` files, for example: $ perldoc doc/01-what.pod There is one drawback, thought. Files in `doc` directory may include placeholders like this {{ $x_sf_hg }} Look for value of `x_sf_hg` variable in `dist.ini` file. Alternatively, build `Software-License-OrLaterPack` first (see `doc/09-hacking.pod`), then browse built documentation (see `doc/10-documentation.pod`).