Linux-APT

 view release on metacpan or  search on metacpan

lib/Linux/APT.pm  view on Meta::CPAN

Wallclock time it took to update.

=item size

Amount of received transferred during update.

=back

=cut

sub update
{
  my $self = shift;
  my $update = {};

  if (open(APT, "$self->{aptget} -q update 2>&1 |"))
  {
    while (my $line = <APT>)
    {
      chomp($line);
      print qq($line\n) if $self->{debug};

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 0.653 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )