File: README.md

package info (click to toggle)
libpod-thread-perl 3.01-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 368 kB
  • sloc: perl: 1,060; makefile: 3
file content (47 lines) | stat: -rw-r--r-- 1,300 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Test snippets

The files in this directory are used by the test suite to exercise various
behaviors of Pod::Thread.  They use a pseudo-ini-file syntax with
free-form sections, normally an input and an output section and possibly
others.

Sections start with the section type in `[]`.  The contents are normally
just free-form.  The exception is an `[options]` section, where the
contents are key/value pairs, where the key is separated from the value
with whitespace.

Valid sections are:

```
    [name]
    The name of this test for status reporting
    
    [options]
    key value
    key value
    
    [input]
    POD input source.
    
    [output]
    The results of running some formatter on the input.
    
    [errors]
    Errors reported to standard error when running some formatter on the
    input.
    
    [exception]
    The text of an exception (with the file and line number information
    stripped) thrown by running some formatter on the input.
```

## License

Copyright 2015, 2018, 2021 Russ Allbery <rra@cpan.org>

Copying and distribution of this file, with or without modification, are
permitted in any medium without royalty provided the copyright notice and
this notice are preserved.  This file is offered as-is, without any
warranty.

SPDX-License-Identifier: FSFAP