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