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 >
Wrap
Text File
|
2000-03-15
|
1KB
|
32 lines
#
# XML::PPMConfig
#
# Definition of the PPMConfig file format; configuration options for the Perl
# Package Manager.
#
###############################################################################
$XML::RepositorySummary::revision = '$Id: RepositorySummary.pm,v 1.1.1.1 2000/01/26 17:39:19 graham Exp $';
$XML::RepositorySummary::VERSION = '0.01';
###############################################################################
# Import everything from XML::PPD into our own namespace.
###############################################################################
package XML::RepositorySummary;
use XML::PPD ':elements';
###############################################################################
# RepositorySummary Element: Characters
###############################################################################
package XML::RepositorySummary::Characters;
@ISA = qw( XML::Element );
###############################################################################
# RepositorySummary Element: REPOSITORYSUMMARY
###############################################################################
package XML::RepositorySummary::REPOSITORYSUMMARY;
@ISA = qw( XML::ValidatingElement );
@okids = qw( SOFTPKG );
__END__