NAME
Filter::PPI::Transform - Tiny adapter module from PPI::Transform to source filter
SYNOPSIS
use Filter::PPI::Transform 'PPI::Transform::UpdateCopyright', name => 'Yasutaka ATARSHI';
# source filter by PPI::Transform::UpdateCopyright is enabled here
DESCRIPTION
Source filter has unlimited power to enhance Perl. PPI enables us to modify Perl document easily and it provides PPI::Transform interface for document transformation. This module is a tiny adapter from PPI::Transform to source filter.
OPTION
The first option MUST be a name of subclass of PPI::Transform
. Rest of the options are passed to the transform class new
.
SEE ALSO
https://github.com/yak1ex/Filter-PPI-Transform - Github repository
Filter::PPI - Another PPI based source filtering. PPI::Document is used.
AUTHOR
Yasutaka ATARASHI <yakex@cpan.org>
LICENSE
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.