File: Makefile.PL

package info (click to toggle)
libmp4-info-perl 1.11-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 444 kB
  • ctags: 21
  • sloc: perl: 778; makefile: 45
file content (10 lines) | stat: -rwxr-xr-x 247 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
use ExtUtils::MakeMaker;

WriteMakefile
    (
     NAME		=> 'MP4::Info',
     VERSION_FROM	=> 'Info.pm',
     ABSTRACT_FROM	=> 'Info.pm',
     AUTHOR		=> 'Jonathan Harris <jhar@cpan.org>',
     PREREQ_PM		=> { 'Encode' => '0', },
    );