~ubuntu-branches/ubuntu/intrepid/libdbix-searchbuilder-perl/intrepid

« back to all changes in this revision

Viewing changes to inc/Module/Install/AutoInstall.pm

  • Committer: Bazaar Package Importer
  • Author(s): Niko Tyni, gregor herrmann, Niko Tyni, Damyan Ivanov
  • Date: 2007-11-28 21:15:08 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20071128211508-qve47dc525badbze
Tags: 1.50-1
[ gregor herrmann ]
* debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
  field (source stanza); Homepage field (source stanza). Removed: XS-
  Vcs-Svn fields.

[ Niko Tyni ]
* New upstream release.
* Minor improvements and cleanups to debian/rules.
* Update debian/copyright and convert it into a machine-parseable format.
* Wrap overlong debian/control dependency lines.
* Remove obsolete build-dependency on libextutils-autoinstall-perl.
* Update debian/watch.

[ Damyan Ivanov ]
* Remove unused dh_installdirs and dh_installman calls

Show diffs side-by-side

added added

removed removed

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