https://github.com/petdance/list-cycle
List::Cycle, a simple Perl class for cycling through values
https://github.com/petdance/list-cycle
Last synced: about 2 months ago
JSON representation
List::Cycle, a simple Perl class for cycling through values
- Host: GitHub
- URL: https://github.com/petdance/list-cycle
- Owner: petdance
- Created: 2010-04-17T02:09:49.000Z (about 15 years ago)
- Default Branch: main
- Last Pushed: 2020-12-23T20:57:23.000Z (over 4 years ago)
- Last Synced: 2025-01-17T00:53:03.372Z (3 months ago)
- Language: Perl
- Homepage: http://search.cpan.org/dist/List-Cycle/
- Size: 14.6 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
List-Cycle
The README is used to introduce the module and provide instructions on
how to install the module, any machine dependencies it may have (for
example C compilers and installed libraries) and any other information
that should be provided before the module is installed.A README file is required for CPAN modules since CPAN extracts the README
file from a module distribution so that people browsing the archive
can use it get an idea of the modules uses. It is usually a good idea
to provide version information here so that people can decide whether
fixes for the module are worth downloading.INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install