File: Makefile.PL.include

package info (click to toggle)
libcatalyst-plugin-session-state-cookie-perl 0.18-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 136 kB
  • sloc: perl: 143; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 168 bytes parent folder | download
1
2
3
4
5
BEGIN { -e 'Distar' or system("git clone https://github.com/p5sagit/Distar.git") }
use lib 'Distar/lib';
use Distar;

author 'Yuval Kogman <nothingmuch@woobling.org>';