From be4fff49f0164e606d4b2f76f64d4d108895f236 Mon Sep 17 00:00:00 2001 From: Mageia SVN-Git Migration Date: Wed, 25 Apr 2007 15:16:21 +0000 Subject: Rename folder to match history. This is a Synthesized commit to combine perl-MDK-Common and perl_checker repository history. --- fake_packages/CGI.pm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 fake_packages/CGI.pm (limited to 'fake_packages/CGI.pm') 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 {} -- cgit v1.2.1