From: Dagfinn Ilmari Mannsåker Date: Wed, 2 Apr 2014 12:51:42 +0000 (+0100) Subject: Fix Catalyst tutorial link. RT#47043 X-Git-Tag: 0.1506~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=99f7499c6b2e121509253e921187122f47ff45a2;hp=c30ad9df2c49e9f51435b03182a2bf263c69d63e;p=catagits%2FCatalyst-Authentication-Store-DBIx-Class.git Fix Catalyst tutorial link. RT#47043 Link to the top-level tutorial instead of the specific numbered chapter, since chapter numbers might change. --- diff --git a/Changes b/Changes index c8babb3..91363dc 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,7 @@ Revision history for Catalyst-Plugin-Authentication-Store-DBIx-Class * Fix doc bugs. RT#87372 * Fix calling User->can() as a class method. RT#90715 + * Fix Catalyst tutorial link. RT#47043 0.1505 2013-06-10 * Fix RT#82944 - test fails on perl >= 5.17.3 diff --git a/lib/Catalyst/Authentication/Realm/SimpleDB.pm b/lib/Catalyst/Authentication/Realm/SimpleDB.pm index 1912d2e..d0c2a95 100644 --- a/lib/Catalyst/Authentication/Realm/SimpleDB.pm +++ b/lib/Catalyst/Authentication/Realm/SimpleDB.pm @@ -238,7 +238,7 @@ you can refer to the following: =over =item * -L +L =item * L