~ubuntu-branches/ubuntu/edgy/liblingua-ispell-perl/edgy

« back to all changes in this revision

Viewing changes to Makefile.PL

  • Committer: Bazaar Package Importer
  • Author(s): Jason Henry Parker
  • Date: 2001-04-06 15:24:57 UTC
  • Revision ID: james.westby@ubuntu.com-20010406152457-cbkupdo12b1mk4fu
Tags: upstream-0.07
ImportĀ upstreamĀ versionĀ 0.07

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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'      => 'Lingua::Ispell',
 
6
    'VERSION_FROM' => 'lib/Lingua/Ispell.pm', # finds $VERSION
 
7
);