File: Makefile.PL

package info (click to toggle)
libaudio-rpld-perl 0.006-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 304 kB
  • ctags: 252
  • sloc: perl: 2,117; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 142 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#Makefile.PL
use strict;
use warnings;
use inc::Module::Install;

license 'gpl';

name 'Audio-RPLD';
all_from 'lib/Audio/RPLD.pm';

WriteAll;