File: Makefile.PL

package info (click to toggle)
libset-nestedgroups-perl 0.01-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, lenny, squeeze, stretch, wheezy
  • size: 68 kB
  • ctags: 24
  • sloc: perl: 204; makefile: 43
file content (7 lines) | stat: -rw-r--r-- 248 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    'NAME'	=> 'Set::NestedGroups',
    'VERSION_FROM' => 'NestedGroups.pm', # finds $VERSION
);