Argv
view release on metacpan or search on metacpan
- Removed CORE:: from exec functions: unnecessarily
constrictive for users.
- Bugfix: enhanced redirection code was not working right
for ->qx (reported by Andrew Maguire).
- Renamed the ->dump method to ->objdump to avoid name
conflicts. I doubt anyone ever used this explicitly
(if I'm wrong, sorry!).
1.16 Tue Oct 24 14:40:00 EDT 2006
- Accepted patches contributed by Kenneth Olving implementing
the new ->pipe method and surrounding support code for Win32:
- Ensure cloning code also 'clones' the pipe callback
- Added code in Makefile.PL to tell user about optional modules
useful for the ->pipe method on Win32.
- Updated docs and fixed some typos.
1.17 Fri Oct 27 10:29:33 EDT 2006
- Minor documentation tweaks.
1.18 Fri Oct 27 10:39:50 EDT 2006
- Fixed a minor POD typo.
1.19 Wed Dec 27 11:25:31 EST 2006
- No change - dealing with CPAN versioning mistake.
1.20 Tue Apr 24 08:55:06 EDT 2007
- Unreleased.
- Minor bugfix from Kenneth Olving for ->pipe method on Win32.
- Fix POD formatting bug.
1.21 Thu Jul 26 07:12:03 EDT 2007
- A little more POD work.
1.22 Thu Aug 2 16:02:34 EDT 2007
- Feature: "Inherit class attributes from subclass class attributes"
added to support new work in ClearCase::Argv.
1.23 Fri Sep 5 10:21:25 BST 2008
- Fix for ClearCase::Argv in fork mode: let double-quotes pass through
in unix (revert part of change in 1.09)
1.24 Sat Feb 21 19:54:58 EST 2009
- Fixed an uninitialized-value warning.
1.25 Sat Jan 9 22:01:29 GMTST 2010
- Fix contributed by Ken Ölwing to a regression introduced in 1.23 for the
Windows case: double-quotes must be quoted.
- Minimal support for Cygwin.
1.26 Mon Mar 8 06:11:24 GMTST 2010
- Protection against undef errors in command.
- Escape backslashes under cygwin
- Fix contributed by Stephen Rauch: handling same name as opt and arg
1.27 Sun Jun 5 08:26:02 EDT 2011
- Fix contributed by Stephen Rauch: some verbosity was going to
stdout instead of stderr where it should.
- remove defined(%Argv::Summary): deprecated in Perl 5.12
- silenced a spurious(?) 5.12 redefinition warning around exec.
1.28 Sat Jan 26 18:15:48 CET 2013
- Restored Argv::Summary functionality, disabled by the previous fix.
Fixes contributed by Marc Girod.
( run in 1.717 second using v1.01-cache-2.11-cpan-e1769b4cff6 )