projects
/
gitmo/MooseX-AutoDoc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1c61aa9
)
spell SYNOPSIS right
Justin Hunter [Fri, 28 Aug 2009 21:38:25 +0000 (14:38 -0700)]
lib/MooseX/AutoDoc/View/TT.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/MooseX/AutoDoc/View/TT.pm
b/lib/MooseX/AutoDoc/View/TT.pm
index
1c4efb4
..
77ee2d3
100644
(file)
--- a/
lib/MooseX/AutoDoc/View/TT.pm
+++ b/
lib/MooseX/AutoDoc/View/TT.pm
@@
-77,7
+77,7
@@
sub _build_class_template_blocks{
^;
$blocks->{synopsys_block} = q^
-=head1 SYNOPSYS
+=head1 SYNOPSIS
use [% class.name %];
#TODO
@@
-230,7
+230,7
@@
sub _build_role_template_blocks{
^;
$blocks->{synopsys_block} = q^
-=head1 SYNOPSYS
+=head1 SYNOPSIS
use Moose;
with '[% role.name %]';