From: Justin Hunter Date: Fri, 28 Aug 2009 21:38:25 +0000 (-0700) Subject: spell SYNOPSIS right X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5ab95f51c46d36eb010e02a8fe06e3020c916844;p=gitmo%2FMooseX-AutoDoc.git spell SYNOPSIS right --- diff --git a/lib/MooseX/AutoDoc/View/TT.pm b/lib/MooseX/AutoDoc/View/TT.pm index 1c4efb4..77ee2d3 100644 --- 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 %]';