projects
/
p5sagit/App-FatPacker.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
let build bail out as soon as possible
[p5sagit/App-FatPacker.git]
/
t
/
basic.t
Commit
Line
Data
48af1939
1
use strict;
2
use warnings FATAL => 'all';
3
use Test::More qw(no_plan);
4
5
require App::FatPacker;
48af1939
6
7
pass "Didn't blow up";