Revision history for File-Edit-Portable

0.08    2015-09-30
        - fixed logic bugs in Makefile.PL, breaking tests on Win32

0.07    2015-09-27
        - new interal _open() method for r/w opens
        - read() can now return a handle in scalar context, which will have
          the native platform's recsep installed
        - new internal _handle() method
        - new public platform_recsep() method, returns the OSs recsep in string form 

0.06    2015-09-26
        - fixed a couple of bugs in write() if params aren't sent in
        - cleaned up POD, SYNOPSIS was wrong

0.05    2015-09-26
        - write() now accepts 'recsep' parameter, uses this instead of the one
          found by read()

0.04    2015-09-26
        - renamed pread(), pwrite() to read(), write()
        - requires perl v5.10 due to \R

0.02    2015-09-26
        - POD
        - added recsep(), returns string of hex eor 

0.01    2015-09-25
        - pread(), pwrite() completed
        - all tests pass