Skip to content

jdv/perl-chi

This branch is 1 commit ahead of, 827 commits behind jonswar/perl-chi:master.

Folders and files

NameName
Last commit message
Last commit date
Dec 27, 2008
Nov 30, 2007
Jan 19, 2009
Jan 27, 2008
Jan 19, 2009
Dec 27, 2008
Jan 2, 2009
Jan 15, 2008
Sep 26, 2008
Sep 23, 2008
Feb 24, 2008
Sep 17, 2008
Nov 9, 2007

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%