Changeset 16440

Show
Ignore:
Timestamp:
07/25/08 22:53:12 (5 years ago)
Author:
hanekomu
Message:

continued to update distribution to standard style

Location:
lang/perl/Class-Accessor-Bundle/trunk
Files:
5 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Class-Accessor-Bundle/trunk/Changes

    r16305 r16440  
    11Revision history for Perl extension Class-Accessor-Bundle 
     2 
     30.03  Thu Jul 25 15:27:43 CEST 2008 (Marcel Gruenauer <marcel@cpan.org>) 
     4     - Changed dist style and Changes back to standard. People didn't like it - 
     5       the nail that sticks out gets hammered down. 
     6     - Added standard test files; this will also help with CPANTS. 
    27 
    380.02  Thu, 29 May 2008 12:01:07 -0000 (Marcel Gruenauer <marcel@cpan.org>) 
  • lang/perl/Class-Accessor-Bundle/trunk/MANIFEST

    r16305 r16440  
    99inc/Module/Install/Makefile.pm 
    1010inc/Module/Install/Metadata.pm 
    11 inc/Module/Install/StandardTests.pm 
    12 inc/Module/Install/Template.pm 
    1311inc/Module/Install/Win32.pm 
    1412inc/Module/Install/WriteAll.pm 
     
    1614inc/Test/Differences.pm 
    1715inc/Test/More.pm 
    18 inc/UNIVERSAL/require.pm 
    1916lib/Class/Accessor/Bundle.pm 
    2017LICENSE 
  • lang/perl/Class-Accessor-Bundle/trunk/MANIFEST.SKIP

    r9741 r16440  
    1010^Build$ 
    1111^blib/ 
     12^pm_to_blib/ 
    1213^_build/ 
    1314^MakeMaker-\d 
     
    2728\.old$ 
    2829\.swp$ 
     30\.tar$ 
     31\.tar\.gz$ 
    2932^#.*#$ 
    3033^\.# 
     
    3538core 
    3639^var/ 
    37 local/ 
  • lang/perl/Class-Accessor-Bundle/trunk/Makefile.PL

    r9741 r16440  
    88requires 'Class::Accessor::Complex'; 
    99 
    10 build_requires 'Test::Differences'; 
    11 build_requires 'Test::More' => '0.70'; 
     10recommends 'Test::Pod'; 
     11recommends 'Test::Pod::Coverage'; 
    1212 
    13 process_templates( 
    14     first_year => 2007, 
    15     rest_from  => "$ENV{HOME}/.mitlib/standard_pod", 
    16     start_tag  => '{%', 
    17     end_tag    => '%}', 
    18 ); 
     13test_requires 'Test::Differences'; 
     14test_requires 'Test::More' => '0.70'; 
     15test_requires 'Test::Compile'; 
    1916 
    20 use_standard_tests(without => 'pod_coverage'); 
    2117auto_install; 
    2218auto_include; 
  • lang/perl/Class-Accessor-Bundle/trunk/lib/Class/Accessor/Bundle.pm

    r9741 r16440  
    1313__END__ 
    1414 
    15 {% USE p = PodGenerated %} 
     15 
    1616 
    1717=head1 NAME 
     
    2929=head1 CONTENTS 
    3030 
    31 {% 
    32     USE c = CPAN.Packages 
    33         '/Users/marcel/mirrors/minicpan/modules/02packages.details.txt.gz'; 
    34     c.bundle_by_dist_prefix('prefix' => 'Class-Accessor-'); 
    35 %} 
     31Class::Accessor::Assert 
    3632 
    37 {% PROCESS standard_pod %} 
     33Class::Accessor::Chained 
     34 
     35Class::Accessor::Children 
     36 
     37Class::Accessor::Class 
     38 
     39Class::Accessor::Classy 
     40 
     41Class::Accessor::Complex 
     42 
     43Class::Accessor::Constructor 
     44 
     45Class::Accessor::FactoryTyped 
     46 
     47Class::Accessor::Fast::Contained 
     48 
     49Class::Accessor::Fast::GXS 
     50 
     51Class::Accessor::Fluent 
     52 
     53Class::Accessor::Grouped 
     54 
     55Class::Accessor::Installer 
     56 
     57Class::Accessor::Lvalue 
     58 
     59Class::Accessor::Named 
     60 
     61Class::Accessor::Ref 
     62 
     63=head1 BUGS AND LIMITATIONS 
     64 
     65No bugs have been reported. 
     66 
     67Please report any bugs or feature requests through the web interface at 
     68L<http://rt.cpan.org>. 
     69 
     70=head1 INSTALLATION 
     71 
     72See perlmodinstall for information and options on installing Perl modules. 
     73 
     74=head1 AVAILABILITY 
     75 
     76The latest version of this module is available from the Comprehensive Perl 
     77Archive Network (CPAN). Visit <http://www.perl.com/CPAN/> to find a CPAN 
     78site near you. Or see <http://www.perl.com/CPAN/authors/id/M/MA/MARCEL/>. 
     79 
     80=head1 AUTHORS 
     81 
     82Marcel GrE<uuml>nauer, C<< <marcel@cpan.org> >> 
     83 
     84=head1 COPYRIGHT AND LICENSE 
     85 
     86Copyright 2007-2008 by the authors. 
     87 
     88This library is free software; you can redistribute it and/or modify 
     89it under the same terms as Perl itself. 
     90 
    3891 
    3992=cut