summaryrefslogtreecommitdiffstats
path: root/fake_packages/CGI.pm
diff options
context:
space:
mode:
Diffstat (limited to 'fake_packages/CGI.pm')
-rw-r--r--fake_packages/CGI.pm22
1 files changed, 22 insertions, 0 deletions
diff --git a/fake_packages/CGI.pm b/fake_packages/CGI.pm
new file mode 100644
index 0000000..c3ee55a
--- /dev/null
+++ b/fake_packages/CGI.pm
@@ -0,0 +1,22 @@
+package CGI;
+
+sub new {}
+
+sub autoflush {}
+sub checkbox {}
+sub close {}
+sub end_form {}
+sub end_html {}
+sub h1 {}
+sub hidden {}
+sub param {}
+sub password_field {}
+sub scrolling_list {}
+sub start_form {}
+sub submit {}
+sub textfield {}
+
+sub header {}
+sub start_html {}
+sub br {}
+sub p {}