Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hakobe/autobox-universal-list
https://github.com/hakobe/autobox-universal-list
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hakobe/autobox-universal-list
- Owner: hakobe
- Created: 2008-10-16T08:20:33.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2008-10-16T09:00:40.000Z (about 16 years ago)
- Last Synced: 2024-04-15T02:42:47.900Z (7 months ago)
- Language: Perl
- Homepage:
- Size: 82 KB
- Stars: 3
- Watchers: 2
- 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 testThen 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