File: Makefile.PL

package info (click to toggle)
libdata-buffer-perl 0.04-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 72 kB
  • sloc: perl: 249; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 292 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
# $Id: Makefile.PL,v 1.2 2001/03/22 20:23:03 btrott Exp $

use ExtUtils::MakeMaker;

WriteMakefile(
    NAME => 'Data::Buffer',
    DISTNAME => 'Data-Buffer',
    VERSION_FROM => 'Buffer.pm',
    AUTHOR => 'Benjamin Trott <ben@rhumba.pair.com>',
    ABSTRACT => 'Read/write buffer class',
);