~ubuntu-branches/ubuntu/maverick/libxml-atom-perl/maverick-updates

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Yu, Jonathan Yu, Brian Cassidy, gregor herrmann, Nathan Handler
  • Date: 2009-12-22 08:33:42 UTC
  • mfrom: (1.1.11 upstream) (3.1.8 sid)
  • Revision ID: james.westby@ubuntu.com-20091222083342-shz6is2z6e3odqs4
Tags: 0.36-1
[ Jonathan Yu ]
* New upstream release
* Add myself to Uploaders
* Rewrite control description

[ Brian Cassidy ]
* New upstream release

[ gregor herrmann ]
* debian/rules: remove workaround for Module::AutoInstall, not needed
  anymore. Set back debhelper dependency in debian/control.

[ Nathan Handler ]
* debian/watch: Update to ignore development releases.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
package Module::Install::Can;
3
3
 
4
4
use strict;
5
 
use Module::Install::Base;
6
 
use Config              ();
7
 
use File::Spec          ();
8
 
use ExtUtils::MakeMaker ();
 
5
use Config                ();
 
6
use File::Spec            ();
 
7
use ExtUtils::MakeMaker   ();
 
8
use Module::Install::Base ();
9
9
 
10
 
use vars qw{$VERSION $ISCORE @ISA};
 
10
use vars qw{$VERSION @ISA $ISCORE};
11
11
BEGIN {
12
 
        $VERSION = '0.85';
 
12
        $VERSION = '0.91';
 
13
        @ISA     = 'Module::Install::Base';
13
14
        $ISCORE  = 1;
14
 
        @ISA     = qw{Module::Install::Base};
15
15
}
16
16
 
17
17
# check if we can load some module