File: Makefile.PL

package info (click to toggle)
libdbix-profile-perl 1.0-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 144 kB
  • sloc: perl: 226; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 132 bytes parent folder | download | duplicates (5)
1
2
3
4
5
use ExtUtils::MakeMaker;
WriteMakefile(
    'NAME'      => 'DBIx::Profile',
    'VERSION_FROM' => 'Profile.pm', # finds $VERSION
);