README                           The main README file
MANIFEST                         This list
Agent.pm                         Main agent
Agent/Caller.pm                  Computes and formats caller information
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/Message.pm                 A log message
ChangeLog                        List of changes
Makefile.PL                      Generic Makefile template
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
