);
}
return $class->SUPER::new(
-key => $encryption_key,
-cipher => 'Cipher::AES'
-cipher => 'Cipher::AES',
-nodeprecate => 1,
use Modern::Perl;
use Test::More tests => 2;
use Test::More tests => 3;
use Test::NoWarnings;
use Test::Mojo;
use Test::MockModule;
-