README                           The main README file
MANIFEST                         This list
ChangeLog                        List of changes
Makefile.PL                      Generic Makefile template
Agent.pm                         Main agent, default interface
Agent/Caller.pm                  Computes and formats caller information
Agent/Channel.pm                 Ancestor for all channels
Agent/Channel/File.pm            File logging channel
Agent/Channel/Handle.pm          I/O handle logging channel
Agent/Channel/Syslog.pm          Syslog logging channel
Agent/Driver.pm                  Ancestor for all drivers
Agent/Driver/Datum.pm            Intercepting driver for Devel::Datum
Agent/Driver/Default.pm          Default logging driver
Agent/Driver/File.pm             File driver
Agent/Driver/Silent.pm           Silent driver
Agent/Driver/Syslog.pm           Syslog driver
Agent/File/Native.pm             A native file handle
Agent/File_Pool.pm               Pool of file logging channels for sharing
Agent/Formatting.pm              Log formatting routines
Agent/Message.pm                 A log message
Agent/Prefixer.pm                Log prefixer (name, pid)
Agent/Priorities.pm              Priority manipulation routines
Agent/Stamping.pm                Log timestamping routines
patchlevel.h                     Records the current patchlevel
t/caller.t                       Test caller information
t/carp.pl                        Library for tests
t/carp_default.t                 Test logcarp() and logxcarp() with defaults
t/carp_file.t                    Test logcarp() and logxcarp() to file
t/carp_silent.t                  Test logcarp() and logcroak() with silent
t/code.pl                        Library for tests
t/default.t                      Test default settings and driver
t/default_exp.t                  Test default settings, explicit logconfig()
t/file.t                         Test file driver
