The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
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