benvanstaveren / Mojolicious-Plugin-Authentication

A plugin to make authentication a bit easier
http://search.cpan.org/dist/Mojolicious-Plugin-Authentication/
Other
20 stars 17 forks source link

little bug in documentation #27

Closed niceperl closed 6 years ago

niceperl commented 6 years ago

use Mojolicious::Plugin::Authentication

should be (note the missing ";")

use Mojolicious::Plugin::Authentication;