Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

hitode909/App-PRT

Repository files navigation

NAME

App::PRT - Command line Perl Refactoring Tool

SYNOPSIS

use App::PRT::CLI;
my $cli = App::PRT::CLI->new;
$cli->parse(@ARGV);
$cli->run;

DESCRIPTION

App::PRT is command line tools for Refactoring Perl.

CONTRIBUTING

App::PRT uses Minilla for development. The tests assume . is in the Perl library path. On Perl 5.26+, before running minil test, add . to the path. For example, in bash:

export PERL5LIB="$PERL5LIB":.

Each command in the prt tool is implemented by a corresponding class under App::PRT::Command. For example, rename_class is implemented by App::PRT::Command::RenameClass.

SEE ALSO

prt for command-line usage.

LICENSE

Copyright (C) 2014-2019 hitode909 and contributors.

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

About

Command line tool for Perl code refactoring

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 6

AltStyle によって変換されたページ (->オリジナル) /