Code-Style-Kit
view release on metacpan or search on metacpan
lib/Code/Style/Kit/Parts.pod view on Meta::CPAN
# PODNAME: Code::Style::Kit::Parts
# ABSTRACT: parts included in the distribution
__END__
=pod
=encoding UTF-8
=head1 NAME
Code::Style::Kit::Parts - parts included in the distribution
=head1 VERSION
version 1.0.3
=head1 DESCRIPTION
The C<Code::Style::Kit> distribution includes some parts that may be
useful in building your own kits.
I<NOTE>: this distribution does I<not> depend on the modules needed by
any of these parts (you may not want to use any of them), so you'll
need to explicitly depend on them in your own distributions.
=head1 PARTS
=head2 C<Common>
imports C<strict>, fatal C<warnings>, L<< C<Try::Tiny> >>, L<< C<Carp>
>>, L<< C<true> >>, L<< C<namespace::autoclean> >>, L<< C<Log::Any> >>
=head2 C<Perl516>
enables all the features of perl version 5.16 (but not C<switch>)
=head2 C<Perl526>
enables all the features of perl version 5.26, including subroutine
signatures (but not C<switch>)
=head2 C<Moo>
defines the C<class> and C<role> features, using L<< C<Moo> >>
=head2 C<Moose>
defines the C<class> and C<role> features, using L<< C<Moose> >>
=head2 C<Mojo>
defines the C<class> and C<role> features, using L<< C<Mojo::Base> >>
=head2 C<Types>
imports L<< C<Type::Params> >> and L<< C<Types::Standard> >>
=head2 C<Autobox>
imports L<< C<autobox::Core> >>, L<< C<autobox::Camelize> >>, L<<
C<autobox::Transform> >>
=head2 C<Test>
defines the C<test> feature, which imports L<< C<Test::More> >>, L<<
C<Test::Deep> >>, L<< C<Test::Fatal> >>, L<< C<Test::Warnings> >>,
adds F<t/lib> to C<@INC>, and sets up L<< C<Log::Any::Adapter::TAP>
>>.
=head2 C<Test2>
defines the C<test> feature, which imports L<< C<Test2::V0> >>, adds
F<t/lib> to C<@INC>, and sets up L<< C<Log::Any::Adapter::TAP> >>.
=head1 AUTHOR
Gianni Ceccarelli <gianni.ceccarelli@broadbean.com>
=head1 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.
=cut
( run in 0.729 second using v1.01-cache-2.11-cpan-39bf76dae61 )