summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2012-03-16 09:11:10 +0100
committerPaul Buetow <paul@buetow.org>2012-03-16 09:11:10 +0100
commite0ef1463ba6fd9d192e0c982df3544bafcb6134a (patch)
tree06eaf91d0c42a138709a6901ff2e583a552453ab
parent4f86f530a077bccd4505dc2a2a05572fe6f643d5 (diff)
add UNIVERSAL
-rwxr-xr-xUNIVERSAL.pm8
1 files changed, 8 insertions, 0 deletions
diff --git a/UNIVERSAL.pm b/UNIVERSAL.pm
new file mode 100755
index 0000000..7cbe816
--- /dev/null
+++ b/UNIVERSAL.pm
@@ -0,0 +1,8 @@
+package UNIVERSAL;
+
+use strict;
+use warnings;
+
+
+1;
+