File: Makefile.PL

package info (click to toggle)
liblocale-currency-format-perl 1.35-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 96 kB
  • sloc: perl: 503; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 120 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
use ExtUtils::MakeMaker;

WriteMakefile(
  NAME         => 'Locale::Currency::Format',
  VERSION_FROM => 'Format.pm'
);