| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 
 | ---
version: 0.38
date:    Mon Apr  9 10:52:44 JST 2007
changes:
- Add generic encoding, instead of just utf8.
---
version: 0.37
date:    Fri Apr  6 18:04:27 JST 2007
changes:
- make catdir work with current dir in addition to other args.
- make catfile work with current dir in addition to other args.
- Add support for import flags like -strict and -utf8
---
version: 0.36
date:    Mon Oct 16 14:48:58 PDT 2006
- Applied the patch from 
  http://rt.cpan.org/Public/Bug/Display.html?id=20053:
  Made sure Carp is required and the sub Carp::carp is predeclared in
  IO/All.pm.
---
version: 0.35
date:    
Tue May  9 08:25:37 PDT 2006 changes:
- Remove dependency on XXX.pm *groan*
---
version: 0.34
date:    Mon May  8 01:03:12 PDT 2006
changes:
- Remove dependency on Spiffy.pm
- Apply patches and fix bugs from rt
- rt tickets - 11552 12048 14184 12966 13879 17105 7448 11463 7410 7337 7527
  18465
---
version: 0.33
date:    Fri Dec 17 02:33:41 PST 2004
changes:
- Fixed some nagging problems with the tests
---
version: 0.32
date:    Wed Dec 15 12:19:44 PST 2004
changes:
- io('path/to/symlink') would return a file object if the link was to a file. (Dave Rolsky)
- $link->readlink incorrectly returned a new IO::All::Link object, no matter what the link pointed to. (Dave Rolsky)
- io($io_all_object) would not return an object of the same type as the object give to io(), it would always return a plain IO::All object. (Dave Rolsky)
- add head and tail methods
---
version: 0.31
date:    Sun Aug  8 22:49:46 PDT 2004
changes:
- added readdir
- let exists work on non-existant filename
---
version: 0.31
date:    Sat Jul 24 20:19:10 PDT 2004
changes:
- absolute, relative, pathname
- chdir
- stat on unopened file/dir
---
version: 0.30
date:    Mon Jul 19 11:23:15 PDT 2004
changes:
- Split module into several classes
- Pluggable framework
- file->all
- ->touch
- ->empty
---
version: 0.22
date:    Tue Jun  1 11:20:17 PDT 2004
changes:
- Make tests pass on MSWin32 :P
- Added exists method
---
version: 0.21
date:    Sat May 29 12:45:00 PDT 2004
changes:
- Fixed buglets in sockets
- Added Cookbook example for Tiny Web Server
---
version: 0.20
date:    Thu May 27 01:46:04 PDT 2004
changes:
- Rewrote documentation
- Refactored construction
- File::Spec support
- File::Path support
- lots of new methods
---
version: 0.20
date:    Mon May 24 17:02:24 PDT 2004
changes:
- DBM support
- MLDBM support
- chomp support
- Fixed forking server zombie issues
- Replaced flags with methods (-tie -fork -lock, etc)
- Added chainable options: assert, chomp, deep, rdonly, rdwr, sort
- Fixed problems with perl-5.6.1 and Solaris
---
version: 0.18
date:    Sun May 16 17:40:37 PDT 2004
changes:
- Get the shift out
- Support DBM files as has overload
- Add ->scalar() method
- close orphaned socket on fork after accept
- seek now opens file for read/write
- polish subtle behaviour
- added stat functions
---
version: 0.17
date:    Fri May  7 01:14:36 PDT 2004
changes:
- File to File copy use File::Copy for speed
---
version: 0.16
date:    Mon Mar 22 23:35:32 PST 2004
changes:
- Added tests for some subtleties
- Added check_nmake to Makefile.PL
---
version: 0.15
date:    Mon Mar 15 09:50:46 PST 2004
changes:
- Got things working on MSWin32
- turned off lock.t on solaris and cygwin for now
---
version: 0.14
date:    Mon Mar 15 00:19:21 PST 2004
changes:
- Added multiple dispatch overloading
- Added Tie::File support
---
version: 0.13
date:    Fri Mar 12 00:02:10 PST 2004
changes:
- Accidentally left debugging code in module.
---
version: 0.12
date:    Tue Mar  2 21:50:05 PST 2004
changes:
- Require IO::String
---
version: 0.11
date:    Tue Mar  2 09:21:39 PST 2004
changes:
- Depend on newer Spiffy
---
version: 0.10
date:    Sat Feb  7 00:55:42 PST 2004
changes:
- Initial release.
 |