Skip Menu |

This queue is for tickets about the Term-Twiddle CPAN distribution.

Report information
The Basics
Id: 69530
Status: resolved
Worked: 10 min
Priority: 0/
Queue: Term-Twiddle

People
Owner: scott [...] mailblock.net
Requestors: teljanin [...] neckbeards.us
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in:
  • 2.51
  • 2.60
  • 2.61
  • 2.70
  • 2.71
Fixed in: (no value)



Subject: Would be nice if there was a destructor that called ->stop()
Given that Term::Twiddle is implemented as an object, it would be nice if there was a destructor that called the stop() method. You could even make it optional / set with a parameter, if you wanted to preserve the existing interface. If my twiddle object goes out of scope (or if I purposely destroy it), I would expect the output to stop. It does not.
Term::Twiddle 2.72 fixes this.