• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Buffer.pmH A D28-Jul-200111.6 KiB466167

ChangesH A D28-Jul-2001754 2418

MANIFESTH A D28-Jul-200154 76

Makefile.PLH A D24-Apr-2001292 128

READMEH A D24-Apr-2001603 3117

test.plH A D28-Jul-20012.1 KiB10683

README

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