File: Makefile.PL

package info (click to toggle)
libinline-perl 0.46-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 620 kB
  • ctags: 122
  • sloc: perl: 3,817; makefile: 2
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',
             );