NAME
ToolSet::SWC - Sample toolset with strict, warnings and Carp
VERSION
version 1.03
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) 2017 by David Golden.
This is free software, licensed under:
The Apache License, Version 2.0, January 2004