projects
/
p5sagit/Devel-Declare.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
avoid relying on . being in @INC
[p5sagit/Devel-Declare.git]
/
t
/
early1.t
Commit
Line
Data
12b60feb
1
use strict;
2
use warnings;
3
use Test::More tests => 1;
302fad19
4
use lib 't';
5
use early1_x;
12b60feb
6
class {};