2008-09-13 16:07:01 by Havard Eidnes | Files touched by this commit (2) | |
Log message:
Update from version 0.06 to 0.1002, discussed in general terms with maintainer.
Pkgsrc changes:
o Add new dependency
o Change to Module::Build method
Upstream changes:
0.1002 Mon Feb 11 19:47:46 EST 2008
- testfix: 0.1001 accidentally left many array tests commented out
0.1001 Sat Feb 9 13:07:05 EST 2008
- testfix: work around odd Test::Builder errors on perl 5.6.2 dying in
the middle of a "push"
0.10 Fri Feb 8 08:42:53 EST 2008
- File::Spec 3.2501 broke File::chdir on Win32; updated prerequisite to
latest File::Spec (3.27) and rewrote internals of File::chdir
- Split array deletion tests to separate file to skip on Perl < 5.006
- Added Build.PL and other files (e.g. INSTALL, LICENSE) to the tarball
- Minor documentation changes/additions
0.0901
- removed unnecessary prototypes on internal functions (perl critic)
- cosmetic changes to distribution package (README, extra tests in xt)
0.09 Mon Jul 30 09:50:28 EDT 2007
- Updated Makefile.PL to warn about API change in 0.08
- Added $! diagnostic to error messages
0.08 Thu Jun 21 20:56:50 EDT 2007
* Croaks if the chdir fails when changing $CWD or @CWD
* Deleting from end of @CWD acts like a pop
- Revised and expanded @CWD tests
- Revised delete error message for deleting from middle of @CWD
- Added DIAGNOSTICS section to documentation
0.07 Mon Jun 18 18:38:00 EDT 2007
- Fixed testfile bug that prepended "/" in tests on Cygwin
0.06_01 Mon Apr 9 05:17:02 EDT 2007
- Development release by David Golden
* Fixed bug that prepended "/" to $CWD for Win32
* $CWD changed to use native path separators
* Tests fixed on Win32 by always using native separators as well
* Upped File::Spec and Cwd dependencies to require many recent bug-fixes
- Added note about comparing $CWD to File::Spec generated names
- Other minor documentation patches from Schwern
|
2008-06-20 03:09:45 by Joerg Sonnenberger | Files touched by this commit (993) |
Log message:
Add DESTDIR support.
|
2007-10-25 18:59:59 by Johnny C. Lam | Files touched by this commit (980) |
Log message:
Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
|
2005-12-05 21:51:20 by Roland Illig | Files touched by this commit (1432) |
Log message:
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
|
2005-10-22 18:47:39 by Bill Sommerfeld | Files touched by this commit (4) | |
Log message:
Import p5-File-chdir 0.06, required for newer versions of svk
File::chdir, Perl module with a more sensible way to change directories
|