Revision bf056a32
Von Bernd Bleßmann vor fast 4 Jahren hinzugefügt
SL/Controller/Helper/ThumbnailCreator.pm | ||
---|---|---|
102 | 102 |
} |
103 | 103 |
|
104 | 104 |
1; |
105 |
|
|
105 | 106 |
__END__ |
106 | 107 |
|
107 | 108 |
=pod |
... | ... | |
110 | 111 |
|
111 | 112 |
=head1 NAME |
112 | 113 |
|
113 |
SL::DB::Helper::ThumbnailCreator - DatabaseClass Helper for Fileuploads
|
|
114 |
SL::Controller::Helper::ThumbnailCreator - Helper for Fileuploads
|
|
114 | 115 |
|
115 | 116 |
=head1 SYNOPSIS |
116 | 117 |
|
117 |
use SL::DB::Helper::ThumbnailCreator; |
|
118 |
|
|
119 |
# synopsis... |
|
120 |
|
|
121 |
=head1 DESCRIPTION |
|
122 |
|
|
123 |
# longer description.. |
|
118 |
use SL::Controller::Helper::ThumbnailCreator; |
|
124 | 119 |
|
125 | 120 |
=head1 AUTHOR |
126 | 121 |
|
127 |
Werner Hahn E<lt>wh@futureworldsearch.netE<gt> |
|
128 |
|
|
129 |
=cut |
|
130 |
|
|
131 |
|
|
132 |
=head1 INTERFACE |
|
133 |
|
|
134 |
|
|
135 |
=head1 DEPENDENCIES |
|
136 |
|
|
137 |
|
|
138 |
=head1 SEE ALSO |
|
139 |
|
|
140 |
|
|
122 |
Werner Hahn E<lt>wh@futureworldsearch.netE<gt> |
Auch abrufbar als: Unified diff
S:C:H:ThumbnailCreator: POD: Modulname korrigiert und leere Abschnitte raus