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