The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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

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.