initial
[sepia.git] / Makefile.PL
blob4c56622aee1d07a86b5b9d2704719b8e4a378c71
1 use ExtUtils::MakeMaker;
2 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
3 # the contents of the Makefile that is written.
4 WriteMakefile(
5     'NAME'              => 'Devel::Xref',
6     'VERSION_FROM'      => 'Xref.pm', # finds $VERSION
7     'PREREQ_PM'         => { 'Emacs::EPL' => 0,
8                              'Data::Dumper' => 0,
9                              'Module::Info' => 0 },
10     ($] >= 5.005 ?    ## Add these new keywords supported since 5.005
11      (AUTHOR     => "Sean O'Rourke <seano\@cpan.org>",
12       ABSTRACT => 'Simple Emacs-Perl InterAction: ugly, yet effective.')
13      : ())
16 print <<EOS;
17 *** Remember, to actually use this package in a useful way, you
18 *** probably need to move the Emacs Lisp files somewhere.  Where will
19 *** depend on your installation.
20 EOS