summaryrefslogtreecommitdiff
path: root/eg/L4pResurrectable.pm
diff options
context:
space:
mode:
Diffstat (limited to 'eg/L4pResurrectable.pm')
-rw-r--r--eg/L4pResurrectable.pm12
1 files changed, 12 insertions, 0 deletions
diff --git a/eg/L4pResurrectable.pm b/eg/L4pResurrectable.pm
new file mode 100644
index 0000000..fd527ca
--- /dev/null
+++ b/eg/L4pResurrectable.pm
@@ -0,0 +1,12 @@
+package L4pResurrectable;
+use Log::Log4perl qw(:easy);
+use vars qw($VERSION);
+
+$VERSION = "0.01";
+
+sub foo {
+ ###l4p DEBUG "foo was here";
+ ###l4p INFO "bar was here";
+}
+
+1;