Blame Changes

Packit 0c15a2
Changes for File-chdir
Packit 0c15a2
Packit 0c15a2
0.1011    2016-10-07 10:23:15-04:00 America/New_York
Packit 0c15a2
Packit 0c15a2
    [Documentation]
Packit 0c15a2
Packit 0c15a2
    - Fixed POD typos
Packit 0c15a2
Packit 0c15a2
0.1010    2015-02-05 10:04:27-05:00 America/New_York
Packit 0c15a2
Packit 0c15a2
    [Changed]
Packit 0c15a2
Packit 0c15a2
    - Updated distribution metadata and repo layout
Packit 0c15a2
Packit 0c15a2
    - Changed bugtracker to github
Packit 0c15a2
Packit 0c15a2
0.1009    2014-09-23 12:24:11-04:00 America/New_York
Packit 0c15a2
Packit 0c15a2
    [Changed]
Packit 0c15a2
Packit 0c15a2
    - Updated distribution metadata
Packit 0c15a2
Packit 0c15a2
0.1008    2012-12-02 22:32:37 America/New_York
Packit 0c15a2
Packit 0c15a2
    - Fixed broken use of abs_path on Cygwin [Joel Berger]
Packit 0c15a2
Packit 0c15a2
0.1007    2012-09-17 20:29:43 America/New_York
Packit 0c15a2
Packit 0c15a2
    - Fixed broken Pod link; reordered CAVEATS section
Packit 0c15a2
Packit 0c15a2
0.1006    2011-11-02 18:11:13 America/New_York
Packit 0c15a2
Packit 0c15a2
    - Handle directories with newlines [rt.cpan.org #72114]
Packit 0c15a2
Packit 0c15a2
0.1005    2011-11-02 14:21:27 America/New_York
Packit 0c15a2
Packit 0c15a2
    - Fixed rt.cpan.org #53064 [Michael Schwern]
Packit 0c15a2
Packit 0c15a2
    - Removes bundled Test::More
Packit 0c15a2
Packit 0c15a2
    - Converted distribution builder to Dist::Zilla
Packit 0c15a2
Packit 0c15a2
0.1004 Wed Jun  9 14:14:54 EDT 2010
Packit 0c15a2
Packit 0c15a2
    - Build.Pl and Makefile.PL will bail out on Perl 5.13.1, which
Packit 0c15a2
      accidentally broke File::chdir
Packit 0c15a2
Packit 0c15a2
0.1003 Tue Apr 27 21:21:32 EDT 2010
Packit 0c15a2
Packit 0c15a2
    - testfix: remove -T flag in tests
Packit 0c15a2
Packit 0c15a2
0.1002 Mon Feb 11 19:47:46 EST 2008
Packit 0c15a2
Packit 0c15a2
    - testfix: 0.1001 accidentally left many array tests commented out
Packit 0c15a2
Packit 0c15a2
0.1001 Sat Feb  9 13:07:05 EST 2008
Packit 0c15a2
Packit 0c15a2
    - testfix: work around odd Test::Builder errors on perl 5.6.2 dying in
Packit 0c15a2
      the middle of a "push"
Packit 0c15a2
Packit 0c15a2
0.10 Fri Feb  8 08:42:53 EST 2008
Packit 0c15a2
    - File::Spec 3.2501 broke File::chdir on Win32; updated prerequisite to
Packit 0c15a2
      latest File::Spec (3.27) and rewrote internals of File::chdir
Packit 0c15a2
    - Split array deletion tests to separate file to skip on Perl < 5.006
Packit 0c15a2
    - Added Build.PL and other files (e.g. INSTALL, LICENSE) to the tarball
Packit 0c15a2
    - Minor documentation changes/additions
Packit 0c15a2
Packit 0c15a2
0.0901
Packit 0c15a2
    - removed unnecessary prototypes on internal functions (perl critic)
Packit 0c15a2
    - cosmetic changes to distribution package (README, extra tests in xt)
Packit 0c15a2
Packit 0c15a2
0.09 Mon Jul 30 09:50:28 EDT 2007
Packit 0c15a2
    - Updated Makefile.PL to warn about API change in 0.08
Packit 0c15a2
    - Added $! diagnostic to error messages
Packit 0c15a2
Packit 0c15a2
0.08 Thu Jun 21 20:56:50 EDT 2007
Packit 0c15a2
    * Croaks if the chdir fails when changing $CWD or @CWD
Packit 0c15a2
    * Deleting from end of @CWD acts like a pop
Packit 0c15a2
    - Revised and expanded @CWD tests
Packit 0c15a2
    - Revised delete error message for deleting from middle of @CWD
Packit 0c15a2
    - Added DIAGNOSTICS section to documentation
Packit 0c15a2
Packit 0c15a2
0.07 Mon Jun 18 18:38:00 EDT 2007
Packit 0c15a2
    - Fixed testfile bug that prepended "/" in tests on Cygwin
Packit 0c15a2
Packit 0c15a2
0.06_01 Mon Apr  9 05:17:02 EDT 2007
Packit 0c15a2
    - Development release by David Golden
Packit 0c15a2
    * Fixed bug that prepended "/" to $CWD for Win32
Packit 0c15a2
    * $CWD changed to use native path separators
Packit 0c15a2
    * Tests fixed on Win32 by always using native separators as well
Packit 0c15a2
    * Upped File::Spec and Cwd dependencies to require many recent bug-fixes
Packit 0c15a2
    - Added note about comparing $CWD to File::Spec generated names
Packit 0c15a2
    - Other minor documentation patches from Schwern
Packit 0c15a2
Packit 0c15a2
0.06  Thu Aug 14 17:02:32 PDT 2003
Packit 0c15a2
    * Now working under taint mode (thanks Mark Guckeyson)
Packit 0c15a2
    - Small nit in the SYNOPSIS
Packit 0c15a2
    * Removed dependency on File::Spec 0.8 and File::Spec::Functions
Packit 0c15a2
    - Added a LICENSE
Packit 0c15a2
    - Added NOTES about %CWD.
Packit 0c15a2
Packit 0c15a2
0.05  Mon Nov 26 15:44:20 EST 2001
Packit 0c15a2
    * Added @CWD
Packit 0c15a2
    - $CWD's value now guaranteed to be correct even if some other code
Packit 0c15a2
      calls chdir().
Packit 0c15a2
Packit 0c15a2
0.04  Mon Nov 26 13:36:24 EST 2001  *UNRELEASED*
Packit 0c15a2
    * The magic chdir() is *gone*
Packit 0c15a2
    * Now works back to 5.004
Packit 0c15a2
Packit 0c15a2
0.03  Mon Sep  3 20:10:15 EDT 2001
Packit 0c15a2
    * chdir() is being deprecated and will be removed next version!
Packit 0c15a2
    - Gave credit to Abigail and Bryan
Packit 0c15a2
Packit 0c15a2
0.02  Mon Sep  3 19:51:02 EDT 2001
Packit 0c15a2
    * Added $CWD
Packit 0c15a2
    - chdir() with no args works
Packit 0c15a2
Packit 0c15a2
0.01  Fri Aug 31 21:15:25 EDT 2001
Packit 0c15a2
    * HA!  It works!
Packit 0c15a2