Skip to content

Commit

Permalink
Point new users to the manual so they know it exists.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Nehren authored and bobtfish committed Feb 20, 2010
1 parent b713c7b commit e49cb69
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Changes
@@ -1,5 +1,7 @@
0.09
* Add actions for people using Chained controllers to chain off.
/login/required and /login/not_required
* Point new users to the manual at the top of the POD so they know it's there.

0.08 Wed, 27 Jan 2010 22:02:11 +0000
* Fix Login controller so that it works with the RequiresLogin action
Expand Down
6 changes: 6 additions & 0 deletions lib/CatalystX/SimpleLogin.pm
Expand Up @@ -43,6 +43,12 @@ CatalystX::SimpleLogin - Provide a simple Login controller which can be reused
__PACKAGE__->setup;
=head1 ATTENTION!
If you're new here, you should start by reading
L<CatalystX::SimpleLogin::Manual>, which provides a gentler introduction to
using this code. Come back here when you're done there.
=head1 DESCRIPTION
CatalystX::SimpleLogin is an application class L<Moose::Role|role> which will
Expand Down

0 comments on commit e49cb69

Please sign in to comment.