CHI

Perl CHI distribution

Latest version: 0.61 registry icon
Maintenance score
0
Safety score
0
Popularity score
12
Check your open source dependency risks. Get immediate insight about security, stability and licensing risks.
Security
  Vulnerabilities
Version Suggest Low Medium High Critical
0.61 0 0 0 0 0

Stability
Latest release:

0.61 - This version may not be safe as it has not been updated for a long time. Find out if your coding project uses this component and get notified of any reported security vulnerabilities with Meterian-X Open Source Security Platform

Licensing

Maintain your licence declarations and avoid unwanted licences to protect your IP the way you intended.

Artistic-1.0   -   Artistic License 1.0

Not a wildcard

Not proprietary

OSI Compliant


GPL-1.0-or-later   -   GNU General Public License v1.0 or later

Not a wildcard

Not proprietary

OSI Compliant



Notes for developers of CHI

All code should pass unit tests before being checked in. This includes

  • tidy.t, which will check that code has been tidied (and will tidy it for you otherwise) according to ./perltidyrc
  • critic.t, which will check that code passes Perl::Critic according to ./perlcriticrc

Some tests are internal only, meaning you will run them, but not end-users. These are marked with 'use CHI::Test::InternalOnly' in the case of .t files, or 'sub internal_only { 1 }' in the case of Test::Class classes.

You should install the latest versions of the following modules to ensure you can run the full suite of tests:

  • Perl::Tidy
  • Perl::Critic
  • Pod::Tidy
  • Cache::FastMmap
  • Cache::Memcached