Skip to content

jdv/perl-chi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 following modules to ensure you can run the full suite of tests:
* Perl::Tidy (latest)
* Perl::Critic (latest)
* Cache::FastMmap
* Memcached

About

Perl CHI distribution

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 99.9%
  • Shell 0.1%