diff options
author | Mageia SVN-Git Migration <svn-git-migration@mageia.org> | 2007-04-25 15:16:21 +0000 |
---|---|---|
committer | Mageia SVN-Git Migration <svn-git-migration@mageia.org> | 2007-04-25 15:16:21 +0000 |
commit | be4fff49f0164e606d4b2f76f64d4d108895f236 (patch) | |
tree | a46bc8c23de0b885f8a2962a9069930b48836fd9 /fake_packages/CGI.pm | |
parent | 4746e8e79a5b3cdf3f72400a5a5d6742f6a76a8c (diff) | |
download | perl_checker-be4fff49f0164e606d4b2f76f64d4d108895f236.tar perl_checker-be4fff49f0164e606d4b2f76f64d4d108895f236.tar.gz perl_checker-be4fff49f0164e606d4b2f76f64d4d108895f236.tar.bz2 perl_checker-be4fff49f0164e606d4b2f76f64d4d108895f236.tar.xz perl_checker-be4fff49f0164e606d4b2f76f64d4d108895f236.zip |
Rename folder to match history.
This is a Synthesized commit to combine perl-MDK-Common and perl_checker repository
history.
Diffstat (limited to 'fake_packages/CGI.pm')
-rw-r--r-- | fake_packages/CGI.pm | 22 |
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 {} |