Changeset 16449
- Timestamp:
- 07/25/08 22:55:55 (5 years ago)
- Location:
- lang/perl/Class-Value-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/Value/Bundle.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Class-Value-Bundle/trunk/Changes
r16314 r16449 1 1 Revision history for Perl extension Class-Value-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:58 -0000 (Marcel Gruenauer <marcel@cpan.org>) -
lang/perl/Class-Value-Bundle/trunk/MANIFEST
r16314 r16449 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/Value/Bundle.pm 20 17 LICENSE -
lang/perl/Class-Value-Bundle/trunk/MANIFEST.SKIP
r9748 r16449 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-Value-Bundle/trunk/Makefile.PL
r9748 r16449 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-Value-Bundle/trunk/lib/Class/Value/Bundle.pm
r9748 r16449 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-Value-'); 35 %} 31 Class::Value::Contact 36 32 37 {% PROCESS standard_pod %} 33 Class::Value::Net 34 35 Class::Value::SemanticAdapter 36 37 Class::Value::URI 38 39 =head1 BUGS AND LIMITATIONS 40 41 No bugs have been reported. 42 43 Please report any bugs or feature requests through the web interface at 44 L<http://rt.cpan.org>. 45 46 =head1 INSTALLATION 47 48 See perlmodinstall for information and options on installing Perl modules. 49 50 =head1 AVAILABILITY 51 52 The latest version of this module is available from the Comprehensive Perl 53 Archive Network (CPAN). Visit <http://www.perl.com/CPAN/> to find a CPAN 54 site near you. Or see <http://www.perl.com/CPAN/authors/id/M/MA/MARCEL/>. 55 56 =head1 AUTHORS 57 58 Marcel GrE<uuml>nauer, C<< <marcel@cpan.org> >> 59 60 =head1 COPYRIGHT AND LICENSE 61 62 Copyright 2007-2008 by the authors. 63 64 This library is free software; you can redistribute it and/or modify 65 it under the same terms as Perl itself. 66 38 67 39 68 =cut
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)