Acme-Devel-Hide-Tiny
view release on metacpan or search on metacpan
CONTRIBUTING.mkdn view on Meta::CPAN
2425262728293031323334353637383940414243444546### Running tests
You can run tests directly using the `prove` tool:
$ prove -l
$ prove -lv t/some_test_file.t
For most of
my
distributions, `prove` is entirely sufficient
for
you to test any
patches you have. I
use
`prove`
for
99% of
my
testing during development.
### Code style and tidying
Please
try
to match any existing coding style. If there is a `.perltidyrc`
If there is a `tidyall.ini` file, you can also install Code::TidyAll and run
`tidyall` on a file or `tidyall -a` to tidy all files.
### Patching documentation
Much of the documentation Pod is generated at release
time
. Some is
generated boilerplate; other documentation is built from pseudo-POD
directives in the source like C<=method> or C<=func>.
( run in 0.225 second using v1.01-cache-2.11-cpan-fd5d4e115d8 )