NAME
Debug::Flags - set PL_debug flags at runtime
SYNOPSIS
use strict;
use Debug::Flags;
Debug::Flags::set_flags(0x2);
.. do something
DESCRIPTION
This module turns on the -D flags described in perlrun in runtime, if you have a debugging perl.
AUTHORS
Chia-liang Kao <clkao@clkao.org>
COPYRIGHT
Copyright 2006 by Chia-liang Kao and others.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.