summaryrefslogtreecommitdiff
path: root/cpan/Log-Message/t/conf/config_file
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-09-26 13:30:29 +0100
committerNicholas Clark <nick@ccl4.org>2009-09-26 13:30:29 +0100
commitc09fa825bff3ee9f389567480c10731498bca791 (patch)
tree88262583a6ec68941fa2f4a692549f8f1cc801ef /cpan/Log-Message/t/conf/config_file
parent0547cc9d74bb763c326d816bb5e541ee64e2935a (diff)
downloadperl-c09fa825bff3ee9f389567480c10731498bca791.tar.gz
Move Log::Message from ext/ to cpan/
Diffstat (limited to 'cpan/Log-Message/t/conf/config_file')
-rw-r--r--cpan/Log-Message/t/conf/config_file30
1 files changed, 30 insertions, 0 deletions
diff --git a/cpan/Log-Message/t/conf/config_file b/cpan/Log-Message/t/conf/config_file
new file mode 100644
index 0000000000..834529ad9d
--- /dev/null
+++ b/cpan/Log-Message/t/conf/config_file
@@ -0,0 +1,30 @@
+ # Below is a sample of a config file you could use
+
+ # comments are denoted by a single '#'
+ # use a shared stack, or have a private instance?
+ # if none provided, set to '0',
+ private = 1
+
+ # do not be verbose
+ verbose = 0
+
+ # default tag to set on new items
+ # if none provided, set to 'NONE'
+ tag = SOME TAG
+
+ # default level to handle items
+ # if none provided, set to 'log'
+ level = carp
+
+ # extra files to include
+ # if none provided, no files are auto included
+ include = LoadMe.pl
+
+ # automatically delete items
+ # when you retrieve them from the stack?
+ # if none provided, set to '0'
+ remove = 1
+
+ # retrieve errors in chronological order, or not?
+ # if none provided, set to '1'
+ chrono = 0