File: README

package info (click to toggle)
libdebian-package-html-perl 0.1-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 56 kB
  • ctags: 10
  • sloc: perl: 101; makefile: 44
file content (30 lines) | stat: -rw-r--r-- 795 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Debian-Package-HTML version 0.01
================================

Debian-Package-HTML provides an easy way to generate Webpages from the
results of your daily package building. The POD documentation for
the module covers most aspect of the usage of this module. Any bugs
or recommendations are greatly welcome.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires HTML::Template and a Debian system.

COPYRIGHT AND LICENCE

Copyright (C) 2006 by Jose Parrella <joseparrella@cantv.net>

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.8 or,
at your option, any later version of Perl 5 you may have available.