This is 0.06 -- only real changes are to Makefile.PL and cache storage location.
[catagits/Catalyst-Authentication-Credential-OpenID.git] / Changes
CommitLineData
e5b6823d 1Revision history for Catalyst::Authentication::Credential::OpenID
2
a47955ed 30.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
ab944aad 90.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
f29585f9 160.04 Thu Jun 19 23:20:00 PDT 2008
17 - Fixed some of the .conf example. Sigh.
18 - Other minor Pod tweaks.
19
d214d0c0 200.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
bf16184a 270.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
e5b6823d 350.01 Sat Apr 5 21:35:25 PDT 2008
36 - Initial release.