repo.or.cz
/
git
/
jrn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'fc/completion-send-email-with-format-patch'
[git/jrn.git]
/
t
/
t4034
/
perl
/
pre
blob
f6610d37b8aadf45178a098e371dd104fa91726a
1
#!/usr/bin/perl
2
3
use
strict
;
4
5
package
Frotz
;
6
sub
new
{
7
my
$class
=
shift
;
8
return
bless
{},
$class
;
9
}
10
11
__END__
12
=head1 NAME
13
14
frotz - Frotz
15
16
=head1 SYNOPSIS
17
18
use frotz;
19
20
$nitfol = new Frotz();
21
22
=cut