File: Makefile.PL

package info (click to toggle)
libregexp-reggrp-perl 1.002001-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 196 kB
  • sloc: perl: 2,251; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 272 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
use strict;
use warnings;

use inc::Module::Install;

all_from        'lib/Regexp/RegGrp.pm';
test_requires   'Test::More' => 0;

repository 'http://github.com/nevesenin/regexp-reggrp-perl';
bugtracker 'http://github.com/nevesenin/regexp-reggrp-perl/issues';

WriteAll();