https://github.com/hakobe/ossia
https://github.com/hakobe/ossia
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hakobe/ossia
- Owner: hakobe
- Created: 2009-08-05T09:42:54.000Z (almost 17 years ago)
- Default Branch: master
- Last Pushed: 2009-08-20T13:03:44.000Z (almost 17 years ago)
- Last Synced: 2025-05-14T20:12:01.508Z (about 1 year ago)
- Language: Perl
- Homepage:
- Size: 74.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
This is Perl module Ossia.
INSTALLATION
Ossia installation is straightforward. If your CPAN shell is set up,
you should just be able to do
% cpan Ossia
Download it, unpack it, then build it as per the usual:
% perl Makefile.PL
% make && make test
Then install it:
% make install
DOCUMENTATION
Ossia documentation is available as in POD. So you can do:
% perldoc Ossia
to read the documentation online with your favorite pager.
Yohei Fushii