Changeset 16435
- Timestamp:
- 07/25/08 22:52:05 (5 years ago)
- Location:
- lang/perl/Bundle-MARCEL-Likes/trunk
- Files:
-
- 5 modified
-
Changes (modified) (1 diff)
-
MANIFEST (modified) (1 diff)
-
MANIFEST.SKIP (modified) (2 diffs)
-
Makefile.PL (modified) (1 diff)
-
lib/Bundle/MARCEL/Likes.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Bundle-MARCEL-Likes/trunk/Changes
r16300 r16435 1 1 Revision history for Perl extension Bundle-MARCEL-Likes 2 3 0.04 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.03 Thu, 29 May 2008 12:00:38 -0000 (Marcel Gruenauer <marcel@cpan.org>) -
lang/perl/Bundle-MARCEL-Likes/trunk/MANIFEST
r16300 r16435 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/Bundle/MARCEL/Likes.pm 19 16 LICENSE -
lang/perl/Bundle-MARCEL-Likes/trunk/MANIFEST.SKIP
r9737 r16435 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/Bundle-MARCEL-Likes/trunk/Makefile.PL
r9737 r16435 6 6 perl_version '5.006'; 7 7 8 process_templates( 9 first_year => 2007, 10 rest_from => "$ENV{HOME}/.mitlib/standard_pod", 11 start_tag => '{%', 12 end_tag => '%}', 13 ); 8 recommends 'Test::Pod'; 9 recommends 'Test::Pod::Coverage'; 14 10 15 use_standard_tests(without => 'pod_coverage'); 11 test_requires 'Test::More' => '0.70'; 12 test_requires 'Test::Compile'; 13 16 14 auto_install; 17 15 auto_include; -
lang/perl/Bundle-MARCEL-Likes/trunk/lib/Bundle/MARCEL/Likes.pm
r9737 r16435 13 13 __END__ 14 14 15 {% USE p = PodGenerated %} 15 16 16 17 17 =head1 NAME … … 65 65 YAML 66 66 67 {% PROCESS standard_pod %} 67 =head1 BUGS AND LIMITATIONS 68 69 No bugs have been reported. 70 71 Please report any bugs or feature requests through the web interface at 72 L<http://rt.cpan.org>. 73 74 =head1 INSTALLATION 75 76 See perlmodinstall for information and options on installing Perl modules. 77 78 =head1 AVAILABILITY 79 80 The latest version of this module is available from the Comprehensive Perl 81 Archive Network (CPAN). Visit <http://www.perl.com/CPAN/> to find a CPAN 82 site near you. Or see <http://www.perl.com/CPAN/authors/id/M/MA/MARCEL/>. 83 84 =head1 AUTHORS 85 86 Marcel GrE<uuml>nauer, C<< <marcel@cpan.org> >> 87 88 =head1 COPYRIGHT AND LICENSE 89 90 Copyright 2007-2008 by the authors. 91 92 This library is free software; you can redistribute it and/or modify 93 it under the same terms as Perl itself. 94 68 95 69 96 =cut
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)