projects
/
gitmo/Class-C3.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Exclude dotfiles from MANIFEST.SKIP.
[gitmo/Class-C3.git]
/
t
/
00_load.t
1
#!/usr/bin/perl
2
3
use strict;
4
use warnings;
5
6
use Test::More tests => 2;
7
8
BEGIN {
9
use_ok('Class::C3');
10
use_ok('Class::C3::next');
11
}