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