adding some debugging facility
commit97cba97b97695e8dc2162a6154b82fb794c530e4
authorJérôme Quelin <jquelin@gmail.com>
Mon, 19 Jan 2009 17:54:44 +0000 (19 18:54 +0100)
committerJérôme Quelin <jquelin@gmail.com>
Mon, 19 Jan 2009 17:54:44 +0000 (19 18:54 +0100)
tree9f668ecdee69da50aeafa130303b49eda7658fd7
parent8d3d49b65b6593d4209cc6bc3e5ebb653418b1e4
adding some debugging facility

debugging a curses program is a mess since stdout & stderr are often
garbled. therefore, we redirect all error messages to a plain file
opened in append mode
lib/App/CPAN2Pkg/Curses.pm