File: Makefile.PL

package info (click to toggle)
libinline-perl 0.44-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 440 kB
  • ctags: 121
  • sloc: perl: 3,768; makefile: 38
file content (5 lines) | stat: -rw-r--r-- 123 bytes parent folder | download | duplicates (10)
1
2
3
4
5
use Inline::MakeMaker;

WriteMakefile( NAME => 'Math::Simple',
               VERSION_FROM => 'Simple.pm',
             );