App-DocKnot
view release on metacpan or search on metacpan
share/templates/readme-md.tmpl view on Meta::CPAN
If a test fails, you can run a single test with verbose output via:
```
prove -vb <path-to-test>
```
[% ELSIF build.type == 'Autoconf' %]
```
make check
```
If a test fails, you can run a single test with verbose output via:
```
tests/runtests -o <name-of-test>
```
Do this instead of running the test program directly since it will ensure
that necessary environment variables are set up.
[% END %][% IF test.suffix %]
[% test.suffix %]
[% END %][% END %][% IF test.lancaster %]
To enable tests that don't detect functionality problems but are used to
sanity-check the release, set the environment variable `RELEASE_TESTING`
to a true value. To enable tests that may be sensitive to the local
environment or that produce a lot of false positives without uncovering
many problems, set the environment variable `AUTHOR_TESTING` to a true
value.
[% END %][% END %]
[% FOREACH section IN sections %]## [% section.title %]
[% section.body %]
[% END %]## Support[% IF unmaintained %]
This package is not currently maintained and will not get further releases
or bug fixes. I do not recommend using it unless you're willing to take
over maintenance.
The [[% name %] web page]([% support.web %]) has the last released
version, its documentation, and pointers to any additional resources.[% IF support.extra %]
[% support.extra %]
[% END %][% ELSE %]
The [[% name %] web page]([% support.web %]) will always have the current
version of this package, the current documentation, and pointers to any
additional resources.
[% IF support.listname %]
New [% name %] releases are announced on the [% support.listname %]
mailing list. To subscribe or see the list archives, go to the
[[% support.listname %] list information page]([% support.listurl %]).
[% END %][% IF support.extra %]
[% support.extra %]
[% END %]
[% IF support.github %]
For bug tracking, use the [issue tracker on
GitHub](https://github.com/[% support.github %]/issues).[% ELSE %]
I welcome bug reports and patches for this package at
[% support.email %].[% END %] Please be aware that I tend to be extremely
busy and work projects often take priority. I'll save your report and get
to it as soon as I can, but it may take me a couple of months.[% END %]
## Source Repository
[% name %] [% IF unmaintained %]was[% ELSE %]is[% END %] maintained using
[% vcs.type %]. You can access the current source [% IF vcs.github %]on
[GitHub](https://github.com/[% vcs.github %]) or [% END %]by cloning the
repository at:
[% vcs.url %]
or [view the repository on the web]([% vcs.browse %]).
[% IF !unmaintained %][% IF vcs.github %]
The eyrie.org repository is the canonical one, maintained by the
author, but using GitHub is probably more convenient for most purposes.
Pull requests are gratefully reviewed and normally accepted.
[% ELSIF vcs.type == 'Git' %]
When contributing modifications, patches (possibly generated by
`git-format-patch`) are preferred to Git pull requests.
[% END %][% END %]
## License
The [% name %] package as a whole is covered by the following copyright
statement and license:
[% FOREACH copr IN copyrights %]
> Copyright [% copr.years %]
> [% copr.holder %]
>[% END %]
[% indent(license.text, 1, '>') %][% IF license.notices %]
>
[% indent(license.notices, 1, '>') %][% END %]
Some files in this distribution are individually released under different
licenses, all of which are compatible with the above general package
license but which may require preservation of additional notices. All
required notices, and detailed information about the licensing of each
file, are recorded in the LICENSE file.
Files covered by a license with an assigned SPDX License Identifier
include SPDX-License-Identifier tags to enable automated processing of
license information. See https://spdx.org/licenses/ for more information.
For any copyright range specified by files in this package as YYYY-ZZZZ,
the range specifies every single year in that closed interval.
( run in 1.155 second using v1.01-cache-2.11-cpan-5a3173703d6 )