Changeset 16440
- Timestamp:
- 07/25/08 22:53:12 (5 years ago)
- Location:
- lang/perl/Class-Accessor-Bundle/trunk
- Files:
-
- 5 modified
-
Changes (modified) (1 diff)
-
MANIFEST (modified) (2 diffs)
-
MANIFEST.SKIP (modified) (3 diffs)
-
Makefile.PL (modified) (1 diff)
-
lib/Class/Accessor/Bundle.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Class-Accessor-Bundle/trunk/Changes
r16305 r16440 1 1 Revision history for Perl extension Class-Accessor-Bundle 2 3 0.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. 2 7 3 8 0.02 Thu, 29 May 2008 12:01:07 -0000 (Marcel Gruenauer <marcel@cpan.org>) -
lang/perl/Class-Accessor-Bundle/trunk/MANIFEST
r16305 r16440 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 … … 16 14 inc/Test/Differences.pm 17 15 inc/Test/More.pm 18 inc/UNIVERSAL/require.pm19 16 lib/Class/Accessor/Bundle.pm 20 17 LICENSE -
lang/perl/Class-Accessor-Bundle/trunk/MANIFEST.SKIP
r9741 r16440 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 ^\.# … … 35 38 core 36 39 ^var/ 37 local/ -
lang/perl/Class-Accessor-Bundle/trunk/Makefile.PL
r9741 r16440 8 8 requires 'Class::Accessor::Complex'; 9 9 10 build_requires 'Test::Differences';11 build_requires 'Test::More' => '0.70';10 recommends 'Test::Pod'; 11 recommends 'Test::Pod::Coverage'; 12 12 13 process_templates( 14 first_year => 2007, 15 rest_from => "$ENV{HOME}/.mitlib/standard_pod", 16 start_tag => '{%', 17 end_tag => '%}', 18 ); 13 test_requires 'Test::Differences'; 14 test_requires 'Test::More' => '0.70'; 15 test_requires 'Test::Compile'; 19 16 20 use_standard_tests(without => 'pod_coverage');21 17 auto_install; 22 18 auto_include; -
lang/perl/Class-Accessor-Bundle/trunk/lib/Class/Accessor/Bundle.pm
r9741 r16440 13 13 __END__ 14 14 15 {% USE p = PodGenerated %} 15 16 16 17 17 =head1 NAME … … 29 29 =head1 CONTENTS 30 30 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 %} 31 Class::Accessor::Assert 36 32 37 {% PROCESS standard_pod %} 33 Class::Accessor::Chained 34 35 Class::Accessor::Children 36 37 Class::Accessor::Class 38 39 Class::Accessor::Classy 40 41 Class::Accessor::Complex 42 43 Class::Accessor::Constructor 44 45 Class::Accessor::FactoryTyped 46 47 Class::Accessor::Fast::Contained 48 49 Class::Accessor::Fast::GXS 50 51 Class::Accessor::Fluent 52 53 Class::Accessor::Grouped 54 55 Class::Accessor::Installer 56 57 Class::Accessor::Lvalue 58 59 Class::Accessor::Named 60 61 Class::Accessor::Ref 62 63 =head1 BUGS AND LIMITATIONS 64 65 No bugs have been reported. 66 67 Please report any bugs or feature requests through the web interface at 68 L<http://rt.cpan.org>. 69 70 =head1 INSTALLATION 71 72 See perlmodinstall for information and options on installing Perl modules. 73 74 =head1 AVAILABILITY 75 76 The latest version of this module is available from the Comprehensive Perl 77 Archive Network (CPAN). Visit <http://www.perl.com/CPAN/> to find a CPAN 78 site near you. Or see <http://www.perl.com/CPAN/authors/id/M/MA/MARCEL/>. 79 80 =head1 AUTHORS 81 82 Marcel GrE<uuml>nauer, C<< <marcel@cpan.org> >> 83 84 =head1 COPYRIGHT AND LICENSE 85 86 Copyright 2007-2008 by the authors. 87 88 This library is free software; you can redistribute it and/or modify 89 it under the same terms as Perl itself. 90 38 91 39 92 =cut
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)