File: Makefile.PL

package info (click to toggle)
libmail-box-perl 2.068-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,576 kB
  • ctags: 1,493
  • sloc: perl: 22,358; makefile: 49
file content (6 lines) | stat: -rw-r--r-- 124 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
use ExtUtils::MakeMaker;

WriteMakefile
   ( NAME      => 'Mail::Box'
   , PMLIBDIRS => [ qw/Box Message Transport/ ]
   );