The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.25

  • +) Some improvements *) For backward compatibility with perl < 5.9 the operator '$a // $b' is changed to long style as 'defined($a) ? $a : $b'. It should improve a tests on old perl installations

Changes for version 0.24_01

  • +) Added 'parent' module in requires for old perl installation (<=5.10.0)

Modules

a cache dependencies (cache and like 'make' utility concept)
a rule class
a class for valid values

Provides

in lib/CHI/Cascade/Target.pm