File: Makefile.PL

package info (click to toggle)
libdate-convert-perl 0.16-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 156 kB
  • sloc: perl: 573; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 106 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
use ExtUtils::MakeMaker;
WriteMakefile(
    'NAME'      => 'Date::Convert',
    'VERSION'   => '0.10'
);