projects
/
p5sagit/App-FatPacker.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
this should always have been STDERR (thanks polettix)
[p5sagit/App-FatPacker.git]
/
t
/
mod
/
ModuleA.pm
Commit
Line
Data
ecc8c5dc
1
package ModuleA;
2
use ModuleB;
3
4
$foo = "bar";
5
6
1;