Skip Menu |

This queue is for tickets about the ClearCase-Argv CPAN distribution.

Report information
The Basics
Id: 63734
Status: open
Priority: 0/
Queue: ClearCase-Argv

People
Owner: Nobody in particular
Requestors: dirk.heinrichs.ext [...] nsn.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in:
  • 1.47
  • 1.48
  • 1.49
Fixed in: 1.50



Subject: Setting a view put an empty line on stderr
Hi, when I set or start a view using a ClearCase::Argv instance, there's always an empty line printed to stderr. my $view = "some_view_tag"; my $ct = ClearCase::Argv->new({ipc=>3,autofail=>1,dbglevel=>0}); $ct->setview($view)->qx; print ("The End\n"); exit (0); If "->stderr(0)" is added to the setview call, this empty line disappears (because it's redirected to /dev/null). Happens with different versions of perl on different operating systems (Perl 5.10.x on Linux and Perl 5.8.6 on HP-UX). Bye... Dirk
On Wed Dec 08 05:30:40 2010, dheinric wrote: Show quoted text
> when I set or start a view using a ClearCase::Argv instance, there's > always an empty line printed to stderr.
Fixed in 1.50 Marc