home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 May / Chip_2000-05_cd1.bin / zkuste / Perl / ActivePerl-5.6.0.613.msi / 䆊䌷䈹䈙䏵-䞅䞆䞀㡆䞃䄦䠥 / _5910a72736ef804d4cb34fe8ef8c3717 < prev    next >
Text File  |  2000-03-15  |  1KB  |  32 lines

  1. #
  2. # XML::PPMConfig
  3. #
  4. # Definition of the PPMConfig file format; configuration options for the Perl
  5. # Package Manager.
  6. #
  7. ###############################################################################
  8.  
  9. $XML::RepositorySummary::revision = '$Id: RepositorySummary.pm,v 1.1.1.1 2000/01/26 17:39:19 graham Exp $';
  10. $XML::RepositorySummary::VERSION  = '0.01';
  11.  
  12. ###############################################################################
  13. # Import everything from XML::PPD into our own namespace.
  14. ###############################################################################
  15. package XML::RepositorySummary;
  16. use XML::PPD ':elements';
  17.  
  18. ###############################################################################
  19. # RepositorySummary Element: Characters
  20. ###############################################################################
  21. package XML::RepositorySummary::Characters;
  22. @ISA = qw( XML::Element );
  23.  
  24. ###############################################################################
  25. # RepositorySummary Element: REPOSITORYSUMMARY
  26. ###############################################################################
  27. package XML::RepositorySummary::REPOSITORYSUMMARY;
  28. @ISA = qw( XML::ValidatingElement );
  29. @okids  = qw( SOFTPKG );
  30.  
  31. __END__
  32.