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

NAME

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

VERSION

version 1.01

SYNOPSIS

     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

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

AUTHOR

David Golden <dagolden@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2014 by David Golden.

This is free software, licensed under:

  The Apache License, Version 2.0, January 2004