Revision ea65e003
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
SL/DB/Helper/Mappings.pm | ||
---|---|---|
1 |
package SL::DB::Helpers::Mappings;
|
|
1 |
package SL::DB::Helper::Mappings; |
|
2 | 2 |
|
3 | 3 |
use utf8; |
4 | 4 |
use strict; |
... | ... | |
145 | 145 |
|
146 | 146 |
=head1 NAME |
147 | 147 |
|
148 |
SL::DB::Helpers::Mappings - Rose Table <-> Model mapping information
|
|
148 |
SL::DB::Helper::Mappings - Rose Table <-> Model mapping information |
|
149 | 149 |
|
150 | 150 |
=head1 SYNOPSIS |
151 | 151 |
|
152 |
use SL::DB::Helpers::Mappings qw(@blacklist %table2model);
|
|
152 |
use SL::DB::Helper::Mappings qw(@blacklist %table2model); |
|
153 | 153 |
|
154 | 154 |
=head1 DESCRIPTION |
155 | 155 |
|
Auch abrufbar als: Unified diff
Rückstände aus Umbenennung von SL/DB/Helpers nach SL/DB/Helper gefixt