~ubuntu-branches/ubuntu/trusty/libcommon-sense-perl/trusty

« back to all changes in this revision

Viewing changes to Makefile.PL

  • Committer: Bazaar Package Importer
  • Author(s): gregor herrmann
  • Date: 2010-04-16 21:25:27 UTC
  • mfrom: (1.2.1 upstream) (5.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20100416212527-fy753ozrpg9rz42j
Tags: 3.2-1
* New upstream release.
* Remove patch spelling.patch, applied upstream.
* Add /me to Uploaders.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
                    COMPRESS    => 'gzip -9v',
7
7
                    SUFFIX      => '.gz',
8
8
                   },
9
 
    NAME => "common::sense",
10
 
    VERSION_FROM => "sense.pm",
 
9
    NAME        => "common::sense",
 
10
    VERSION_FROM => "sense.pm.PL",
 
11
    PM          => { "sense.pm" => '$(INST_LIB)/common/sense.pm' },
 
12
    clean       => { FILES => "sense.pm" },
11
13
);
12
14