diff options
| author | Paul Buetow <paul@buetow.org> | 2012-03-16 09:11:10 +0100 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2012-03-16 09:11:10 +0100 |
| commit | e0ef1463ba6fd9d192e0c982df3544bafcb6134a (patch) | |
| tree | 06eaf91d0c42a138709a6901ff2e583a552453ab | |
| parent | 4f86f530a077bccd4505dc2a2a05572fe6f643d5 (diff) | |
add UNIVERSAL
| -rwxr-xr-x | UNIVERSAL.pm | 8 |
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; + |
