Skip to content

Commit

Permalink
Remove use strict and use warnings from the Shibboleth.pm module.
Browse files Browse the repository at this point in the history
Don't worry.  The module is still strict and has warnings enabled.  All
modules that derive from `Mojo::Base` are.  I forgot to remove these
when changing to that, and those cause warnings since Mojo::Base
disables the warnings for using signatures.
  • Loading branch information
drgrice1 committed Oct 28, 2024
1 parent 1f1224a commit 92ff159
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/WeBWorK/Authen/Shibboleth.pm
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ C<conf/authen_shibboleth.conf.dist> file.
=cut

use strict;
use warnings;

use Digest;

use WeBWorK::Debug qw(debug);
Expand Down

0 comments on commit 92ff159

Please sign in to comment.