Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision ea65e003

Von Moritz Bunkus vor fast 14 Jahren hinzugefügt

  • ID ea65e0036959b7f85967ffad360ead8aa5fe6702
  • Vorgänger cad439ef
  • Nachfolger d099ba10

Rückstände aus Umbenennung von SL/DB/Helpers nach SL/DB/Helper gefixt

Unterschiede anzeigen:

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

  
SL/DB/Manager/BackgroundJob.pm
2 2

  
3 3
use strict;
4 4

  
5
use SL::DB::Helpers::Manager;
6
use base qw(SL::DB::Helpers::Manager);
5
use SL::DB::Helper::Manager;
6
use base qw(SL::DB::Helper::Manager);
7 7

  
8 8
sub object_class { 'SL::DB::BackgroundJob' }
9 9

  
SL/Helper/Flash.pm
45 45

  
46 46
=head1 NAME
47 47

  
48
SL::Helpers::Flash - helper functions for storing messages to be
48
SL::Helper::Flash - helper functions for storing messages to be
49 49
displayed to the user
50 50

  
51 51
=head1 SYNOPSIS

Auch abrufbar als: Unified diff