File: Makefile.PL

package info (click to toggle)
libparse-binary-perl 0.11-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 192 kB
  • sloc: perl: 1,890; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 160 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!/usr/bin/perl
use strict;
use inc::Module::Install;

name       'Parse-Binary';
all_from   'lib/Parse/Binary.pm';
recommends 'Scalar::Util';

sign; WriteAll;