source: trunk/LATMOS-Accounts/lib/LATMOS/Accounts/SynchAccess/Objects.pm @ 1023

Last change on this file since 1023 was 1023, checked in by nanardon, 12 years ago
  • 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.

  • Property svn:keywords set to Id Rev
File size: 855 bytes
Line 
1package LATMOS::Accounts::SynchAccess::Objects;
2
3use strict;
4use warnings;
5use base qw(LATMOS::Accounts::SynchAccess::base);
6
7our $VERSION = (q$Rev$ =~ /^Rev: (\d+) /)[0];
8
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
201;
21
22__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 TracBrowser for help on using the repository browser.