1# $Id: Makefile.PL,v 1.2 2001/03/22 20:23:03 btrott Exp $
2
3use ExtUtils::MakeMaker;
4
5WriteMakefile(
6    NAME => 'Data::Buffer',
7    DISTNAME => 'Data-Buffer',
8    VERSION_FROM => 'Buffer.pm',
9    AUTHOR => 'Benjamin Trott <ben@rhumba.pair.com>',
10    ABSTRACT => 'Read/write buffer class',
11);
12