forked from leejo/CGI.pm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The generated files "MANIFEST" and "META.yml" are excluded.
- Loading branch information
0 parents
commit 14966c9
Showing
58 changed files
with
22,537 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
use CGI; | ||
|
||
$VERSION = '1.00'; | ||
|
||
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 |
Oops, something went wrong.