Fix broken links and malformed formatting in POD
[catagits/Catalyst-Authentication-Store-Htpasswd.git] / Changes
1 Release history for Catalyst-Authentication-Store-Htpasswd
2
3 {{$NEXT}}
4
5 1.006     2017-07-03 19:30:35Z
6     - pod formatting fixes (RT#102187, Christopher Hoskin)
7
8 1.005     2017-06-23 18:04:28Z
9     - modernized the tooling, for 5.26 compatibility and to remove pod,
10       kwalitee tests from the user-facing test suite
11
12 1.004     2016-05-11 12:49:02Z
13     - Fix pod error for Hyperlinks
14     - Fix pod nit from RT#51733
15
16 1.003     2008-10-04 22:17:30Z
17     - Typo in Makefile.PL makes the .tgz unpack to
18       improperly, RT#39817
19
20 1.002     2008-10-02 09:20:30Z
21     - Add Test::WWW::Mechanize::Catalyst and Test::use::ok
22       to build_requires. CPANTs will keep hitting me until
23       I get it right :(
24     - Add code and docs for user_field configuration option
25     - Add code and docs for user_class configuration option
26
27 1.001     2008-09-29 18:56:30Z
28     - Remove Tangram from test application models so that tests
29       pass for other people. FAIL.
30
31 1.000     2008-09-28 16:58:30Z
32     - Change from Module::Build to Module::Install
33     - Update to the new authentication framework.
34     - Bump revision number due to moving to new repository layout.
35
36 0.02      2006-02-07 23:18:17Z
37     - work properly again with roles
38     - fix condition where $user is false and still gets a method call on it
39     - embarracing doc typos copy pasted by Yuval were fixed too ;-)
40
41 0.011     2005-11-27 21:18:21Z
42     - doh, add Authen::Htpasswd to requirements
43
44 0.01      2005-11-27 20:53:50Z
45     - initial release