The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

TCP::Rebuild::App - the guts of the tcprebuild command

SYNOPSIS

  #!/usr/bin/perl
  use TCP::Rebuild::App;
  TCP::Rebuild::App->run;

run

This method is called by tcprebuild to do all the work. Relying on it doing something sensible is plain silly.

SEE ALSO

AUTHORS

David Cannings, <david at edeca.net>

Copyright 2010, released under the same terms as Perl itself.