]> wagnertech.de Git - kivitendo-erp.git/blobdiff - t/Support/Systemexec.pm
PriceSource: Spalte vor Preis und Rabatt anzeigen.
[kivitendo-erp.git] / t / Support / Systemexec.pm
index 676ee02a4f80daefc45d545fc4190c17caa78090..eefc52c711a3d027b5ab3919440e62320d190ac2 100644 (file)
@@ -3,7 +3,7 @@
 package Support::Systemexec;
 require Exporter;
 @ISA = qw(Exporter);
-@EXPORT = qw(system exec);
+@EXPORT = qw(system exec open);
 @EXPORT_OK = qw();
 sub system($$@) {
   1;
@@ -11,4 +11,7 @@ sub system($$@) {
 sub exec($$@) {
   1;
 }
+sub open(*$$@) {
+  1;
+}
 1;