fixed random accidental keystroke error
[catagits/Catalyst-Plugin-Authentication.git] / lib / Catalyst / Plugin / Authentication.pm
index 7e66427..dda3b92 100644 (file)
@@ -12,7 +12,7 @@ with 'MooseX::Emulate::Class::Accessor::Fast';
 __PACKAGE__->mk_accessors(qw/_user/);
 
 our $VERSION = "0.10019";
-`
+
 sub set_authenticated {
     my ( $c, $user, $realmname ) = @_;