Embedix-ECD

 view release on metacpan or  search on metacpan

ECD.pm  view on Meta::CPAN

            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.348 second using v1.01-cache-2.11-cpan-3b35f9de6a3 )