~ubuntu-branches/ubuntu/raring/libfile-chmod-perl/raring

« back to all changes in this revision

Viewing changes to Makefile.PL

  • Committer: Bazaar Package Importer
  • Author(s): gregor herrmann
  • Date: 2008-09-26 21:43:39 UTC
  • Revision ID: james.westby@ubuntu.com-20080926214339-3t392r2adnd1ppn9
Tags: upstream-0.32
ImportĀ upstreamĀ versionĀ 0.32

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'      => 'File::chmod',
 
6
    'VERSION_FROM' => 'chmod.pm', # finds $VERSION
 
7
);