projects
/
p5sagit/App-FatPacker.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
use more reasonable class name and protect against outer pragmas
[p5sagit/App-FatPacker.git]
/
t
/
basic.t
1
use strict;
2
use warnings FATAL => 'all';
3
use Test::More qw(no_plan);
4
5
require App::FatPacker;
6
7
pass "Didn't blow up";