File: README

package info (click to toggle)
libmodule-install-extratests-perl 0.008-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 208 kB
  • sloc: perl: 1,478; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 232 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
This is the README for Module-Install-ExtraTests.

in Makefile.PL:

  extra_tests;

in your dist:

  ./xt/author/run-by-author.t
  ./xt/release/run-during-disttest.t
  ./xt/smoke/run-by-smokers.t

For more information, see the POD.