~ubuntu-branches/ubuntu/intrepid/libmodule-install-perl/intrepid

« back to all changes in this revision

Viewing changes to lib/Module/Install/Win32.pm

  • Committer: Bazaar Package Importer
  • Author(s): gregor herrmann
  • Date: 2007-11-01 13:03:38 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20071101130338-tebmbqwymmfhi6uh
Tags: 0.68-1
* New upstream release.
* debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
  field (source stanza); Homepage field (source stanza). Removed: XS-
  Vcs-Svn fields.
* debian/rules:
  - Don't ignore errors from $(MAKE) distclean.
  - Move tests to build target.
  - Don't ignore errors of tests.
  - Call dh_clean before $(MAKE) distclean.
  - Remove unused dh_* calls.
* Remove /usr/share/man/man3/Module::Install::Admin::Manifest.3pm.gz which
  is a stub.
* Add libmodule-corelist-perl to Build-Depends-Indep.
* Add upstream URL and update copyright years/holders and license in
  debian/copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
use vars qw{$VERSION $ISCORE @ISA};
7
7
BEGIN {
8
 
        $VERSION = '0.67';
 
8
        $VERSION = '0.68';
9
9
        $ISCORE  = 1;
10
10
        @ISA     = qw{Module::Install::Base};
11
11
}