home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-2 / Inter.Net 55-2.iso / Mandrake / mdkinst / usr / bin / perl-install / class_discard.pm < prev    next >
Encoding:
Perl POD Document  |  2000-01-12  |  84 b   |  8 lines

  1. package class_discard;
  2.  
  3. sub new { bless {}, "class_discard" }
  4.  
  5. sub AUTOLOAD { }
  6.  
  7. 1;
  8.