1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
|
##
## wml::sys:all - All of System (SYS) category
## Copyright (c) 1997-2001 Ralf S. Engelschall, All Rights Reserved.
## Copyright (c) 1999-2001 Denis Barbier
##
#use wml::sys::bootp3
#use wml::sys::bootp4
#use wml::sys::compat1
##EOF##
__END__
=head1 NAME
wml::sys:all - All of System (SYS) category
=head1 SYNOPSIS
#use wml::std::all
=head1 DESCRIPTION
This includes all existing include files of the B<System> (SYS) category,
i.e. all includes with prefix B<wml::sys>. The following files currently
exist:
wml::sys::bootp3(3) ... WML Bootstrap Code for pass 3 (ePerl)
wml::sys::bootp4(3) ... WML Bootstrap Code for pass 4 (gm4)
wml::sys::compat1(3) ... Compatibility for WML version 1.x
=head1 AUTHORS
Ralf S. Engelschall
rse@engelschall.com
www.engelschall.com
Denis Barbier
barbier@engelschall.com
=head1 REQUIRES
Internal: P1
External: --
=head1 SEEALSO
wml::sys::bootp3(3),
wml::sys::bootp4(3),
wml::sys::compat1(3).
=cut
|