File: ur-test.pod

package info (click to toggle)
libur-perl 0.470%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 7,184 kB
  • sloc: perl: 61,813; javascript: 255; xml: 108; sh: 13; makefile: 9
file content (33 lines) | stat: -rw-r--r-- 1,326 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33


=pod

=head1 NAME

ur test - tools for testing and debugging



=head1 VERSION

This document describes ur test version 0.29.

=head1 SUB-COMMANDS

 callcount             ...                   Collect the data from a prior 'ur test run --callcount' run 
                                              into a single output file                                  
 compile               [CLASSES-OR-MODULES]  Attempts to compile each module in the namespace in its own 
                                              process.                                                   
 eval                  [BARE-ARGS]           Evaluate a string of Perl source                            
 run                   [--color] [--juni...  Run the test suite against the source tree.                 
 track-object-release  --file=?              Parse the data produced by UR_DEBUG_OBJECT_RELEASE and      
                                              report possible memory leaks                               
 use                   [--exec=?] [--sum...  Tests each module for compile errors by 'use'-ing it.  Also 
                                              reports on any libs added to @INC by any modules (bad!).   
 window                [SRC]                 repl tk window                                              




=cut