debian man page for padre::ppi::updatecopyright

Query: padre::ppi::updatecopyright

OS: debian

Section: 3pm

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

Padre::PPI::UpdateCopyright(3pm)			User Contributed Perl Documentation			  Padre::PPI::UpdateCopyright(3pm)

NAME
Padre::PPI::UpdateCopyright - Demonstration transform
SYNOPSIS
my $transform = Padre::PPI::UpdateCopyright->new( name => 'Adam Kennedy' ); $transform->apply( Padre::Current->document );
DESCRIPTION
"Padre::PPI::UpdateCopyright" provides a demonstration of a typical Padre::Transform class. This class implements a document transform that will take the name of an author and update the copyright statement to refer to the current year, if it does not already do so.
METHODS
new my $transform = Padre::PPI::UpdateCopyright->new( name => 'Adam Kennedy' ); The "new" constructor creates a new transform object for a specific author. It takes a single "name" parameter that should be the name (or longer string) for the author. Specifying the name is required to allow the changing of a subset of copyright statements that refer to you from a larger set in a file. name The "name" accessor returns the author name that the transform will be searching for copyright statements of.
TO DO
May need to overload some methods to forcefully prevent Document objects becoming children of another Node.
SUPPORT
See the support section in the main module.
AUTHOR
Adam Kennedy <adamk@cpan.org>
COPYRIGHT
Copyright 2009-2010 The Padre development team as listed in Padre.pm. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The full text of the license can be found in the LICENSE file included with this module. perl v5.14.2 2012-06-27 Padre::PPI::UpdateCopyright(3pm)
Related Man Pages
ppi::transform::updatecopyright(3) - osx
padre::current(3pm) - debian
padre::document::perl::starter(3pm) - debian
padre::task::lexicalreplacevariable(3pm) - debian
padre::task::ppi(3pm) - debian
Similar Topics in the Unix Linux Community
sed script - transform 1st matching line only
How to log transform a text file?
transpose selected columns
STL transform question