Skip to content

Commit

Permalink
added AUTHOR and ABSTRACT for PPD creation
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Cain committed Jan 7, 2003
1 parent 1e98cfa commit af83559
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ WriteMakefile(
'LIBS' => [''], # e.g., '-lm'
'DEFINE' => '',
'INC' => '', # e.g., '-I/usr/include/other'
($] ge '5.005') ? (
'AUTHOR' => 'Lincoln Stein (lstein@cshl.org)',
'ABSTRACT' => 'A CGI-driven browser for genomic annotations.',
) : (),
);

sub MY::clean {
Expand Down

0 comments on commit af83559

Please sign in to comment.