Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision dc04e2cb

Von Moritz Bunkus vor mehr als 13 Jahren hinzugefügt

  • ID dc04e2cb4bd0d16a34e590ae442775230b3ed28c
  • Vorgänger 6618641e
  • Nachfolger 1afeb79d

Alle Vorkommen von "Readonly" entfernt

Unterschiede anzeigen:

SL/DB/Object.pm
2 2

  
3 3
use strict;
4 4

  
5
use Readonly;
6 5
use Rose::DB::Object;
7 6
use List::MoreUtils qw(any);
8 7

  
......
41 40
  return $class->meta->convention_manager->auto_manager_class_name($class);
42 41
}
43 42

  
44
Readonly my %text_column_types => (text => 1, char => 1, varchar => 1);
43
my %text_column_types = (text => 1, char => 1, varchar => 1);
45 44

  
46 45
sub assign_attributes {
47 46
  my $self       = shift;
SL/DB/Shipto.pm
1 1
package SL::DB::Shipto;
2 2

  
3 3
use strict;
4
use Readonly;
5 4

  
6 5
use SL::DB::MetaSetup::Shipto;
7 6

  
8
Readonly our @SHIPTO_VARIABLES => qw(shiptoname shiptostreet shiptozipcode shiptocity shiptocountry shiptocontact
9
                                     shiptophone shiptofax shiptoemail shiptodepartment_1 shiptodepartment_2);
7
our @SHIPTO_VARIABLES = qw(shiptoname shiptostreet shiptozipcode shiptocity shiptocountry shiptocontact
8
                           shiptophone shiptofax shiptoemail shiptodepartment_1 shiptodepartment_2);
10 9

  
11 10
__PACKAGE__->meta->make_manager_class;
12 11

  
SL/InstallationCheck.pm
20 20
  { name => "FCGI",                                url => "http://search.cpan.org/~mstrout/" },
21 21
  { name => "List::MoreUtils", version => '0.21',  url => "http://search.cpan.org/~vparseval/" },
22 22
  { name => "PDF::API2",       version => '2.000', url => "http://search.cpan.org/~areibens/" },
23
  { name => "Readonly",                            url => "http://search.cpan.org/~roode/" },
24 23
  { name => "Rose::Object",                        url => "http://search.cpan.org/~jsiracusa/" },
25 24
  { name => "Rose::DB",                            url => "http://search.cpan.org/~jsiracusa/" },
26 25
  { name => "Rose::DB::Object",                    url => "http://search.cpan.org/~jsiracusa/" },
SL/TransNumber.pm
6 6

  
7 7
use Carp;
8 8
use List::MoreUtils qw(any none);
9
use Readonly;
10 9
use SL::DBUtils;
11 10

  
12 11
use Rose::Object::MakeMethods::Generic
......
14 13
 scalar => [ qw(type id number save dbh dbh_provided business_id) ],
15 14
);
16 15

  
17
Readonly my @SUPPORTED_TYPES => qw(invoice credit_note customer vendor sales_delivery_order purchase_delivery_order sales_order purchase_order sales_quotation request_quotation);
16
my @SUPPORTED_TYPES = qw(invoice credit_note customer vendor sales_delivery_order purchase_delivery_order sales_order purchase_order sales_quotation request_quotation);
18 17

  
19 18
sub new {
20 19
  my $class = shift;
doc/INSTALL.texi
80 80
@item
81 81
PDF::API2
82 82
@item
83
Readonly (benötigt) und Readonly::XS (optional)
84
@item
85 83
Rose::Object
86 84
@item
87 85
Rose::DB
doc/INSTALL.txt
72 72

  
73 73
   * PDF::API2
74 74

  
75
   * Readonly (benötigt) und Readonly::XS (optional)
76

  
77 75
   * Rose::Object
78 76

  
79 77
   * Rose::DB
......
114 112
libdatetime-perl libdbi-perl libdbd-pg-perl libpg-perl
115 113
libemail-address-perl libio-stringy-perl liblist-moreutils-perl
116 114
libpdf-api2-perl libtemplate-perl libtext-csv-xs-perl
117
libtext-iconv-perl liburi-perl libxml-writer-perl libyaml-perl
118
librose-object-perl librose-db-perl librose-db-object-perl
119
libreadonly-xs-perl'
115
libtext-iconv-perl liburi-perl libxml-writer-perl libyaml-perl'
120 116

  
121 117
   Für Fedora Core benötigen Sie diese Pakete:
122 118

  
doc/INSTALL/Ben_00c3_00b6tigte-Software-und-Pakete.html
48 48
<li>Email::Address
49 49
<li>List::MoreUtils
50 50
<li>PDF::API2
51
<li>Readonly (benötigt) und Readonly::XS (optional)
52 51
<li>Rose::Object
53 52
<li>Rose::DB
54 53
<li>Rose::DB::Object

Auch abrufbar als: Unified diff