File: Makefile.PL

package info (click to toggle)
libinline-perl 0.43-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 412 kB
  • ctags: 107
  • sloc: perl: 3,584; makefile: 42
file content (5 lines) | stat: -rw-r--r-- 123 bytes parent folder | download
1
2
3
4
5
use ExtUtils::MakeMaker;
WriteMakefile(
	      NAME => 'Inline::C::grammar',
	      VERSION_FROM => 'grammar.pm',
	     );