aboutsummaryrefslogtreecommitdiffstats
path: root/feature-tests/safe.sub
diff options
context:
space:
mode:
authorTom Feist <shabble@metavore.org>2010-10-14 20:42:31 +0000
committerTom Feist <shabble@metavore.org>2010-10-14 20:42:31 +0000
commit91585163e7f7cd886b2bce4c98dbc3d14b9d3c2e (patch)
treead714832c76eb1c72537db47c1a309261d2385ab /feature-tests/safe.sub
parentuberprompt: removed dead code from startup func. (diff)
downloadirssi-scripts-91585163e7f7cd886b2bce4c98dbc3d14b9d3c2e.tar.gz
irssi-scripts-91585163e7f7cd886b2bce4c98dbc3d14b9d3c2e.zip
misc: tidying up my working dir
Diffstat (limited to 'feature-tests/safe.sub')
-rw-r--r--feature-tests/safe.sub4
1 files changed, 4 insertions, 0 deletions
diff --git a/feature-tests/safe.sub b/feature-tests/safe.sub
new file mode 100644
index 0000000..fcf7ff3
--- /dev/null
+++ b/feature-tests/safe.sub
@@ -0,0 +1,4 @@
+sub moo { print "Moo" }
+sub hello { print join( ", ", @_) }
+
+bless {}, __PACKAGE__;