File: Makefile.PL

package info (click to toggle)
libmpeg-mp3info-perl 0.71-5
  • links: PTS
  • area: main
  • in suites: potato
  • size: 224 kB
  • ctags: 15
  • sloc: perl: 2,379
file content (7 lines) | stat: -rw-r--r-- 239 bytes parent folder | download
1
2
3
4
5
6
7
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    'NAME'	=> 'MPEG::MP3Info',
    'VERSION_FROM' => 'MP3Info.pm', # finds $VERSION
);