Bugzilla – Attachment #136567: Bug 31053: Add Context module to Koha::Encryption for
bug #31053
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 31053
Collapse All
|
Expand All
(-)
a/Koha/Encryption.pm (-1 / +1 lines)
Lines 21-26 use Modern::Perl;
Link Here
21
21
22
use base qw( Crypt::CBC );
22
use base qw( Crypt::CBC );
23
23
24
use C4::Context;
24
use Koha::Exceptions;
25
use Koha::Exceptions;
25
26
26
=head1 NAME
27
=head1 NAME
27
-
Return to
bug 31053