forked from jonswar/perl-chi
-
Notifications
You must be signed in to change notification settings - Fork 0
Perl CHI distribution
License
jdv/perl-chi
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published
Languages
- Perl 99.9%
- Shell 0.1%