1$Id: README,v 1.2 2001/03/22 20:23:03 btrott Exp $
2
3This is Data::Buffer.
4
5PREREQUISITES
6
7None.
8
9INSTALLATION
10
11Data::Buffer installation is straightforward. If your cpan shell
12is set up, you should just be able to do
13
14    % perl -MCPAN -e 'install Data::Buffer'
15
16If you don't like that, you can download the distribution; the
17latest version on CPAN can be found in
18
19    ftp://ftp.cpan.org/pub/CPAN/authors/id/B/BT/BTROTT/
20
21Download it, unpack it, then build it as per the usual:
22
23    % perl Makefile.PL
24    % make && make test
25
26Then install it:
27
28    % make install
29
30Benjamin Trott / ben@rhumba.pair.com
31