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

Comparing COMP/SCRAM/src/BuildSystem/Tool.pm (file contents):
Revision 1.1.2.5 by williamc, Thu Apr 20 11:32:26 2000 UTC vs.
Revision 1.1.2.6 by williamc, Tue Apr 25 14:33:59 2000 UTC

# Line 28 | Line 28
28   # reset()           : Clean out all the features
29  
30   package BuildSystem::Tool;
31 + use Utilities::Verbose;
32   require 5.004;
33 + @ISA=qw(Utilities::Verbose);
34  
35   sub new {
36          my $class=shift;
# Line 178 | Line 180 | sub store {
180          my $location=shift;
181  
182          my $fh=FileHandle->new();
183 +        $self->verbose("opening $location for output");
184          $fh->open(">".$location) or die "Unable to open $location for output".
185                                  $!."\n";
186          print $fh "name:".$self->name().":_sys\n";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines