~ubuntu-branches/ubuntu/quantal/libclass-accessor-grouped-perl/quantal

« back to all changes in this revision

Viewing changes to inc/Module/Install.pm

  • Committer: Package Import Robot
  • Author(s): gregor herrmann
  • Date: 2011-12-27 23:40:16 UTC
  • mfrom: (1.1.12)
  • Revision ID: package-import@ubuntu.com-20111227234016-30xyr31tnvd9sa9g
Tags: 0.10005-1
* New upstream release.
* Bump version of libclass-xsaccessor-perl in B-D-I and Recommends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
        # This is not enforced yet, but will be some time in the next few
32
32
        # releases once we can make sure it won't clash with custom
33
33
        # Module::Install extensions.
34
 
        $VERSION = '1.04';
 
34
        $VERSION = '1.03';
35
35
 
36
36
        # Storage for the pseudo-singleton
37
37
        $MAIN    = undef;
451
451
}
452
452
 
453
453
sub _cmp ($$) {
454
 
        _version($_[1]) <=> _version($_[2]);
 
454
        _version($_[0]) <=> _version($_[1]);
455
455
}
456
456
 
457
457
# Cloned from Params::Util::_CLASS