Little cleanup

This commit is contained in:
Xavier Guimard 2016-03-09 05:31:19 +00:00
parent 9cbbdda0b1
commit 2194b8beef
2 changed files with 1 additions and 3 deletions

View File

@ -9,10 +9,9 @@
package Lemonldap::NG::Common::Apache::Session::Generate::SHA256;
use strict;
use vars qw($VERSION);
use Digest::SHA qw(sha256 sha256_hex sha256_base64);
$VERSION = '1.4.0';
our $VERSION = '1.9.1';
sub generate {
my $session = shift;

View File

@ -1,7 +1,6 @@
package Lemonldap::NG::Common::Apache::Session::Serialize::JSON;
use strict;
use vars qw($VERSION);
use JSON;
our $VERSION = '1.9.1';