CHI

Perl CHI distribution

Latest version: 0.241 registry icon
Maintenance score
0
Safety score
0
Popularity score
10
Check your open source dependency risks. Get immediate insight about security, stability and licensing risks.
Security
  Vulnerabilities
Version Suggest Low Medium High Critical
0.241 0 0 0 0 0
0.102 0 0 0 0 0
0.101 0 0 0 0 0
0.091 0 0 0 0 0
0.081 0 0 0 0 0
0.61 0 0 0 0 0
0.61 0 0 0 0 0
0.60 0 0 0 0 0
0.59 0 0 0 0 0
0.58 0 0 0 0 0
0.57 0 0 0 0 0
0.56 0 0 0 0 0
0.55 0 0 0 0 0
0.54 0 0 0 0 0
0.53 0 0 0 0 0
0.52 0 0 0 0 0
0.51 0 0 0 0 0
0.50 0 0 0 0 0
0.49 0 0 0 0 0
0.48 0 0 0 0 0
0.47 0 0 0 0 0
0.46 0 0 0 0 0
0.45 0 0 0 0 0
0.44 0 0 0 0 0
0.43 0 0 0 0 0
0.42 0 0 0 0 0
0.41 0 0 0 0 0
0.40 0 0 0 0 0
0.39 0 0 0 0 0
0.38 0 0 0 0 0
0.37 0 0 0 0 0
0.36 0 0 0 0 0
0.35 0 0 0 0 0
0.34 0 0 0 0 0
0.33 0 0 0 0 0
0.32 0 0 0 0 0
0.31 0 0 0 0 0
0.30 0 0 0 0 0
0.29 0 0 0 0 0
0.28 0 0 0 0 0
0.27 0 0 0 0 0
0.26 0 0 0 0 0
0.25 0 0 0 0 0
0.24 0 0 0 0 0
0.23 0 0 0 0 0
0.22 0 0 0 0 0
0.21 0 0 0 0 0
0.10 0 0 0 0 0
0.09 0 0 0 0 0
0.08 0 0 0 0 0
0.07 0 0 0 0 0
0.06 0 0 0 0 0
0.05 0 0 0 0 0
0.04 0 0 0 0 0
0.03 0 0 0 0 0
0.2 0 0 0 0 0
0.02 0 0 0 0 0
0.01 0 0 0 0 0

Stability
Latest release:

0.241 - 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