Ignore:
Timestamp:
05/29/12 10:25:51 (12 years ago)
Author:
nanardon
Message:
  • complete POD

This patch a basic documentation to all functions.
It also add two test to ensure all POD syntax are correct and coverage is full.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts/lib/LATMOS/Accounts/SynchAccess/Objects.pm

    r56 r1023  
    77our $VERSION = (q$Rev$ =~ /^Rev: (\d+) /)[0]; 
    88 
     9=head1 NAME 
     10 
     11LATMOS::Accounts::SynchAccess::Object - Fake object for sync access 
     12 
     13=head1 DESCRIPTION 
     14 
     15This module fake an object to send same actions tu multiple base. This is 
     16used for actions basic synchronisation process cannot handle. 
     17 
     18=cut 
     19 
    9201; 
    1021 
    1122__END__ 
     23 
     24=head1 SEE ALSO 
     25 
     26L<LATMOS::Accounts>, L<LATMOS::Accounts::Bases> 
     27 
     28=head1 AUTHOR 
     29 
     30Olivier Thauvin, E<lt>olivier.thauvin@latmos.ipsl.frE<gt> 
     31 
     32=head1 COPYRIGHT AND LICENSE 
     33 
     34Copyright (C) 2012 CNRS SA/CETP/LATMOS 
     35 
     36This library is free software; you can redistribute it and/or modify 
     37it under the same terms as Perl itself, either Perl version 5.10.0 or, 
     38at your option, any later version of Perl 5 you may have available. 
     39 
     40=cut 
Note: See TracChangeset for help on using the changeset viewer.