File: Makefile.PL.include

package info (click to toggle)
libcatalyst-plugin-static-simple-perl 0.37-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 312 kB
  • sloc: perl: 519; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 277 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 0.001;

author 'Andy Grundman <andy@hybridized.org>';

manifest_include 't/lib/TestApp/root' => qr/.*/;
manifest_include 't/lib/IncTestApp/root' => qr/.*/;

1;