-
-
08 Jan 2008 22:36:10 UTC
- Distribution: Test-Harness-Straps
- Module version: 0.01
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (0)
- Testers (2678 / 29 / 0)
- Kwalitee
Bus factor: 1- 82.26% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (18.18KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors-
Michael G Schwern
- Dependencies
- File::Spec
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Test::Harness::Point - object for tracking a single test point
SYNOPSIS
One Test::Harness::Point object represents a single test point.
CONSTRUCTION
new()
my $point = new Test::Harness::Point;
Create a test point object.
from_test_line( $line )
Constructor from a TAP test line, or empty return if the test line is not a test line.
ACCESSORS
Each of the following fields has a getter and setter method.
ok
number
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 67:
=over without closing =back
Module Install Instructions
To install Test::Harness::Straps, copy and paste the appropriate command in to your terminal.
cpanm Test::Harness::Straps
perl -MCPAN -e shell install Test::Harness::Straps
For more information on module installation, please visit the detailed CPAN module installation guide.