perlbug -d non-interactive (with patch)
authorTed Ashton <ashted@southern.edu>
Wed, 6 Aug 1997 22:14:59 +0000 (10:14 +1200)
committerTim Bunce <Tim.Bunce@ig.co.uk>
Thu, 4 Sep 1997 12:00:00 +0000 (00:00 +1200)
commit3eccf6d0e7f74349d397cf28f511c9dfc1b064ba
tree676c0a6364ed9ce28d31141d202c475fde393f24
parentdc53cb16caf275be0324ed5c064205ac962ecbf3
perlbug -d non-interactive (with patch)

Greetings,
  When I am writing to module authors about their modules, I sometimes want to
include the output of perlbug -d at the end of my message.  I tried (in vi)
!!perlbug -d, but perlbug complained about being non-interactive.  I checked
the source and found a simple fix.  I split the check for opt_d off from the
!-t STDOUT and moved it above the if(!-t STDIN).

p5p-msgid: 199708071418.KAA15711@ns.southern.edu
utils/perlbug.PL