home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / perl5 / Debconf / Element / Web / Progress.pm < prev    next >
Encoding:
Perl POD Document  |  2006-07-24  |  209 b   |  23 lines

  1. #!/usr/bin/perl -w
  2. # This file was preprocessed, do not edit!
  3.  
  4.  
  5. package Debconf::Element::Web::Progress;
  6. use strict;
  7. use base qw(Debconf::Element);
  8.  
  9.  
  10. sub start {
  11. }
  12.  
  13. sub set {
  14. }
  15.  
  16. sub info {
  17. }
  18.  
  19. sub stop {
  20. }
  21.  
  22. 1;
  23.