Devel-FIXME
view release on metacpan or search on metacpan
lib/Devel/FIXME.pm view on Meta::CPAN
=head1 NAME
Devel::FIXME - Semi intelligent, pending issue reminder system.
=head1 SYNOPSIS
this($code)->isa("broken"); # FIXME this line has a bug
=head1 DESCRIPTION
Usually we're too busy to fix things like circular refs, edge cases and so
forth when we're spewing code into the editor. This is because concentration is
usually too valuable a resource to throw to waste over minor issues. But that
doesn't mean the issues don't exist. So usually we remind ourselves they do:
... # FIXME I hope someone finds this comment
and then search through the source tree for occurrances of I<FIXME> every now
and then, say with C<grep -ri fixme src/>.
( run in 0.571 second using v1.01-cache-2.11-cpan-87723dcf8b7 )