File: Makefile.PL.include

package info (click to toggle)
libcatalyst-devel-perl 1.42-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 360 kB
  • sloc: perl: 727; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 205 bytes parent folder | download
1
2
3
4
5
6
7
8
9
BEGIN { -e 'Distar' or system("git clone https://github.com/p5sagit/Distar.git") }
use lib 'Distar/lib';
use Distar;

author 'sri - Sebastian Riedel <sri@cpan.org>';

manifest_include share => qr{.*};

1;