Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/songmu/ark-jobeet-2011
https://github.com/songmu/ark-jobeet-2011
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/songmu/ark-jobeet-2011
- Owner: Songmu
- Created: 2011-10-30T15:13:34.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2011-11-09T07:02:52.000Z (almost 13 years ago)
- Last Synced: 2024-10-11T21:09:54.349Z (27 days ago)
- Language: Perl
- Homepage:
- Size: 320 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
This is Perl module Jobeet.
INSTALLATION
Jobeet installation is straightforward. If your CPAN shell is set up,
you should just be able to do% cpan Jobeet
Download it, unpack it, then build it as per the usual:
% perl Makefile.PL
% make && make testThen install it:
% make install
DOCUMENTATION
Jobeet documentation is available as in POD. So you can do:
% perldoc Jobeet
to read the documentation online with your favorite pager.
Songmu