File: Makefile.PL

package info (click to toggle)
libclass-objecttemplate-perl 0.7-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 124 kB
  • sloc: perl: 508; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 135 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
use ExtUtils::MakeMaker;

WriteMakefile(
    'NAME'	=> 'Class::ObjectTemplate',
    'VERSION_FROM'   => 'ObjectTemplate.pm',	      
);