https://bugzilla.redhat.com/show_bug.cgi?id=1150113

Petr Šabata <psab...@redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|fedora-review?              |fedora-review+



--- Comment #3 from Petr Šabata <psab...@redhat.com> ---
They're visible if there's something else than whitespace before them, so the
following would also work:

  use Cwd::Guard qw/cwd_guard/;
  use Cwd;

  my $dir = getcwd;
  MYBLOCK: {
    my $guard = cwd_guard('/tmp/xxxxx') or die
      "failed chdir: $Cwd::Guard::Error"; # chdir to /tmp/xxxxx
  } # back to $dir


Up to you :)
There were no other issues, so I'll approve this now.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to