projects
/
p5sagit/App-FatPacker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e43a039
)
failure case for 5.6
Graham Knop [Tue, 21 Jul 2015 11:26:50 +0000 (07:26 -0400)]
t/mod/c.pm
patch
|
blob
|
blame
|
history
diff --git
a/t/mod/c.pm
b/t/mod/c.pm
index
09f8b20
..
d44639b
100644
(file)
--- a/
t/mod/c.pm
+++ b/
t/mod/c.pm
@@
-1,2
+1,9
@@
package t::mod::c;
+
+sub xyz {
+ shift()
+ ? 666
+ : 999
+}
+
1;