pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/p5-File-Slurp



Module name:    wip
Committed by:   thomasklausner
Date:           Fri Jun 24 17:19:30 UTC 2005

Modified Files:
        wip/p5-File-Slurp: Makefile distinfo

Log Message:
Update to 9999.09:

9999.08  Sat Apr 16 01:01:27 EDT 2005
        - read_dir returns an array ref in scalar context
        - read_dir keeps . and .. if keep_dot_dot option is set.
          Thanks to John Alden
        - slurp() is an optional exported alias to read_file
          Thanks to Damian Conway

9999.09  Tue Apr 19 01:21:55 EDT 2005
        - t/original.t and read_dir.t no longer search for tempdirs. they just
          use the current dir which should be in the build directory
        - t/readdir.t renamed to read_dir.t for consistancy
        - write_file return values are docuemented
          Thanks to Adam Kennedy
        - added no_clobber option to write_file and t/no_clobber.t test for it
        - fixed bug when appending a null string to a file which then
          truncates it. seems to be an odd way for linux and OS X to
          handle O_APPEND mode on sysopen. they don't seek to the end of
          the file so it gets truncated. fixed by adding a seek to the
          end if in append mode.n
          Thanks to Chris Dolan


To generate a diff of this commit:
cvs -z3 rdiff -u -r1.1.1.1 -r1.2 wip/p5-File-Slurp/Makefile \
    wip/p5-File-Slurp/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs



Home | Main Index | Thread Index | Old Index