File: Makefile.PL.include

package info (click to toggle)
libcatalyst-view-json-perl 0.37-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 196 kB
  • sloc: perl: 228; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 175 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
BEGIN { -e 'Distar' or system("git clone git://github.com/p5sagit/Distar") }
use lib 'Distar/lib';
use Distar 0.001;

author 'Tatsuhiko Miyagawa <miyagawa@bulknews.net>';

1;