NAME
Code::Style::Kit::Parts::Autobox - add autobox to your kit
VERSION
version 1.0.3
SYNOPSIS
package My::Kit;
use parent qw(Code::Style::Kit Code::Style::Kit::Parts::Autobox);
1;
Then:
package My::Module;
use My::Kit;
# you have autobox::Core, autobox::Camelize, autobox::Transform
DESCRIPTION
This part defines the feature autobox
, enabled by default, which imports autobox::Core
, autobox::Camelize
, autobox::Transform
.
AUTHOR
Gianni Ceccarelli <gianni.ceccarelli@broadbean.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2019 by BroadBean UK, a CareerBuilder Company.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.