File: fix-pod

package info (click to toggle)
libopengl-image-perl 1.03-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 260 kB
  • sloc: perl: 1,555; makefile: 7
file content (214 lines) | stat: -rw-r--r-- 5,500 bytes parent folder | download | duplicates (3)
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
Description: Fix pod files
 Re-arranged data. No semantic modif were done.
Author: dod
--- a/Image.pod
+++ b/Image.pod
@@ -1,24 +1,18 @@
 =head1 NAME
 
-  OpenGL::Image - v1.03 copyright 2007 Graphcomp - ALL RIGHTS RESERVED
-  Author: Bob "grafman" Free - grafman@graphcomp.com
-  Contributor: Geoff Broadwell
-
-  This program is free software; you can redistribute it and/or
-  modify it under the same terms as Perl itself.
-
+OpenGL::Image - OpenGL wrapper to load images
 
 =head1 DESCRIPTION
 
-  This module is an extensible wrapper to abstract imaging interfaces
+This module is an extensible wrapper to abstract imaging interfaces
 
-  By default, this module uses the OpenGL::Image::Targa module; support for
-  other imaging libraries may be added by providing plug-in modules
-  in the OpenGL/Image folder.
-
-  An OpenGL::Image::Magick module is also provided for use with
-  PerlMagick.  For best performance, ImageMagick 6.3.5 or newer should
-  be installed.
+By default, this module uses the OpenGL::Image::Targa module; support for
+other imaging libraries may be added by providing plug-in modules
+in the OpenGL/Image folder.
+
+An OpenGL::Image::Magick module is also provided for use with
+PerlMagick.  For best performance, ImageMagick 6.3.5 or newer should
+be installed.
 
 
 =head1 SYNOPSIS
@@ -174,4 +168,21 @@
   # Get image blob.
   my $blob = $img->GetBlob();
 
+=head1 VERSION
+
+v1.03
+
+=head1 AUTHOR
+
+Author: Bob "grafman" Free - grafman@graphcomp.com
+
+Contributor: Geoff Broadwell
+
+=head1 COPYRIGHT AND LICENSE
+
+copyright 2007 Graphcomp - ALL RIGHTS RESERVED
+
+This program is free software; you can redistribute it and/or
+modify it under the same terms as Perl itself.
+
 =cut
--- a/Image/Common.pm
+++ b/Image/Common.pm
@@ -23,17 +23,12 @@
 
 =head1 NAME
 
-  OpenGL::Image::Common - copyright 2007 Graphcomp - ALL RIGHTS RESERVED
-  Author: Bob "grafman" Free - grafman@graphcomp.com
-
-  This program is free software; you can redistribute it and/or
-  modify it under the same terms as Perl itself.
-
+OpenGL::Image::Common - class for OpenGL imaging engines
 
 =head1 DESCRIPTION
 
-  This module provides a base class for OpenGL imaging engines.
-  Requires the OpenGL module.
+This module provides a base class for OpenGL imaging engines.
+Requires the OpenGL module.
 
 
 =head1 SYNOPSIS
@@ -143,6 +138,21 @@
   # Get image blob.
   my $blob = $img->GetBlob();
 
+=head1 VERSION
+
+v1.03
+
+=head1 AUTHOR
+
+Author: Bob "grafman" Free - grafman@graphcomp.com
+
+=head1 COPYRIGHT AND LICENSE
+
+copyright 2007 Graphcomp - ALL RIGHTS RESERVED
+
+This program is free software; you can redistribute it and/or
+modify it under the same terms as Perl itself.
+
 =cut
 
 
--- a/Image/Magick.pm
+++ b/Image/Magick.pm
@@ -29,24 +29,19 @@
 
 =head1 NAME
 
-  OpenGL::Image::Magick - copyright 2007 Graphcomp - ALL RIGHTS RESERVED
-  Author: Bob "grafman" Free - grafman@graphcomp.com
-
-  This program is free software; you can redistribute it and/or
-  modify it under the same terms as Perl itself.
-
+OpenGL::Image::Magick - load images with Image::Magick in OpenGL
 
 =head1 DESCRIPTION
 
-  This is a driver module for use with the OpenGL module.
-  While it may be called directly, it will more often be called
-  by the OpenGL::Image abstraction module.
+This is a driver module for use with the OpenGL module.
+While it may be called directly, it will more often be called
+by the OpenGL::Image abstraction module.
 
-  Note: OpenGL::Image defaults to this module.
+Note: OpenGL::Image defaults to this module.
 
-  This is a subclass of the OpenGL::Image::Common module.
+This is a subclass of the OpenGL::Image::Common module.
 
-  Requires the Image::Magick module; 6.3.5 or newer is recommended.
+Requires the Image::Magick module; 6.3.5 or newer is recommended.
 
 
 =head1 SYNOPSIS
@@ -142,6 +137,23 @@
   # Get image blob.
   my $blob = $img->GetBlob();
 
+=head1 VERSION
+
+v1.03
+
+=head1 AUTHOR
+
+Author: Bob "grafman" Free - grafman@graphcomp.com
+
+=head1 COPYRIGHT AND LICENSE
+
+copyright 2007 Graphcomp - ALL RIGHTS RESERVED
+
+This program is free software; you can redistribute it and/or
+modify it under the same terms as Perl itself.
+
+
+
 =cut
 
 eval 'use Image::Magick';
--- a/Image/Targa.pm
+++ b/Image/Targa.pm
@@ -30,20 +30,15 @@
 
 =head1 NAME
 
-  OpenGL::Image::Targa - copyright 2007 Graphcomp - ALL RIGHTS RESERVED
-  Author: Bob "grafman" Free - grafman@graphcomp.com
-
-  This program is free software; you can redistribute it and/or
-  modify it under the same terms as Perl itself.
-
+OpenGL::Image::Targa -load images with Targa in OpenGL
 
 =head1 DESCRIPTION
 
-  This is a driver module for use with the OpenGL module.
-  While it may be called directly, it will more often be called
-  by the OpenGL::Image abstraction module.
+This is a driver module for use with the OpenGL module.
+While it may be called directly, it will more often be called
+by the OpenGL::Image abstraction module.
 
-  This is a subclass of the OpenGL::Image::Common module.
+This is a subclass of the OpenGL::Image::Common module.
 
 
 =head1 SYNOPSIS
@@ -133,6 +128,21 @@
   # Get image blob.
   my $blob = $img->GetBlob();
 
+=head1 VERSION
+
+v1.03
+
+=head1 AUTHOR
+
+Author: Bob "grafman" Free - grafman@graphcomp.com
+
+=head1 COPYRIGHT AND LICENSE
+
+copyright 2007 Graphcomp - ALL RIGHTS RESERVED
+
+This program is free software; you can redistribute it and/or
+modify it under the same terms as Perl itself.
+
 =cut