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'}
);
