This is 0.05.
[catagits/Catalyst-Authentication-Credential-OpenID.git] / Changes
1 Revision history for Catalyst::Authentication::Credential::OpenID
2
3 0.05  Wed Jul  2 20:17:21 PDT 2008
4       - Removed UNIVERSAL::require to shrink prereqs and protect
5         namespaces.
6       - Turned on test app tests. I want to know if it's failing for
7         others.
8       - Swapped LWPx::ParanoidAgent for LWP::UA in the test.
9
10 0.04  Thu Jun 19 23:20:00 PDT 2008
11       - Fixed some of the .conf example. Sigh.
12       - Other minor Pod tweaks.
13
14 0.03  Thu Jun 19 20:48:04 PDT 2008
15       - Updated config information with Config::General examples.
16       - Cleaned up TestApp a little.
17       - Swapped some code order around to make Perl::Critic my friend.
18       - Extended SEE ALSO.
19       - Updated Makefile a bit.
20
21 0.02  Tue Apr  8 22:18:22 PDT 2008
22       - Changed "use base" to "use parent."
23       - Moved SVN to Catalyst dev box.
24       - Took out left over toss copy of earlier Credential module.
25       - Took out weird closure over secret; not just sets it plainly.
26       - Put config stuff in POD a bit differently and added info on consumer_secret.
27       - POD tweaks.
28
29 0.01  Sat Apr  5 21:35:25 PDT 2008
30       - Initial release.