Changeset 33798
- Timestamp:
- 06/05/09 18:58:14 (4 years ago)
- Location:
- lang/perl/Pod-L10N/trunk
- Files:
-
- 2 modified
-
Changes (modified) (1 diff)
-
lib/Pod/L10N/Html.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Pod-L10N/trunk/Changes
r33791 r33798 1 1 Revision history for Perl extension Pod::L10N. 2 3 0.04 Thu Jun 5 18:53:26 JST 2009 4 5 - add pod 2 6 3 7 0.03_02 Thu Jun 5 00:57:10 JST 2009 -
lang/perl/Pod-L10N/trunk/lib/Pod/L10N/Html.pm
r33791 r33798 4 4 5 5 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK); 6 $VERSION = '0.0 3_02';6 $VERSION = '0.04'; 7 7 @ISA = qw(Exporter); 8 8 @EXPORT = qw(pod2html htmlify); … … 2108 2108 Pod::L10N::Html do some more works to print translated text pretty well. 2109 2109 2110 Also, Pod::L10N::Html has limited support for C<=encoding> command. 2110 =head1 ADDITIONAL FEATURES 2111 2112 Additional features from Pod::Html 1.09_04 are: 2113 2114 =over 2115 2116 =item * 2117 2118 Support L<Pod::L10N::Format> extended format. 2119 2120 =item * 2121 2122 Support C<=encoding> command with some limitations. 2123 2124 =item * 2125 2126 Suppress link anchor to non-exist module. 2127 2128 =item * 2129 2130 Suppress warning about trailing X tag. 2131 2132 =back 2111 2133 2112 2134 =head1 FUNCTIONS
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)