more documentation
Cinxgler Mariaca Minda [Tue, 11 Oct 2011 15:37:40 +0000 (16:37 +0100)]
lib/CatalystX/HelpText/Finder/TemplateToolkit.pm
lib/CatalystX/HelpText/Finder/TemplateToolkit/Regexp.pm

index 7c5d4b6..bc68c3e 100644 (file)
@@ -26,3 +26,35 @@ sub find_helptext_keys_in_fn {
 __PACKAGE__->meta->make_immutable;
 1;
 
+=head1 NAME
+
+CatalystX::HelpText::Finder::TemplateToolkit
+
+=head1 SYNOPSIS
+
+    Find helptext keys parsing the templates using Template
+
+=head1 SEE ALSO
+
+=over
+
+=item L<CatalystX::HelpText>
+
+=back
+
+=head1 AUTHOR
+
+Toomas Doran, C<< t0m at state51.co.uk >>
+
+Cinxgler Mariaca Minda, C<< cinxgler at ci-info.com >>
+
+=head1 COPYRIGHT
+
+Copyright Oscar Music and Media 2011.
+
+=head1 LICENSE
+
+This sofware is free software, and is licensed under the same terms as perl itself.
+
+=cut
+
index 553a7b1..58d8e9d 100644 (file)
@@ -19,3 +19,38 @@ sub find_helptext_keys_in_fn {
 __PACKAGE__->meta->make_immutable;
 
 1;
+
+
+=head1 NAME
+
+CatalystX::HelpText::Finder::TemplateToolkit::Regexp
+
+=head1 SYNOPSIS
+
+    Find helptext keys parsing the templates using a regular expression, it helps to find
+    helptext keys which are not called by a simple TT parsing due logical conditions
+
+=head1 SEE ALSO
+
+=over
+
+=item L<CatalystX::HelpText>
+
+=back
+
+=head1 AUTHOR
+
+Toomas Doran, C<< t0m at state51.co.uk >>
+
+Cinxgler Mariaca Minda, C<< cinxgler at ci-info.com >>
+
+=head1 COPYRIGHT
+
+Copyright Oscar Music and Media 2011.
+
+=head1 LICENSE
+
+This sofware is free software, and is licensed under the same terms as perl itself.
+
+=cut
+