From 3aba144a3b8c4bbb9ea8e3d1539774f363b8dee4 Mon Sep 17 00:00:00 2001 From: Stefan Suhren Date: Thu, 17 Dec 2015 17:47:28 +0100 Subject: Add test for module setup --- Aufgabe6/test-rpn.pl | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Aufgabe6/test-rpn.pl (limited to 'Aufgabe6/test-rpn.pl') 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 -- cgit v1.2.3-70-g09d2