package Util::Ftool; ############################################################################## # # DESCRIPTION: This sub-class adds FTOOLS environment initialization # # HISTORY # HISTORY: $Log: Ftool.pm,v $ # HISTORY: Revision 1.4 2014/02/27 07:01:06 apsop # HISTORY: VERSION header now shows CVS Revision # HISTORY: # HISTORY: Revision 1.3 2007/01/31 15:36:47 apsop # HISTORY: Make Ftools an alias for HEAdas. # HISTORY: # HISTORY: Revision 1.2 2006/08/01 20:35:34 apsop # HISTORY: Add in CVS history indicator. # HISTORY: # HISTORY: 1.0 -> 1.1 2001-03-05 # HISTORY: Modified the way the PATH and LD_LIBRARY_PATH environment variables # HISTORY: are set to make the more robust. # HISTORY: # HISTORY: 1.1 -> 2.0 2002-04-18 # HISTORY: Made this a subclass of ParfileTool to better handle FTOOLS # HISTORY: and HEAdas, not to mention PseudoFtools. # HISTORY: # HISTORY: 2.0 -> 2.1 2004-02-11 # HISTORY: The environment method now returns a reference to a hash # HISTORY: # HISTORY: 2.1 -> 2.2 2004-10-01 # HISTORY: Now set the TCLRL_LIBDIR environment variable # # VERSION: $Revision: 1.4 $ # ############################################################################## use Util::HEAdas; @ISA=("Util::HEAdas"); use strict; ## my $INSTALL_DIR; ## my @BINS=(); ## my @LIBS=(); ## my $SYSPFILES; ## my %ENVIRONMENT=(); ## my $VERSION; 1;