~ubuntu-branches/ubuntu/lucid/pdl/lucid

« back to all changes in this revision

Viewing changes to Basic/Gen/Inline/Makefile.PL

  • Committer: Bazaar Package Importer
  • Author(s): Ben Gertzfield
  • Date: 2002-04-08 18:47:16 UTC
  • Revision ID: james.westby@ubuntu.com-20020408184716-0hf64dc96kin3htp
Tags: upstream-2.3.2
ImportĀ upstreamĀ versionĀ 2.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
use strict;
 
2
use ExtUtils::MakeMaker;
 
3
WriteMakefile(
 
4
              NAME => 'Inline::Pdlpp',
 
5
              VERSION_FROM => 'Pdlpp.pm',
 
6
              PREREQ_PM => {'Inline' => 0.43},
 
7
);