|
Revision 30855, 0.8 kB
(checked in by charsbar, 4 years ago)
|
|
Path-Extended: reorganized methods; added "recurse" and "new_foreign"; 0.07 -> CPAN
|
-
Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 | Revision history for Path-Extended |
|---|
| 2 | |
|---|
| 3 | 0.07 2009/03/05 |
|---|
| 4 | - reorganized some methods and added compatible "recurse" |
|---|
| 5 | and incompatible "new_foreign" methods. |
|---|
| 6 | |
|---|
| 7 | 0.06 2009/03/04 |
|---|
| 8 | - parent was broken |
|---|
| 9 | |
|---|
| 10 | 0.05 2009/03/04 |
|---|
| 11 | - removed trash |
|---|
| 12 | |
|---|
| 13 | 0.04 2009/03/04 |
|---|
| 14 | - logging part is replaced with a Log::Dump module. |
|---|
| 15 | - some pod fixes |
|---|
| 16 | - added "grep" method to ::File. |
|---|
| 17 | - added Path::Extended::Class for better compatibility |
|---|
| 18 | |
|---|
| 19 | 0.03 2008/10/27 |
|---|
| 20 | - now Path::Extended::Dir ignores only dot files/directories |
|---|
| 21 | under the target directory while looking for something. |
|---|
| 22 | (i.e. don't care if they are under .cpan directory) |
|---|
| 23 | |
|---|
| 24 | 0.02 2008/10/26 |
|---|
| 25 | - requires IO 1.27 to support "say" |
|---|
| 26 | - dir->seek isn't always zero |
|---|
| 27 | - loosened dir->find(_dir) tests which look like |
|---|
| 28 | a bit too strict |
|---|
| 29 | |
|---|
| 30 | 0.01 2008/10/23 |
|---|
| 31 | - initial release |
|---|