File: Makefile.PL

package info (click to toggle)
barnowl 1.10-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 5,472 kB
  • sloc: ansic: 36,670; perl: 20,938; sh: 1,598; makefile: 181
file content (8 lines) | stat: -rw-r--r-- 88 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
use strict;
use warnings;

use inc::Module::Install;

barnowl_module('IRC');

WriteAll;