[Bioperl-guts-l] bioperl-live/Bio/Root Utilities.pm,1.39,1.40
Steve Chervitz
sac at dev.open-bio.org
Sun Feb 25 06:03:57 EST 2007
Update of /home/repository/bioperl/bioperl-live/Bio/Root
In directory dev.open-bio.org:/tmp/cvs-serv14021/Bio/Root
Modified Files:
Utilities.pm
Log Message:
Major cleanup:
* Removed dependency on Bio::Root::Global and Object (now gone).
* Removed dependency on POSIX (now uses Bio::Root::IO for temp filenames).
* Added find_exe() to avoid hard-coding paths to executables.
* Fixed bug in date_format().
* Updated pod.
Index: Utilities.pm
===================================================================
RCS file: /home/repository/bioperl/bioperl-live/Bio/Root/Utilities.pm,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -d -r1.39 -r1.40
*** Utilities.pm 15 Feb 2007 21:35:10 -0000 1.39
--- Utilities.pm 25 Feb 2007 11:03:55 -0000 1.40
***************
*** 1,74 ****
- #-----------------------------------------------------------------------------
- # PACKAGE : Bio::Root::Utilities.pm
- # PURPOSE : Provides general-purpose utilities of potential interest to any Perl script.
- # AUTHOR : Steve Chervitz (sac at bioperl.org)
- # CREATED : Feb 1996
- # REVISION: $Id$
- # STATUS : Alpha
- #
- # This module manages file compression and uncompression using gzip or
- # the UNIX compress programs (see the compress() and uncompress() methods).
[...1224 lines suppressed...]
- (Note the word 'less'; it still relies on ls).
-
- 5 Jul 1998, sac:
- * compress() & uncompress() will write files to a temporary location
- if the first attempt to compress/uncompress fails.
- This allows users to access compressed files in directories in which they
- lack write permission.
--- 1328,1336 ----
}
1;
+ __END__
More information about the Bioperl-guts-l
mailing list