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

NAME

Goo::PerlCoder - Manipulate perl programs like a real coder. Pretend to be

SYNOPSIS

use Goo::PerlCoder;

DESCRIPTION

METHODS

new

construct a perl_coder object

save

save the updates to disk

rename_method

change the name of the method

get_code

return a string value

sort_package

sort the package to the program - this needs to be fixed

add_package

add a package to the program

delete_package

delete a package from the program

delete_method

remove a method from a program

clone_method

copy and paste a method

add_change_log

add a change log entry

delete_change_log

delete a changelog entry

add_module_name

add this at the top of the module

add_returns_true

all modules need to return true - so lets do it.

add_header

add a header to the program

add_method

add a method

add_constructor

add a constructor to a program

add_packages

add a list of packages

add_isa

add isa to this module

AUTHOR

Nigel Hamilton <nigel@trexy.com>

SEE ALSO