~ubuntu-branches/ubuntu/trusty/libgeo-metar-perl/trusty

« back to all changes in this revision

Viewing changes to Makefile.PL

  • Committer: Bazaar Package Importer
  • Author(s): Martín Ferrari
  • Date: 2008-06-13 02:42:42 UTC
  • mfrom: (0.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20080613024242-2be2lbxarhx8sglx
Tags: 1.15-1
* New upstream release, new upstream maintainer.
* debian/docs: removed HACKING.
* debian/copyright: updated CP info, plus new format.
* debian/control: added myself to Uploaders, fixed case in short desc. Fix
  incorrect Build-Depends{,-Indep} distribution.
* debian/patches: finally merged all the patches from #304962 and #262397
  with the new upstream release! Also, sent the patches upstream as
  CPAN#36708. (Closes: #304962).

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
WriteMakefile(
4
4
        NAME            => 'Geo::METAR',
5
 
        DISTNAME        => 'METAR-1.14',
 
5
        DISTNAME        => 'METAR-1.15',
6
6
        VERSION_FROM    => 'METAR.pm',
7
 
        PREREQ_PM       => {},
 
7
        PREREQ_PM       => {},
8
8
);