ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/src/BuildSystem/BuildClass.pm
(Generate patch)

Comparing COMP/SCRAM/src/BuildSystem/BuildClass.pm (file contents):
Revision 1.1 by williamc, Sat Oct 14 17:29:59 2000 UTC vs.
Revision 1.2 by williamc, Tue Oct 17 13:05:55 2000 UTC

# Line 51 | Line 51 | sub paramupdate {
51          my $self=shift;
52          my $hashref=shift;
53  
54 <        foreach $key ( %$hashref ) {
54 >        foreach $key ( keys %$hashref ) {
55             $self->{vars}{$key}=$$hashref{$key};
56          }
57   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines