Ignore:
Timestamp:
2015-12-10T12:19:20+13:00 (8 years ago)
Author:
jmt12
Message:

Continuing to refactor driver code to move shared code up to parent classes. Have all the basic drivers done...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/tdb/trunk/perllib/DBDrivers/GDBMTXTGZ.pm

    r30344 r30347  
    7777# other
    7878#
    79 # All this function does now is turn the optional 'append' argument into the
    80 # appropriate operator for either appending to or clobbering gzip file.
     79# Now only responsible for transforming the optional append argument into the
     80# correct redirection operand (either > for clobber or >> for append)
    8181#
    8282sub open_infodb_write_handle
     
    9898## open_infodb_write_handle(string) => filehandle ##
    9999
    100 
    101100## @function set_infodb_entry(string, string, hashmap)
    102101#
Note: See TracChangeset for help on using the changeset viewer.