From c88d4d78576d2c0e37da39d1c8f0364b86962b1e Mon Sep 17 00:00:00 2001 From: bernhard Date: Tue, 30 Aug 2022 16:40:15 +0200 Subject: [PATCH] Issue #1900: remove CGI::Switch left over from CGI 4.03 --- Kernel/cpan-lib/CGI/Switch.pm | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 Kernel/cpan-lib/CGI/Switch.pm diff --git a/Kernel/cpan-lib/CGI/Switch.pm b/Kernel/cpan-lib/CGI/Switch.pm deleted file mode 100644 index 8e5d9f896b..0000000000 --- a/Kernel/cpan-lib/CGI/Switch.pm +++ /dev/null @@ -1,19 +0,0 @@ -package CGI::Switch; -use if $] >= 5.019, 'deprecate'; -use CGI; - -$VERSION = '1.02'; - -1; - -__END__ - -=head1 NAME - -CGI::Switch - Backward compatibility module for defunct CGI::Switch - -=head1 SYNOPSIS - -Do not use this module. It is deprecated. - -=cut