Commit info for scoop/lib:
Modified Files:
Scoop.pm
Log Message:
Macro changes to the core files. -- hulver
Index: Scoop.pm
===================================================================
RCS file: /cvs/scoop/scoop/lib/Scoop.pm,v
retrieving revision 1.128
retrieving revision 1.129
diff -r1.128 -r1.129
143a144,146
> # Set $S->{UI}->{MACROS}
> $self->_set_macros();
>
198a202
> $self->_set_macros();
1008a1013,1017
> =item * $S->{UI}->{MACROS}
>
> Same for macros; we just put them in their own section to avoid crowding
> the blocks and vars areas.
>
1018a1028,1035
> }
>
> sub _set_macros {
> my $S = shift;
>
> my %macros = $S->get_macros();
> $S->{UI}->{MACROS} = \%macros;
>