File: Makefile.PL

package info (click to toggle)
liblivejournal-perl 1.3-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 256 kB
  • sloc: perl: 757; makefile: 4
file content (9 lines) | stat: -rw-r--r-- 305 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
use ExtUtils::MakeMaker;

WriteMakefile(
		'NAME'  => 'LiveJournal',
		'AUTHOR' => 'Frank Sheiness <archon@forbidden.dough.net>',
		'ABSTRACT' => 'Implementation of LiveJournal protocol at www.livejournal.com',
		'VERSION_FROM'  => 'LiveJournal.pm',
		'dist'      => {COMPRESS=>'gzip', SUFFIX => 'gz'}
);