Changeset 16441 for lang/perl/Class-Accessor-Complex
- Timestamp:
- 07/25/08 22:53:31 (5 years ago)
- Location:
- lang/perl/Class-Accessor-Complex/trunk
- Files:
-
- 5 modified
-
Changes (modified) (1 diff)
-
MANIFEST (modified) (1 diff)
-
MANIFEST.SKIP (modified) (2 diffs)
-
Makefile.PL (modified) (1 diff)
-
lib/Class/Accessor/Complex.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Class-Accessor-Complex/trunk/Changes
r16306 r16441 1 1 Revision history for Perl extension Class-Accessor-Complex 2 3 0.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. 2 7 3 8 0.13 Thu, 29 May 2008 12:01:12 -0000 (Marcel Gruenauer <marcel@cpan.org>) -
lang/perl/Class-Accessor-Complex/trunk/MANIFEST
r16306 r16441 9 9 inc/Module/Install/Makefile.pm 10 10 inc/Module/Install/Metadata.pm 11 inc/Module/Install/StandardTests.pm12 inc/Module/Install/Template.pm13 11 inc/Module/Install/Win32.pm 14 12 inc/Module/Install/WriteAll.pm 15 13 inc/Test/Compile.pm 16 14 inc/Test/More.pm 17 inc/UNIVERSAL/require.pm18 15 lib/Class/Accessor/Complex.pm 19 16 LICENSE -
lang/perl/Class-Accessor-Complex/trunk/MANIFEST.SKIP
r9742 r16441 10 10 ^Build$ 11 11 ^blib/ 12 ^pm_to_blib/ 12 13 ^_build/ 13 14 ^MakeMaker-\d … … 27 28 \.old$ 28 29 \.swp$ 30 \.tar$ 31 \.tar\.gz$ 29 32 ^#.*#$ 30 33 ^\.# -
lang/perl/Class-Accessor-Complex/trunk/Makefile.PL
r9742 r16441 12 12 requires 'Test::NoWarnings'; 13 13 14 build_requires 'Test::More' => '0.70'; 14 recommends 'Test::Pod'; 15 recommends 'Test::Pod::Coverage'; 15 16 16 process_templates( 17 first_year => 2007, 18 rest_from => "$ENV{HOME}/.mitlib/standard_pod", 19 start_tag => '{%', 20 end_tag => '%}', 21 ); 17 test_requires 'Test::More' => '0.70'; 18 test_requires 'Test::Compile'; 22 19 23 use_standard_tests;24 20 auto_install; 25 21 auto_include; -
lang/perl/Class-Accessor-Complex/trunk/lib/Class/Accessor/Complex.pm
r9742 r16441 1503 1503 __END__ 1504 1504 1505 {% USE p = PodGenerated %} 1505 1506 1506 1507 1507 =head1 NAME … … 1986 1986 C<comp2()>. 1987 1987 1988 {% PROCESS standard_pod %} 1988 =head1 BUGS AND LIMITATIONS 1989 1990 No bugs have been reported. 1991 1992 Please report any bugs or feature requests through the web interface at 1993 L<http://rt.cpan.org>. 1994 1995 =head1 INSTALLATION 1996 1997 See perlmodinstall for information and options on installing Perl modules. 1998 1999 =head1 AVAILABILITY 2000 2001 The latest version of this module is available from the Comprehensive Perl 2002 Archive Network (CPAN). Visit <http://www.perl.com/CPAN/> to find a CPAN 2003 site near you. Or see <http://www.perl.com/CPAN/authors/id/M/MA/MARCEL/>. 2004 2005 =head1 AUTHORS 2006 2007 Marcel GrE<uuml>nauer, C<< <marcel@cpan.org> >> 2008 2009 =head1 COPYRIGHT AND LICENSE 2010 2011 Copyright 2007-2008 by the authors. 2012 2013 This library is free software; you can redistribute it and/or modify 2014 it under the same terms as Perl itself. 2015 1989 2016 1990 2017 =cut
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)