~ubuntu-branches/ubuntu/karmic/libtext-chasen-perl/karmic

« back to all changes in this revision

Viewing changes to Makefile.PL

  • Committer: Bazaar Package Importer
  • Author(s): NOKUBI Takatsugu
  • Date: 2003-09-28 15:29:13 UTC
  • Revision ID: james.westby@ubuntu.com-20030928152913-2ctf2zassir81t2y
Tags: 1.04-3
Installed into Debian official archives, closes: #93074.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
WriteMakefile(
4
4
              'NAME' => 'Text::ChaSen',
5
5
              'VERSION_FROM' => 'ChaSen.pm',
 
6
              'LD' => 'g++',
6
7
              'LIBS' => ['-lchasen']
7
8
);