summaryrefslogtreecommitdiffstats
path: root/Aufgabe6/test-rpn.pl
diff options
context:
space:
mode:
authorStefan Suhren <suhren.stefan@fh-swf.de>2015-12-17 17:47:28 +0100
committerStefan Suhren <suhren.stefan@fh-swf.de>2015-12-17 20:42:10 +0100
commit3aba144a3b8c4bbb9ea8e3d1539774f363b8dee4 (patch)
tree2ad72909198f20ce72c26c0e384a60bb06fa0c0f /Aufgabe6/test-rpn.pl
parentb09a0b1174052c2da2fcd59536efd7347db2f7e2 (diff)
downloadSkriptsprachen-3aba144a3b8c4bbb9ea8e3d1539774f363b8dee4.tar.gz
Skriptsprachen-3aba144a3b8c4bbb9ea8e3d1539774f363b8dee4.zip
Add test for module setup
Diffstat (limited to 'Aufgabe6/test-rpn.pl')
-rw-r--r--Aufgabe6/test-rpn.pl27
1 files changed, 27 insertions, 0 deletions
diff --git a/Aufgabe6/test-rpn.pl b/Aufgabe6/test-rpn.pl
new file mode 100644
index 0000000..b2ebef2
--- /dev/null
+++ b/Aufgabe6/test-rpn.pl
@@ -0,0 +1,27 @@
+#!/usr/bin/env perl
+#===============================================================================
+#
+# FILE: test-rpn.pl
+#
+# USAGE: ./test-rpn.pl
+#
+# DESCRIPTION:
+#
+# OPTIONS: ---
+# REQUIREMENTS: ---
+# BUGS: ---
+# NOTES: ---
+# AUTHOR: Stefan Suhren (su), suhren.stefan@fh-swf.de
+# ORGANIZATION: FH Südwestfalen, Iserlohn
+# VERSION: 1.0
+# CREATED: 17.12.2015 17:39:06
+# REVISION: ---
+#===============================================================================
+
+use strict;
+use warnings;
+use utf8;
+
+use RPN; #Funktionen importieren
+
+RPN::rpn(); #Funktionsaufruf