use strict;
-use Readonly;
use Rose::DB::Object;
use List::MoreUtils qw(any);
return $class->meta->convention_manager->auto_manager_class_name($class);
}
-Readonly my %text_column_types => (text => 1, char => 1, varchar => 1);
+my %text_column_types = (text => 1, char => 1, varchar => 1);
sub assign_attributes {
my $self = shift;
package SL::DB::Shipto;
use strict;
-use Readonly;
use SL::DB::MetaSetup::Shipto;
-Readonly our @SHIPTO_VARIABLES => qw(shiptoname shiptostreet shiptozipcode shiptocity shiptocountry shiptocontact
- shiptophone shiptofax shiptoemail shiptodepartment_1 shiptodepartment_2);
+our @SHIPTO_VARIABLES = qw(shiptoname shiptostreet shiptozipcode shiptocity shiptocountry shiptocontact
+ shiptophone shiptofax shiptoemail shiptodepartment_1 shiptodepartment_2);
__PACKAGE__->meta->make_manager_class;
{ name => "FCGI", url => "http://search.cpan.org/~mstrout/" },
{ name => "List::MoreUtils", version => '0.21', url => "http://search.cpan.org/~vparseval/" },
{ name => "PDF::API2", version => '2.000', url => "http://search.cpan.org/~areibens/" },
- { name => "Readonly", url => "http://search.cpan.org/~roode/" },
{ name => "Rose::Object", url => "http://search.cpan.org/~jsiracusa/" },
{ name => "Rose::DB", url => "http://search.cpan.org/~jsiracusa/" },
{ name => "Rose::DB::Object", url => "http://search.cpan.org/~jsiracusa/" },
use Carp;
use List::MoreUtils qw(any none);
-use Readonly;
use SL::DBUtils;
use Rose::Object::MakeMethods::Generic
scalar => [ qw(type id number save dbh dbh_provided business_id) ],
);
-Readonly my @SUPPORTED_TYPES => qw(invoice credit_note customer vendor sales_delivery_order purchase_delivery_order sales_order purchase_order sales_quotation request_quotation);
+my @SUPPORTED_TYPES = qw(invoice credit_note customer vendor sales_delivery_order purchase_delivery_order sales_order purchase_order sales_quotation request_quotation);
sub new {
my $class = shift;
@item
PDF::API2
@item
-Readonly (benötigt) und Readonly::XS (optional)
-@item
Rose::Object
@item
Rose::DB
* PDF::API2
- * Readonly (benötigt) und Readonly::XS (optional)
-
* Rose::Object
* Rose::DB
libdatetime-perl libdbi-perl libdbd-pg-perl libpg-perl
libemail-address-perl libio-stringy-perl liblist-moreutils-perl
libpdf-api2-perl libtemplate-perl libtext-csv-xs-perl
-libtext-iconv-perl liburi-perl libxml-writer-perl libyaml-perl
-librose-object-perl librose-db-perl librose-db-object-perl
-libreadonly-xs-perl'
+libtext-iconv-perl liburi-perl libxml-writer-perl libyaml-perl'
Für Fedora Core benötigen Sie diese Pakete:
<li>Email::Address
<li>List::MoreUtils
<li>PDF::API2
-<li>Readonly (benötigt) und Readonly::XS (optional)
<li>Rose::Object
<li>Rose::DB
<li>Rose::DB::Object