File Coverage

blib/lib/HPSG/Mason.pm
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 4 4 100.0


line stmt bran cond sub pod time code
1             package HPSG::Mason;
2 1     1   29275 use strict;
  1         3  
  1         72  
3              
4             =head1 NAME
5              
6             HPSG::Mason - Mason components for rendering Head-driven Phrase Structure Grammar feature structures to \LaTeX
7              
8             =head1 VERSION
9              
10             Version 0.04
11              
12             =cut
13              
14             our $VERSION = '0.04';
15              
16             =head1 SYNOPSIS
17              
18             see HPSG::Mason::Interp
19              
20             =cut
21              
22             =head1 AUTHOR
23              
24             C.J. Adams-Collier, C<< >>
25              
26             =head1 BUGS
27              
28             Please report any bugs or feature requests to C, or through
29             the web interface at L. I will be notified, and then you'll
30             automatically be notified of progress on your bug as I make changes.
31              
32              
33              
34              
35             =head1 SUPPORT
36              
37             You can find documentation for this module with the perldoc command.
38              
39             perldoc HPSG::Mason
40              
41              
42             You can also look for information at:
43              
44             =over 4
45              
46             =item * RT: CPAN's request tracker
47              
48             L
49              
50             =item * AnnoCPAN: Annotated CPAN documentation
51              
52             L
53              
54             =item * CPAN Ratings
55              
56             L
57              
58             =item * Search CPAN
59              
60             L
61              
62             =back
63              
64              
65             =head1 ACKNOWLEDGEMENTS
66              
67              
68             =head1 COPYRIGHT & LICENSE
69              
70             Copyright 2009 C.J. Adams-Collier, all rights reserved.
71              
72             This program is free software; you can redistribute it and/or modify it
73             under the same terms as Perl itself.
74              
75              
76             =cut
77              
78             1; # End of HPSG::Mason