ToolSet::SWC - Sample toolset with strict, warnings and Carp


ToolSet documentation  | view source Contained in the ToolSet distribution.

Index


NAME

Top

ToolSet::SWC - Sample toolset with strict, warnings and Carp

VERSION

Top

This documentation describes version 1.00.

SYNOPSIS

Top

     use ToolSet::SWC;

     # strict is on
     # warnings are on
     # Carp defaults are imported

     carp "We know how to carp";

     $name = "Igor";     # this will fail strict when compiling

DESCRIPTION

Top

ToolSet:SWC is a simple example of a ToolSet that enables strict and warnings and also imports all the basic Carp functions. See ToolSet for more details.

SEE ALSO

Top

BUGS

Top

Please report any bugs or feature using the CPAN Request Tracker. Bugs can be submitted through the web interface at http://rt.cpan.org/Dist/Display.html?Queue=ToolSet

When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.

AUTHOR

Top

David A. Golden (DAGOLDEN)

COPYRIGHT AND LICENSE

Top


ToolSet documentation  | view source Contained in the ToolSet distribution.