home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / perl560.zip / ext / attrs / Makefile.PL < prev   
Makefile  |  1999-07-20  |  188b  |  8 lines

  1. use ExtUtils::MakeMaker;
  2. WriteMakefile(
  3.     NAME    => 'attrs',
  4.     VERSION_FROM => 'attrs.pm',
  5.     MAN3PODS     => {},     # Pods will be built by installman.
  6.     XSPROTOARG => '-noprototypes'
  7. );
  8.