Parent Directory
|
Revision Log
|
Patch
Revision 2625 | Revision 2626 | ||
---|---|---|---|
… | … | ||
629 | 629 | ||
630 | package Value::Formula; | 630 | package Value::Formula; |
631 | 631 | ||
632 | sub cmp_defaults { | 632 | sub cmp_defaults { |
633 | my $self = shift; | 633 | my $self = shift; |
634 | |||
634 | return ( | 635 | return ( |
635 | Value::Union::cmp_defaults($self,@_), | 636 | Value::Union::cmp_defaults($self,@_), |
636 | typeMatch => Value::Formula->new("(1,2]"), | 637 | typeMatch => Value::Formula->new("(1,2]"), |
637 | ) if $self->type eq 'Union'; | 638 | ) if $self->type eq 'Union'; |
638 | 639 |
|
aubreyja at gmail dot com | ViewVC Help |
Powered by ViewVC 1.0.9 |