blob: 03df96489e681ebeb37cace12ec5c1d3a5279557 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
When coding it is common to come up against problems that need to be addressed
but that are not a big deal at the moment. What generally happens is that the
coder adds comments like:
# FIXME - what about windows that are bigger than the screen?
# FIXME - add checking of user priviledges here.
Test::Fixme allows you to add a test file that ensures that none of these get
forgotten in the module.
|