~ubuntu-branches/ubuntu/jaunty/libcalendar-simple-perl/jaunty

« back to all changes in this revision

Viewing changes to Makefile.PL

  • Committer: Bazaar Package Importer
  • Author(s): gregor herrmann
  • Date: 2008-04-20 20:08:51 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080420200851-o391rsoismwqta5b
Tags: 1.20-1
* New upstream release.
* debian/copyright: adjust copyright notice.
* Refresh debian/rules, no functional changes; don't install almost empty
  README anymore.
* debian/control:
  - add libtest-pod-coverage-perl to Build-Depends-Indep
  - move libmodule-build-perl to Build-Depends
  - add /me to Uploaders

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
                         ],
11
11
          'VERSION_FROM' => 'lib/Calendar/Simple.pm',
12
12
          'PREREQ_PM' => {
13
 
                           'Test::More' => 0
 
13
                           'Test::More' => 0,
 
14
                           'Time::Local' => 0,
 
15
                           'Config' => 0,
 
16
                           'Carp' => 0
14
17
                         }
15
18
        )
16
19
;