debian man page for ppix::editortools::renamepackage

Query: ppix::editortools::renamepackage

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

PPIx::EditorTools::RenamePackage(3pm)			User Contributed Perl Documentation		     PPIx::EditorTools::RenamePackage(3pm)

NAME
PPIx::EditorTools::RenamePackage - Change the package name
SYNOPSIS
my $munged = PPIx::EditorTools::RenamePackage->new->rename( code => "package TestPackage; use strict; BEGIN { $^W = 1; } 1; ", replacement => 'NewPackage' ); my $new_code_as_string = $munged->code; my $package_ppi_element = $munged->element;
DESCRIPTION
This module uses PPI to change the package name of code.
METHODS
new() Constructor. Generally shouldn't be called with any arguments. rename( ppi => PPI::Document $ppi, replacement => Str ) =item rename( code => Str $code, replacement => Str ) Accepts either a "PPI::Document" to process or a string containing the code (which will be converted into a "PPI::Document") to process. Replaces the package name with that supplied in the "replacement" parameter and returns a "PPIx::EditorTools::ReturnObject" with the new code available via the "ppi" or "code" accessors, as a "PPI::Document" or "string", respectively. Croaks with a "package name not found" exception if unable to find the package name.
SEE ALSO
This class inherits from "PPIx::EditorTools". Also see App::EditorTools, Padre, and PPI. perl v5.14.2 2012-03-11 PPIx::EditorTools::RenamePackage(3pm)
Related Man Pages
ppix::regexp::token::interpolation(3) - centos
ppix::regexp::token::code(3) - centos
ppix::utilities::node(3) - centos
ppix::editortools::renamepackagefrompath(3pm) - debian
ppix::editortools::returnobject(3pm) - debian
Similar Topics in the Unix Linux Community
Renaming a file using wild characters
Sunfire x4600 M2 NIC replacement