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

Comparing COMP/SCRAM/src/BuildSetup.pm (file contents):
Revision 1.1 by williamc, Mon Mar 1 10:37:53 1999 UTC vs.
Revision 1.2 by williamc, Mon Mar 1 11:01:42 1999 UTC

# Line 1 | Line 1
1 #!/usr/local/bin/perl5 -I/afs/cern.ch/user/w/williamc/public/ConfigMan/toolbox/objects/schema1
2 #
3 # Wrapper around the perl objects for system calling
4 #
5
1   package BuildSetup;
2 + require 5.001;
3   require Exporter;
4   @ISA=qw(Exporter);
5   @EXPORT=qw(BuildSetup);
6   use Interface;
7   use BuildFile;
8 < use AddDir;
8 > use Utilities::AddDir;
9  
10   sub BuildSetup {
11   my $THISDIR=shift;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines