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 just like a real programmer.

SYNOPSIS

use Goo::PerlCoder;

DESCRIPTION

METHODS

new

constructor

save

save the updates to disk

rename_method

change the name of a method

get_code

return the code as a string

sort_package

sort the use list at the start of the program

add_package

add a package to the use list as the start of the program

delete_package

delete a package from the use list

delete_method

remove a method from the program

clone_method

copy and paste a method

add_change_log

add a change log entry

delete_change_log

delete a change log entry

add_module_name

add this at the top of the module

add_returns_true

all modules need to return true add a 1; at the bottom of the module

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 an isa to this module

AUTHOR

Nigel Hamilton <nigel@trexy.com>

SEE ALSO