File: README

package info (click to toggle)
libtest2-tools-command-perl 0.20-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 140 kB
  • sloc: perl: 332; makefile: 2; sh: 1
file content (22 lines) | stat: -rw-r--r-- 493 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Test2-Tools-Command - test simple unix commands

this module can be installed using cpanm:

	cpanm Test2::Tools::Command

run perldoc(1) on Test2::Tools::Command for documentation


to author a new release:

	perl Build.PL
	RELEASE_TESTING=1 ./Build test
	# the CORE::dump test is not portable to CPAN Tester systems
	# (nor maybe beyond OpenBSD)
	AUTHOR_TEST_JMATES=1 ./Build testcover
	./Build disttest
	git tag -u ... -s v...
	./Build dist
	cpan-upload ...
	git push ...
	./Build realclean