File: Changes

package info (click to toggle)
libalgorithm-c3-perl 0.11-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 180 kB
  • sloc: perl: 88; makefile: 2
file content (47 lines) | stat: -rw-r--r-- 1,358 bytes parent folder | download | duplicates (2)
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
Revision history for Perl extension Algorithm-C3.

0.11 - 2020-11-10
    - set metadata for static dependency list and install
    - move repository to github
    - minor test cleanups
    - fix Makefile.PL to work for authors in perl 5.26+

0.10 - 2014-08-15
    - declare minimum version of perl as 5.6 in metadata

0.09 - 2014-03-01
    - convert to use ExtUtils::MakeMaker using distar
    - include repo and bugtracker metadata

0.08 Thu. May 28, 2009
    - Fix a couple of doc typos.
    - Don't create a fake Makefile.PL.

0.07 Mon. May 14, 2007
    - Some very small optimizations had been
      gathering in the repo for a while, this
      gets them out to CPAN.  Probably won't
      notice much difference except in extreme
      cases.

0.06 Fri. Nov. 17, 2006
    - Added tests from konobi
    - Added some other new tests too
    - Fixed infinite loop on recursive heirarchies

0.05 Fri. Aug. 25, 2006
    - Add the ability for the caller to supply a persistent
      merge cache hashref

0.04 Wed. Aug. 09, 2006
    - Remove accidental "use Class::C3" from t/006_complex_merge.t
      (no functional changes from 0.03)

0.03 Tue. Aug. 08, 2006
    - New test + bugfix for RT#20879

0.02 Sun. Jul. 30, 2006
    - code refactored for speed by Brandon L. Black

0.01 Wed. Feb. 15, 2006
    - initial release, code and tests taken from Class::C3