The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

See - Debug See

SYNOPSIS

  $ set PERL_DEBUG_SEE=1
  
  use See;
  if (see foo($bar)) {
  }
  
  no See;
  if (see foo($bar)) {
  }
  
  $ set PERL_DEBUG_SEE=

INSTALLATION BY MAKE

To install this software by make, type the following:

   perl Makefile.PL
   make
   make test
   make install

INSTALLATION WITHOUT MAKE (for DOS-like system)

To install this software without make, type the following:

   pmake.bat test
   pmake.bat install

DEPENDENCIES

  This mb.pm modulino requires perl5.00503 or later to use. Also requires 'strict'
  module. It requires the 'warnings' module, too if perl 5.6 or later.

AUTHOR

INABA Hitoshi <ina@cpan.org>

This project was originated by INABA Hitoshi.

LICENSE AND COPYRIGHT

This software is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See the LICENSE file for details.

This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.