~ubuntu-branches/ubuntu/vivid/horae/vivid

« back to all changes in this revision

Viewing changes to 0CPAN/Time-Stopwatch-1.00/Makefile.PL

  • Committer: Bazaar Package Importer
  • Author(s): Carlo Segre
  • Date: 2006-12-26 11:54:29 UTC
  • Revision ID: james.westby@ubuntu.com-20061226115429-kjuhf6h9w6bohlwj
Tags: upstream-063
ImportĀ upstreamĀ versionĀ 063

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'              => 'Time::Stopwatch',
 
6
    'VERSION_FROM'      => 'Stopwatch.pm',
 
7
    'PREREQ_PM'         => {},  # Time::HiRes is recommended
 
8
    ($] < 5.005 ? () :
 
9
       (ABSTRACT_FROM   => 'Stopwatch.pm',
 
10
        AUTHOR          => 'Ilmari Karonen <perl@itz.pp.sci.fi>')),
 
11
    'dist'              => {COMPRESS => 'gzip', SUFFIX => 'gz'}
 
12
);