home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 2004 July / APC0407D2.iso / workshop / apache / files / ActivePerl-5.6.1.638-MSWin32-x86.msi / _fd553e73b5dc3aa9678bb1a7f1f16df6 < prev    next >
Encoding:
Text File  |  2004-04-13  |  1.3 KB  |  32 lines

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