Embedix-ECD
view release on metacpan or search on metacpan
choicelist => undef,
trideps => undef,
# a syntax of its own
requiresexpr => undef,
'if' => undef,
},
};
delete($opt{name});
@{$self->{attribute}}{keys %opt} = values %opt;
return bless($self => $class);
}
# constructor, object
#_______________________________________
sub newFromCons {
my $proto = shift;
my $cons = shift;
my $self = undef;
my $i;
( run in 0.520 second using v1.01-cache-2.11-cpan-65fba6d93b7 )