projects
/
p5sagit/lib-with-preamble.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
test with non-experimental feature
[p5sagit/lib-with-preamble.git]
/
t
/
lib
/
my_given_example.pm
Commit
Line
Data
dcd0209b
1
package my_given_example;
2
3
sub example_sub {
6a854755
4
state $foo = $_[0];
dcd0209b
5
}
6
7
sub my_file { __FILE__ }
8
sub my_line { __LINE__ }
9
10
1;