Skip to content

Commit

Permalink
Add use Carp; to file to prevent the program from dying when "croak" …
Browse files Browse the repository at this point in the history
…is called.

Minor fix.  There is an underlying issue, or possible issue, where there is a warning because
of a conflict between a login name and a cookie, possibly left over or stale.  Quitting the browser
fixes this. Is this a bug or a feature?  I suspect it's new behavior with the added LTI authentication.
  • Loading branch information
mgage committed Jun 24, 2012
1 parent 6177629 commit 9b9eb08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/WeBWorK/Authen.pm
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ use WeBWorK::Debug;
use WeBWorK::Utils qw/writeCourseLog runtime_use/;
use WeBWorK::Localize;
use URI::Escape;
use Carp;

use mod_perl;
use constant MP2 => ( exists $ENV{MOD_PERL_API_VERSION} and $ENV{MOD_PERL_API_VERSION} >= 2 );
Expand Down

0 comments on commit 9b9eb08

Please sign in to comment.