Changeset 5633


Ignore:
Timestamp:
06/26/09 18:55:46 (3 years ago)
Author:
ryan52
Message:

add pod to Locale::Msgfmt::*

Location:
trunk/Locale-Msgfmt/lib/Locale/Msgfmt
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Locale-Msgfmt/lib/Locale/Msgfmt/Utils.pm

    r5619 r5633  
    5454} 
    5555 
     56=head1 NAME 
     57 
     58Locale::Msgfmt::Utils - functions used internally by Locale::Msgfmt 
     59 
     60=head1 SYNOPSIS 
     61 
     62This module shouldn't be used by other software. 
     63 
     64=head1 SEE ALSO 
     65 
     66L<Locale::Msgfmt> 
     67 
     68=cut 
     69 
    56701; 
  • trunk/Locale-Msgfmt/lib/Locale/Msgfmt/mo.pm

    r5619 r5633  
    6868} 
    6969 
     70=head1 NAME 
     71 
     72Locale::Msgfmt::mo - class used internally by Locale::Msgfmt 
     73 
     74=head1 SYNOPSIS 
     75 
     76This module shouldn't be used by other software. 
     77 
     78=head1 SEE ALSO 
     79 
     80L<Locale::Msgfmt> 
     81 
     82=cut 
     83 
    70841; 
  • trunk/Locale-Msgfmt/lib/Locale/Msgfmt/po.pm

    r5619 r5633  
    106106} 
    107107 
     108=head1 NAME 
     109 
     110Locale::Msgfmt::po - class used internally by Locale::Msgfmt 
     111 
     112=head1 SYNOPSIS 
     113 
     114This module shouldn't be used by other software. 
     115 
     116=head1 SEE ALSO 
     117 
     118L<Locale::Msgfmt> 
     119 
     120=cut 
     121 
    1081221; 
Note: See TracChangeset for help on using the changeset viewer.