File: all.src

package info (click to toggle)
wml 2.0.11ds2-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,024 kB
  • ctags: 48
  • sloc: perl: 4,757; sh: 3,663; makefile: 1,087
file content (45 lines) | stat: -rw-r--r-- 764 bytes parent folder | download | duplicates (6)
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
##
##  wml::mod:all - All of Modularity (MOD) category 
##  Copyright (c) 1999-2001 Denis Barbier, All Rights Reserved. 
##

#use wml::mod::MakeMaker
#use wml::mod::version

##EOF##
__END__

=head1 NAME

wml::mod:all - All of Modularity (MOD) category 

=head1 SYNOPSIS

 #use wml::mod::all

=head1 DESCRIPTION

This includes all existing include files of the B<Modularity> (MOD) category,
i.e. all includes with prefix B<wml::mod>.  The following files currently
exist:

  wml::mod::MakeMaker(3) ... Write Makefiles for modules
  wml::mod::version(3) ..... Checks running WML version number

=head1 AUTHOR

 Denis Barbier
 barbier@engelschall.com

=head1 REQUIRES

 Internal: P1
 External: --

=head1 SEEALSO

wml::mod::MakeMaker(3),
wml::mod::version(3).

=cut