Changeset 33798

Show
Ignore:
Timestamp:
06/05/09 18:58:14 (4 years ago)
Author:
argrath
Message:

Checking in changes prior to tagging of version 0.04. Changelog diff is:

Index: Changes
===================================================================
--- Changes (リビジョン 33792)
+++ Changes (作業コピー)
@@ -1,5 +1,9 @@

Revision history for Perl extension Pod::L10N.


+0.04 Thu Jun 5 18:53:26 JST 2009
+
+ - add pod
+

0.03_02 Thu Jun 5 00:57:10 JST 2009


  • eliminate some warnings
Location:
lang/perl/Pod-L10N/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Pod-L10N/trunk/Changes

    r33791 r33798  
    11Revision history for Perl extension Pod::L10N. 
     2 
     30.04    Thu Jun  5 18:53:26 JST 2009 
     4 
     5        - add pod 
    26 
    370.03_02 Thu Jun  5 00:57:10 JST 2009 
  • lang/perl/Pod-L10N/trunk/lib/Pod/L10N/Html.pm

    r33791 r33798  
    44 
    55use vars qw($VERSION @ISA @EXPORT @EXPORT_OK); 
    6 $VERSION = '0.03_02'; 
     6$VERSION = '0.04'; 
    77@ISA = qw(Exporter); 
    88@EXPORT = qw(pod2html htmlify); 
     
    21082108Pod::L10N::Html do some more works to print translated text pretty well. 
    21092109 
    2110 Also, Pod::L10N::Html has limited support for C<=encoding> command. 
     2110=head1 ADDITIONAL FEATURES 
     2111 
     2112Additional features from Pod::Html 1.09_04 are: 
     2113 
     2114=over 
     2115 
     2116=item * 
     2117 
     2118Support L<Pod::L10N::Format> extended format. 
     2119 
     2120=item * 
     2121 
     2122Support C<=encoding> command with some limitations. 
     2123 
     2124=item * 
     2125 
     2126Suppress link anchor to non-exist module. 
     2127 
     2128=item * 
     2129 
     2130Suppress warning about trailing X tag. 
     2131 
     2132=back 
    21112133 
    21122134=head1 FUNCTIONS