NAME
prt - Command line frontend of App::PRT
SYNOPSIS
$ prt <command> <args> <files>
DESCRIPTION
prt is the command line frontend of App::PRT.
SUBCOMMANDS
replace_tokens
Replace
foo
token withbar
.prt replace_tokens foo bar path/**/**.pm
rename_class
Rename
Foo
class toBar
class.prt rename_class Foo Bar lib/**/**.pm
delete_method
Delete
eat
method fromFood
class.prt delete_method Food eat lib/**/**.pm
LICENSE
Copyright (C) hitode909.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
AUTHOR
hitode909 <hitode909@gmail.com>