File: MANIFEST

package info (click to toggle)
libcarp-datum-perl 1%3A0.1.3-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 508 kB
  • sloc: perl: 1,842; yacc: 613; makefile: 25
file content (21 lines) | stat: -rw-r--r-- 1,237 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
README                         The main README file
MANIFEST                       This shipping list
ChangeLog                      List of changes
Datum.pm                       Main runtime file
Datum/Assert.pm                Assert expression extractor
Datum/Cfg.pm                   Dynamic DATUM configuration
Datum/Flags.pm                 Flag constants
Datum/MakeMaker.pm             Offer to strip Carp::Datum calls
Datum/Parser.pm                Generated by perl-byacc
Datum/Parser.y                 Parser for dynamic config language
Datum/Strip.pm                 Strips most DATUM calls lexically
Datum/Makefile                 Makefile for Datum subdirectory
Makefile.PL                    Generic Makefile template
scripts/datum_strip.PL         Wrapper on Carp::Datum::Strip
t/basic_dflt.t                 Tests basic default settings
t/basic_off.t                  Tests with DATUM switched off
t/basic_on.t                   Tests with DATUM switched on
t/code.pl                      Common code for regression tests
t/test.pl                      Testing code using Carp::Datum
t/trace_off.t                  Tests tracing when DATUM switched off
t/trace_on.t                   Tests tracing when DATUM switched on