File: Makefile.PL

package info (click to toggle)
libmodule-install-rtx-perl 0.44-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 216 kB
  • sloc: perl: 1,488; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 379 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
BEGIN { push @INC, '.' }
use inc::Module::Install;

name	        'Module-Install-RTx';
author          'Best Practical Solutions';
all_from        'lib/Module/Install/RTx.pm';
requires        'Module::Install::Admin' => 0.40;
requires        'Module::Install::ReadmeFromPod';
readme_from     'lib/Module/Install/RTx.pm';

auto_provides;
&WriteAll( check_nmake => 0, sign => 1 );