Acme-PPIx-MetaSyntactic
view release on metacpan or search on metacpan
bin/perl-metasyntactic view on Meta::CPAN
document => \$in,
theme => $ENV{PERL_METASYNTACTIC_THEME} || "haddock",
);
print $out->document;
__END__
=pod
=encoding utf-8
=head1 NAME
perl-metasyntactic - rename functions and variables in a Perl document
=head1 USAGE
perl-metasyntactic <input.pl >output.pl
=head1 DESCRIPTION
lib/Acme/PPIx/MetaSyntactic.pm view on Meta::CPAN
}
}
}
1;
__END__
=pod
=encoding utf-8
=head1 NAME
Acme::PPIx::MetaSyntactic - rename functions and variables in a PPI::Document using Acme::MetaSyntactic
=head1 SYNOPSIS
my $acme = "Acme::PPIx::MetaSyntactic"->new(document => \<<'END');
use v5.010;
use constant PLACE => "World";
t/01basic.t view on Meta::CPAN
=pod
=encoding utf-8
=head1 PURPOSE
Test that Acme::PPIx::MetaSyntactic compiles.
=head1 AUTHOR
Toby Inkster E<lt>tobyink@cpan.orgE<gt>.
=head1 COPYRIGHT AND LICENCE
t/02relabel.t view on Meta::CPAN
=pod
=encoding utf-8
=head1 PURPOSE
Test that Acme::PPIx::MetaSyntactic works.
=head1 AUTHOR
Toby Inkster E<lt>tobyink@cpan.orgE<gt>.
=head1 COPYRIGHT AND LICENCE
( run in 0.407 second using v1.01-cache-2.11-cpan-fd5d4e115d8 )