File: Makefile.PL

package info (click to toggle)
libmodule-install-manifestskip-perl 0.24-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 124 kB
  • sloc: perl: 32; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 96 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
use inc::Module::Install;

name 'Sample1';
all_from 'lib/Sample1.pm';
manifest_skip;

WriteAll;