File: Makefile.PL.include

package info (click to toggle)
libconfig-any-perl 0.33-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 312 kB
  • sloc: perl: 381; xml: 28; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 321 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
BEGIN { -e 'Distar' or system qw(git clone https://github.com/p5sagit/Distar.git) }
use lib 'Distar/lib';
use Distar;

author 'Joel Bernstein <rataxis@cpan.org>';

manifest_include 't/conf' => qr/.*/;
manifest_include 't/invalid' => qr/.*/;
manifest_include 't/multi' => qr/.*/;
manifest_include 't/supported' => qr/.*/;