use strict;
use Mouse;
our $VERSION = '2.0.15';
# PROPERTIES
has authnLevel => ( is => 'rw' );
sub stop { return 0 }
1;