Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/book/pod-pom-view-html-filter
Pod to HTML converter that allows to use filters on sections of pod documents
https://github.com/book/pod-pom-view-html-filter
Last synced: about 1 month ago
JSON representation
Pod to HTML converter that allows to use filters on sections of pod documents
- Host: GitHub
- URL: https://github.com/book/pod-pom-view-html-filter
- Owner: book
- Created: 2009-11-27T09:35:41.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2009-11-27T10:08:23.000Z (about 15 years ago)
- Last Synced: 2024-10-03T12:36:31.978Z (4 months ago)
- Language: Perl
- Homepage: http://search.cpan.org/dist/Pod-POM-View-HTML-Filter/
- Size: 234 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
Pod-POM-View-HTML-Filter
Pod::POM::View::HTML::Filter is a Pod::POM view used to filter
some specially marked pod blocks.It was first designed to output syntax-hightlighted Perl on some
static webpages. Look, here: http://articles.mongueurs.net/magazines/INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make installAlternatively, to install with Module::Build, you can use the following commands:
perl Build.PL
./Build
./Build test
./Build installCOPYRIGHT AND LICENCE
Copyright (C) 2004 Philippe "BooK" Bruhat
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.