diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/CGI/Apache.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/CGI/Apache.pm | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/Master/tlpkg/tlperl/lib/CGI/Apache.pm b/Master/tlpkg/tlperl/lib/CGI/Apache.pm new file mode 100644 index 00000000000..e055e305551 --- /dev/null +++ b/Master/tlpkg/tlperl/lib/CGI/Apache.pm @@ -0,0 +1,27 @@ +package CGI::Apache; +use CGI; + +$VERSION = '1.01'; + +1; +__END__ + +=head1 NAME + +CGI::Apache - Backward compatibility module for CGI.pm + +=head1 SYNOPSIS + +Do not use this module. It is deprecated. + +=head1 ABSTRACT + +=head1 DESCRIPTION + +=head1 AUTHOR INFORMATION + +=head1 BUGS + +=head1 SEE ALSO + +=cut |