https://github.com/yusukebe/podder
Cool and Easy standalone viewer of Perl codes, Pods, and Inao style Texts in local directory.
https://github.com/yusukebe/podder
Last synced: about 1 year ago
JSON representation
Cool and Easy standalone viewer of Perl codes, Pods, and Inao style Texts in local directory.
- Host: GitHub
- URL: https://github.com/yusukebe/podder
- Owner: yusukebe
- Created: 2010-03-08T13:43:31.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2010-03-11T15:39:19.000Z (over 16 years ago)
- Last Synced: 2025-03-29T06:33:22.695Z (about 1 year ago)
- Language: CSS
- Homepage:
- Size: 176 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
This is Perl module Podder.
INSTALLATION
Podder installation is straightforward. If your CPAN shell is set up,
you should just be able to do
% cpan Podder
Download it, unpack it, then build it as per the usual:
% perl Makefile.PL
% make && make test
Then install it:
% make install
DOCUMENTATION
Podder documentation is available as in POD. So you can do:
% perldoc Podder
to read the documentation online with your favorite pager.
Yusuke Wada