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/Task/Buildnet.pm

    r861 r1023  
    55use base qw(LATMOS::Accounts::Task); 
    66use LATMOS::Accounts::BuildNet; 
     7 
     8=head1 NAME 
     9 
     10LATMOS::Accounts::Task::Buildnet - Task to generate network configuration files 
     11 
     12=cut 
    713 
    814# Always try because depend also on files: 
     
    2228 
    23291; 
     30 
     31__END__ 
     32 
     33=head1 SEE ALSO 
     34 
     35L<LATMOS::Accounts::Task>, L<LATMOS::Accounts::BuildNet> 
     36 
     37=head1 AUTHOR 
     38 
     39Olivier Thauvin, E<lt>olivier.thauvin@latmos.ipsl.frE<gt> 
     40 
     41=head1 COPYRIGHT AND LICENSE 
     42 
     43Copyright (C) 2008, 2009, 2010, 2011, 2012 CNRS SA/CETP/LATMOS 
     44 
     45This library is free software; you can redistribute it and/or modify 
     46it under the same terms as Perl itself, either Perl version 5.10.0 or, 
     47at your option, any later version of Perl 5 you may have available. 
     48 
     49=cut 
Note: See TracChangeset for help on using the changeset viewer.