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