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

TITLE

interpolated - Find all interpolated regular expressions

SYNOPSIS

 interpolated
 interpolated lib
 interpolated -once

OPTIONS

-once

If this option is asserted, only interpolated regular expressions without the /o qualifier are found.

DETAILS

This script searches files or directories for interpolated regular expressions. These are considered to be matches or qr{ } expressions containing interpolations, or substitutions containing interpolations in their regular expressions. Interpolation in the replacement portion of the substitution are not considered.

The names of any files containing such regular expressions are listed, along with the statements themselves.

If -once is asserted, only regular expressions without the /o modifier are listed.

AUTHOR

Thomas R. Wyant, III wyant at cpan dot org

COPYRIGHT AND LICENSE

Copyright (C) 2010-2015 by Thomas R. Wyant, III

This program is free software; you can redistribute it and/or modify it under the same terms as Perl 5.10.0. For more details, see the full text of the licenses in the directory LICENSES.

This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 96:

You forgot a '=back' before '=head1'