Show
Ignore:
Timestamp:
07/25/08 23:17:49 (5 years ago)
Author:
hanekomu
Message:

continued to update distribution to standard style

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/YAML-Active/trunk/lib/YAML/Active/Plugin.pm

    r9825 r16526  
    3535__END__ 
    3636 
    37 {% USE p = PodGenerated %} 
     37 
    3838 
    3939=head1 NAME 
    4040 
    41 {% p.package %} - Base class for plugins 
     41YAML::Active::Plugin - Base class for plugins 
    4242 
    4343=head1 SYNOPSIS 
     
    5353=over 4 
    5454 
    55 {% p.write_methods %} 
     55 
    5656 
    5757=back 
    5858 
    59 {% p.write_inheritance %} 
     59YAML::Active::Plugin inherits from L<Class::Accessor::Complex>. 
    6060 
    61 {% PROCESS standard_pod %} 
     61The superclass L<Class::Accessor::Complex> defines these methods and 
     62functions: 
     63 
     64    mk_abstract_accessors(), mk_array_accessors(), mk_boolean_accessors(), 
     65    mk_class_array_accessors(), mk_class_hash_accessors(), 
     66    mk_class_scalar_accessors(), mk_concat_accessors(), 
     67    mk_forward_accessors(), mk_hash_accessors(), mk_integer_accessors(), 
     68    mk_new(), mk_object_accessors(), mk_scalar_accessors(), 
     69    mk_set_accessors(), mk_singleton() 
     70 
     71The superclass L<Class::Accessor> defines these methods and functions: 
     72 
     73    new(), _carp(), _croak(), _mk_accessors(), accessor_name_for(), 
     74    best_practice_accessor_name_for(), best_practice_mutator_name_for(), 
     75    follow_best_practice(), get(), make_accessor(), make_ro_accessor(), 
     76    make_wo_accessor(), mk_accessors(), mk_ro_accessors(), 
     77    mk_wo_accessors(), mutator_name_for(), set() 
     78 
     79The superclass L<Class::Accessor::Installer> defines these methods and 
     80functions: 
     81 
     82    install_accessor() 
     83 
     84=head1 BUGS AND LIMITATIONS 
     85 
     86No bugs have been reported. 
     87 
     88Please report any bugs or feature requests through the web interface at 
     89L<http://rt.cpan.org>. 
     90 
     91=head1 INSTALLATION 
     92 
     93See perlmodinstall for information and options on installing Perl modules. 
     94 
     95=head1 AVAILABILITY 
     96 
     97The latest version of this module is available from the Comprehensive Perl 
     98Archive Network (CPAN). Visit <http://www.perl.com/CPAN/> to find a CPAN 
     99site near you. Or see <http://www.perl.com/CPAN/authors/id/M/MA/MARCEL/>. 
     100 
     101=head1 AUTHORS 
     102 
     103Marcel GrE<uuml>nauer, C<< <marcel@cpan.org> >> 
     104 
     105=head1 COPYRIGHT AND LICENSE 
     106 
     107Copyright 2003-2008 by the authors. 
     108 
     109This library is free software; you can redistribute it and/or modify 
     110it under the same terms as Perl itself. 
     111 
    62112 
    63113=cut