NAME
Dist::Zilla::Plugin::Babble - EXPERIMENTAL Automatic Babble substitution in Dist::Zilla
VERSION
version 0.004
SYNOPSIS
[Babble]
#or
[Babble]
for_version = 5.010 # don't translate defined-or or state
#or
[Babble]
plugin = ::CoreSignatures # only signature transformation
DESCRIPTION
Are you in need of Damian's Mad Science™? Are you lacking Matt's Voodoo? Do you want to mix all of the complexities of dzil's transformations with that stack? Then you're in the right place.
This module translates various modern Perl langauge features into their older equivalents using Babble. It is highly experimental, and comes with no warranties whatsoever.
By default it transforms code to be able to compile on perl 5.008
.
AUTHOR
Leon Timmermans <leont@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2018 by Leon Timmermans.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.