File: Makefile.PL

package info (click to toggle)
libclass-singleton-perl 1.03-6
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 60 kB
  • ctags: 18
  • sloc: perl: 127; makefile: 51
file content (7 lines) | stat: -rw-r--r-- 211 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
use ExtUtils::MakeMaker;

WriteMakefile(
    'NAME'	      => 'Class::Singleton',
    'VERSION_FROM'    => 'Singleton.pm', # finds $VERSION
    'dist'            => { 'COMPRESS' => 'gzip', 'SUFFIX' => 'gz' },
);