libmodule-load-conditional-perl missing dependency on libmodule-load-perl

Bug #301570 reported by Nicholas Clark
2
Affects Status Importance Assigned to Milestone
libmodule-load-conditional-perl (Ubuntu)
New
Undecided
Unassigned

Bug Description

Binary package hint: libmodule-load-conditional-perl

libmodule-load-conditional-perl is missing a dependency on libmodule-load-perl in Hardy Heron:

$ sudo apt-get install libmodule-load-conditional-perl
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
  libmodule-load-conditional-perl
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 13.9kB of archives.
After this operation, 90.1kB of additional disk space will be used.
Get:1 http://gb.archive.ubuntu.com hardy/universe libmodule-load-conditional-perl 0.16-1 [13.9kB]
Fetched 13.9kB in 0s (265kB/s)
Selecting previously deselected package libmodule-load-conditional-perl.
(Reading database ... 201609 files and directories currently installed.)
Unpacking libmodule-load-conditional-perl (from .../libmodule-load-conditional-perl_0.16-1_all.deb) ...
Setting up libmodule-load-conditional-perl (0.16-1) ...
$

$ perl -MModule::Load::Conditional=0.04 -e0
Can't locate Module/Load.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at /usr/share/perl5/Module/Load/Conditional.pm line 5.
BEGIN failed--compilation aborted at /usr/share/perl5/Module/Load/Conditional.pm line 5.
Compilation failed in require.
BEGIN failed--compilation aborted.
$

Install the missing package:

$ sudo apt-get install libmodule-load-perl
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
  libmodule-load-perl
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 8334B of archives.
After this operation, 77.8kB of additional disk space will be used.
Get:1 http://gb.archive.ubuntu.com hardy/universe libmodule-load-perl 0.10-2 [8334B]
Fetched 8334B in 0s (152kB/s)
Selecting previously deselected package libmodule-load-perl.
(Reading database ... 201617 files and directories currently installed.)
Unpacking libmodule-load-perl (from .../libmodule-load-perl_0.10-2_all.deb) ...
Setting up libmodule-load-perl (0.10-2) ...
$

and all is well:

$ perl -MModule::Load::Conditional=0.04 -e0
$

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.