fixed random accidental keystroke error v0.10019
John Napiorkowski [Sat, 14 Apr 2012 15:03:49 +0000 (11:03 -0400)]
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 ) = @_;