1998-09-09 07:00:04 +00:00
|
|
|
use ExtUtils::MakeMaker;
|
|
|
|
WriteMakefile(
|
|
|
|
NAME => 'attrs',
|
|
|
|
VERSION_FROM => 'attrs.pm',
|
1999-05-02 14:33:17 +00:00
|
|
|
MAN3PODS => {}, # Pods will be built by installman.
|
1998-09-09 07:00:04 +00:00
|
|
|
XSPROTOARG => '-noprototypes'
|
|
|
|
);
|