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

continued to update distribution to standard style

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

Legend:

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

    r16306 r16441  
    11Revision history for Perl extension Class-Accessor-Complex 
     2 
     30.14  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.13  Thu, 29 May 2008 12:01:12 -0000 (Marcel Gruenauer <marcel@cpan.org>) 
  • lang/perl/Class-Accessor-Complex/trunk/MANIFEST

    r16306 r16441  
    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 
    1513inc/Test/Compile.pm 
    1614inc/Test/More.pm 
    17 inc/UNIVERSAL/require.pm 
    1815lib/Class/Accessor/Complex.pm 
    1916LICENSE 
  • lang/perl/Class-Accessor-Complex/trunk/MANIFEST.SKIP

    r9742 r16441  
    1010^Build$ 
    1111^blib/ 
     12^pm_to_blib/ 
    1213^_build/ 
    1314^MakeMaker-\d 
     
    2728\.old$ 
    2829\.swp$ 
     30\.tar$ 
     31\.tar\.gz$ 
    2932^#.*#$ 
    3033^\.# 
  • lang/perl/Class-Accessor-Complex/trunk/Makefile.PL

    r9742 r16441  
    1212requires 'Test::NoWarnings'; 
    1313 
    14 build_requires 'Test::More' => '0.70'; 
     14recommends 'Test::Pod'; 
     15recommends 'Test::Pod::Coverage'; 
    1516 
    16 process_templates( 
    17     first_year => 2007, 
    18     rest_from  => "$ENV{HOME}/.mitlib/standard_pod", 
    19     start_tag  => '{%', 
    20     end_tag    => '%}', 
    21 ); 
     17test_requires 'Test::More' => '0.70'; 
     18test_requires 'Test::Compile'; 
    2219 
    23 use_standard_tests; 
    2420auto_install; 
    2521auto_include; 
  • lang/perl/Class-Accessor-Complex/trunk/lib/Class/Accessor/Complex.pm

    r9742 r16441  
    15031503__END__ 
    15041504 
    1505 {% USE p = PodGenerated %} 
     1505 
    15061506 
    15071507=head1 NAME 
     
    19861986C<comp2()>. 
    19871987 
    1988 {% PROCESS standard_pod %} 
     1988=head1 BUGS AND LIMITATIONS 
     1989 
     1990No bugs have been reported. 
     1991 
     1992Please report any bugs or feature requests through the web interface at 
     1993L<http://rt.cpan.org>. 
     1994 
     1995=head1 INSTALLATION 
     1996 
     1997See perlmodinstall for information and options on installing Perl modules. 
     1998 
     1999=head1 AVAILABILITY 
     2000 
     2001The latest version of this module is available from the Comprehensive Perl 
     2002Archive Network (CPAN). Visit <http://www.perl.com/CPAN/> to find a CPAN 
     2003site near you. Or see <http://www.perl.com/CPAN/authors/id/M/MA/MARCEL/>. 
     2004 
     2005=head1 AUTHORS 
     2006 
     2007Marcel GrE<uuml>nauer, C<< <marcel@cpan.org> >> 
     2008 
     2009=head1 COPYRIGHT AND LICENSE 
     2010 
     2011Copyright 2007-2008 by the authors. 
     2012 
     2013This library is free software; you can redistribute it and/or modify 
     2014it under the same terms as Perl itself. 
     2015 
    19892016 
    19902017=cut