File: 00use.t

package info (click to toggle)
libcircle-be-perl 0.173320-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 392 kB
  • sloc: perl: 6,042; makefile: 4; sh: 1
file content (31 lines) | stat: -rw-r--r-- 853 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
use strict;
use warnings;

use Test::More tests => 24;

use_ok( "Circle" );
use_ok( "Circle::Command" );
use_ok( "Circle::CommandInvocation" );
use_ok( "Circle::Commandable" );
use_ok( "Circle::Configurable" );
use_ok( "Circle::GlobalRules" );
use_ok( "Circle::RootObj" );
use_ok( "Circle::Rule::Chain" );
use_ok( "Circle::Rule::Resultset" );
use_ok( "Circle::Rule::Store" );
use_ok( "Circle::Ruleable" );
use_ok( "Circle::Session::Tabbed" );
use_ok( "Circle::TaggedString" );
use_ok( "Circle::Widget" );
use_ok( "Circle::Widget::Box" );
use_ok( "Circle::Widget::Entry" );
use_ok( "Circle::Widget::Label" );
use_ok( "Circle::Widget::Scroller" );
use_ok( "Circle::WindowItem" );

use_ok( "Circle::Net::IRC" );
use_ok( "Circle::Net::IRC::Target" );
use_ok( "Circle::Net::IRC::Channel" );
use_ok( "Circle::Net::IRC::User" );

use_ok( "Circle::Net::Raw" );