File: README

package info (click to toggle)
libwww-search-perl 2.51.90%2B~cs6.78-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 1,216 kB
  • sloc: perl: 7,419; makefile: 36
file content (43 lines) | stat: -rwxr-xr-x 897 bytes parent folder | download | duplicates (5)
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
31
32
33
34
35
36
37
38
39
40
41
42
43
WWW/Search/Jobserve version 1.02
==============================

INTRODUCTION
This is a backend for use with the WWW::Search module.

Please read the README for WWW::Search for general information.
http://www.perl.com/CPAN-local/modules/by-module/WWW/WWW-Search-2.35.readme

Or:

   perldoc WWW::Search::Jobserve
   
from the command line.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

Or:

   perl -MCPAN -e "install 'WWW::Search::Jobserve'"

If you have the CPAN module installed.

DEPENDENCIES

This module requires plenty of other modules and libraries.
I'd recommend using the CPAN install above to ensure you get the lot

COPYRIGHT AND LICENCE

Distribute this module freely

Copyright (C) 2003 Andy Pritchard

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.