# | Line 72 | Line 72 | sub libtype | |
---|---|---|
72 | return $self->{content}->{LIBTYPE}; | |
73 | } | |
74 | ||
75 | + | sub skipped |
76 | + | { |
77 | + | my $self=shift; |
78 | + | # Indicate that the current package should not be considered during a build: |
79 | + | return $self->{content}->{SKIPPED}; |
80 | + | } |
81 | + | |
82 | sub flags | |
83 | { | |
84 | my $self=shift; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |