File: bot-basicbot-pluggable-cli

package info (click to toggle)
libbot-basicbot-pluggable-perl 1.30%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 516 kB
  • sloc: perl: 3,153; makefile: 17
file content (10 lines) | stat: -rwxr-xr-x 182 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/perl
use warnings;
use strict;
use App::Bot::BasicBot::Pluggable::Terminal;

my $app = App::Bot::BasicBot::Pluggable::Terminal->new_with_options();

$app->run();

__END__