https://github.com/hakobe/autobox-universal-list
https://github.com/hakobe/autobox-universal-list
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hakobe/autobox-universal-list
- Owner: hakobe
- Created: 2008-10-16T08:20:33.000Z (over 17 years ago)
- Default Branch: master
- Last Pushed: 2008-10-16T09:00:40.000Z (over 17 years ago)
- Last Synced: 2025-05-14T20:12:00.772Z (about 1 year ago)
- Language: Perl
- Homepage:
- Size: 82 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
This is Perl module autobox::UNIVERSAL::List.
INSTALLATION
autobox::UNIVERSAL::List installation is straightforward. If your CPAN shell is set up,
you should just be able to do
% cpan autobox::UNIVERSAL::List
Download it, unpack it, then build it as per the usual:
% perl Makefile.PL
% make && make test
Then install it:
% make install
DOCUMENTATION
autobox::UNIVERSAL::List documentation is available as in POD. So you can do:
% perldoc autobox::UNIVERSAL::List
to read the documentation online with your favorite pager.
Yohei Fushii