File: README

package info (click to toggle)
libnet-akismet-perl 0.05-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, lenny, squeeze, wheezy
  • size: 64 kB
  • ctags: 11
  • sloc: perl: 77; makefile: 41
file content (35 lines) | stat: -rw-r--r-- 925 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
31
32
33
34
35
Net-Akismet version 0.05
========================

Net::Akismet is meant to provide perl interface to the Akismet web service.

Akismet is blog comment and trackback spam blocker, free for personal use. More info on http://akismet.com/

The module allows you to either check if an item is spam or report certain comment as spam/false postivie.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  libwww-perl

COPYRIGHT AND LICENCE

Put the correct copyright and licence information here.

Copyright (C) 2006 by Nikolay Bachiyski

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.7 or,
at your option, any later version of Perl 5 you may have available.

$Id: README 38 2008-06-05 17:15:12Z humperdink $