~ubuntu-branches/ubuntu/maverick/ciphersaber/maverick

« back to all changes in this revision

Viewing changes to Makefile.PL

  • Committer: Bazaar Package Importer
  • Author(s): Jerome Marant
  • Date: 2002-03-27 07:23:42 UTC
  • Revision ID: james.westby@ubuntu.com-20020327072342-zcvplihmsszct2ok
Tags: upstream-0.60
ImportĀ upstreamĀ versionĀ 0.60

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'      => 'Crypt::CipherSaber',
 
6
    'VERSION_FROM' => 'lib/Crypt/CipherSaber.pm', # finds $VERSION
 
7
);