The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Term::Caca

3.1.0 2019-06-27
  [ BUG FIXES ]
    - Remove stale example/cave.pl file using old exports (GH#6, José
      Joaquín Atria)
    - Ask for latest Platypus::FFI version. (GH#5)
    - Remove unused dependency on FFI::TinyCC. (GH#9, José Joaquín Atria)

  [ DOCUMENTATION ]
    - Document missing constants and tags. (GH#7, José Joaquín Atria)

  [ ENHANCEMENTS ]
    - Move distribution to Moo. (GH#8, José Joaquín Atria)

  [ STATISTICS ]
    - code churn: 21 files changed, 169 insertions(+), 259 deletions(-)

3.0.1 2019-03-18
  [ MISC ]
    - remove dependency to Test::Approx [GH#4]

  [ STATISTICS ]
    - code churn: 4 files changed, 56 insertions(+), 41 deletions(-)

3.0.0 2018-08-01
  [ API CHANGES ]
    - Massive update moving the package to Moose and using Alien::caca for
      the library building.

  [ STATISTICS ]
    - code churn: 387 files changed, 1146 insertions(+), 115871
      deletions(-)

2.0_0 2013-03-02
  [ API CHANGES ]
    - remove Term::Kaka.
    - include libcaca with the distribution.

  [ DOCUMENTATIONS ]
    - add META 'Help Wanted' information

1.0_1 2011-06-09
  [ ENHANCEMENTS ]
    - add export() method

1.2.0 2011-12-03
  [ BUG FIXES ]
    - protect against a potential memory leak (rt62971) Reported by Kevin
      Ryde.

  [ ENHANCEMENTS ]
    - add possibility to chose display driver.

1.1.0 2011-09-25
  [ BUG FIXES ]
    - strip leftover 0.x stuff from Caca.pm and Caca.xs

1.0_0 2011-06-05
  - upgrade to API 1.x of libcaca
  - add maze.pl example
  - remove script caca-sprite

0.97 2011-05-12
  - draw_thin_line was erronously _draw_line (rt62969)
  - Build.PL now verify that libcaca is available

0.96 2011-05-08
  - add support for API 1.x of libcaca (rt68008)
  - remove dependency to Tie::Array::Pointer (rt62970)
  - add basic test
  - drop Makefile.PL support

0.95 2006-03-05
  - first release in a long time
  - added much pod
  - killed memory leaks
  - added pod coverage tests