App-PRT

 view release on metacpan or  search on metacpan

script/prt  view on Meta::CPAN

=head1 TARGET FILES

You can specify the target files to refactor.  For example:

    prt replace_token foo bar lib/**/*.pm t/*.t # Refactor Perl modules in lib/ and test files in t/

NOTE: C<App::PRT> does not glob (expand wildcards).  In the above command,
the shell must expand the C<**/*.pm> and C<*.t>.

Without target files, C<App::PRT> detects source files in your project automatically.
C<App::PRT> looks for a C<cpanfile> to detect the project's root directory.
When executed in a git repository, all files in the repository are used.

    prt replace_token foo bar   # Refactor the project in current working directory

=head1 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.



( run in 0.423 second using v1.01-cache-2.11-cpan-64827b87656 )