File: README

package info (click to toggle)
libdigest-bubblebabble-perl 0.01-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 48 kB
  • ctags: 2
  • sloc: perl: 54; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 627 bytes parent folder | download | duplicates (3)
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
$Id: README,v 1.2 2001/05/03 01:15:20 btrott Exp $

This is Digest::BubbleBabble.

PREREQUISITES

None.

INSTALLATION

Digest::BubbleBabble installation is straightforward. If your
cpan shell is set up, you should just be able to do

    % perl -MCPAN -e 'install Digest::BubbleBabble'

If you don't like that, you can download the distribution; the
latest version on CPAN can be found in

    ftp://ftp.cpan.org/pub/CPAN/authors/id/B/BT/BTROTT/

Download it, unpack it, then build it as per the usual:

    % perl Makefile.PL
    % make && make test

Then install it:

    % make install

Benjamin Trott / ben@rhumba.pair.com