• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..11-Apr-2013244

.perlcriticrcH A D02-Mar-20101.8 KiB

.perltidyrcH A D02-Mar-2010708

ChangesH A D02-Mar-201030.3 KiB

examples/H11-Apr-20134

lib/H05-Apr-20133

Makefile.PLH A D02-Mar-20103.2 KiB

MANIFESTH A D02-Mar-20103.1 KiB

MANIFEST.SKIPH A D02-Mar-2010859

META.ymlH A D02-Mar-2010886

READMEH A D02-Mar-2010548

SIGNATUREH A D02-Mar-20109.9 KiB

t/H11-Apr-201365

TODOH A D02-Mar-2010439

README

1This is the README file for Test::Simple, basic utilities for 
2writing tests, by Michael G Schwern <schwern@pobox.com>.
3
4After installation, please consult the tutorial for how to
5start adding tests to your modules. 'perldoc Test::Tutorial'
6should work on most systems.
7
8* Installation
9
10Test::Simple uses the standard perl module install process:
11
12perl Makefile.PL
13make
14make test
15make install
16
17It requires Perl version 5.6.0 or newer and Test::Harness 2.03 or newer.
18
19
20* More Info
21
22More information can be found at http://test-more.googlecode.com/
23