File: Changes

package info (click to toggle)
libauthen-cas-client-perl 0.08-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 252 kB
  • sloc: perl: 2,721; makefile: 2
file content (65 lines) | stat: -rw-r--r-- 1,544 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
changes from 0.07 to 0.08
=========================

  * updated Makefile.PL to reflect changes in default @INC handling v5.25+.
  * fleshed README with documentation
  * added README.md for GitHub
  * updated to 'Nil' license

changes from 0.06 to 0.07
=========================

  * changed license to MIT for consistency with other module distributions

  * removed MYMETA.yml and MYMETA.json from module distribution
    per CPAN standards

  * updated documentation to reflect new formatting standards


changes from 0.05 to 0.06
=========================

 * fixed a bug when using defined on an array

 * minor documentation fixup referencing incorrect package for response objects


changes from 0.04 to 0.05
=========================

  * added doc() accessor to response types

  * added better error handling with better error messages

  * updated perldocs with new functionality and consistency fixes

  * changed user-agent string to reflect module name


changes from 0.03 to 0.04
=========================

  * changed fatal behavior to throw strings instead of objects


changes from 0.02 to 0.03
=========================

  * added more tests that were previously not included

  * changed to Module::Install for dist packaging


changes from 0.01 to 0.02
=========================

  * added Perl 5.6.1 dependency

  * changed Authen::CAS::Client::Response is_* methods to be more consistent
    across all response types

  * added tests for better code coverage

  * various minor internal fixups to maintain consistency