~ubuntu-branches/ubuntu/jaunty/libpoe-component-server-simplehttp-perl/jaunty

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Damyan Ivanov
  • Date: 2008-09-16 15:46:09 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080916154609-mntdwbjhbekx5zr6
Tags: 1.48-1
* New upstream release
* Don_t_die_because_of_unrelated_stuff_in_ERRNO.patch applied upstream
  - remove deian/patches, README.source, quilt

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#line 1
2
2
package Module::Install::Base;
3
3
 
4
 
$VERSION = '0.71';
 
4
$VERSION = '0.77';
5
5
 
6
6
# Suspend handler for "redefined" warnings
7
7
BEGIN {
45
45
    $_[0]->_top->{admin} or Module::Install::Base::FakeAdmin->new;
46
46
}
47
47
 
 
48
#line 101
 
49
 
48
50
sub is_admin {
49
51
    $_[0]->admin->VERSION;
50
52
}
67
69
 
68
70
1;
69
71
 
70
 
#line 138
 
72
#line 146