File: Makefile.PL

package info (click to toggle)
libxml-structured-perl 1.3%2Bgit20220429-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 148 kB
  • sloc: perl: 863; makefile: 5
file content (6 lines) | stat: -rw-r--r-- 119 bytes parent folder | download
1
2
3
4
5
6
use ExtUtils::MakeMaker;
WriteMakefile(
    NAME         => 'XML::Structured',
    VERSION_FROM => 'Structured.pm',
)