• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

eg/H28-Jan-2007-9181

lib/Pod/POM/View/HTML/H28-Jan-2007-1,214290

t/H28-Jan-2007-1,7461,387

Build.PLH A D28-Jan-2007859 2724

ChangesH A D28-Jan-20075.1 KiB118107

MANIFESTH A D28-Jan-20071 KiB6059

META.ymlH A D28-Jan-2007240 98

Makefile.PLH A D28-Jan-2007580 1816

READMEH A D28-Jan-2007717 3320

README

1Pod-POM-View-HTML-Filter
2
3Pod::POM::View::HTML::Filter is a Pod::POM view used to filter
4some specially marked pod blocks.
5
6It was first designed to output syntax-hightlighted Perl on some
7static webpages. Look, here: http://articles.mongueurs.net/magazines/
8
9INSTALLATION
10
11To install this module, run the following commands:
12
13    perl Makefile.PL
14    make
15    make test
16    make install
17
18
19Alternatively, to install with Module::Build, you can use the following commands:
20
21    perl Build.PL
22    ./Build
23    ./Build test
24    ./Build install
25
26
27COPYRIGHT AND LICENCE
28
29Copyright (C) 2004 Philippe "BooK" Bruhat
30
31This library is free software; you can redistribute it and/or modify
32it under the same terms as Perl itself.
33