Changeset 16516 for lang/perl/Test-Compile
- Timestamp:
- 07/25/08 23:15:08 (5 years ago)
- Location:
- lang/perl/Test-Compile/trunk
- Files:
-
- 5 modified
-
Changes (modified) (1 diff)
-
MANIFEST (modified) (1 diff)
-
MANIFEST.SKIP (modified) (2 diffs)
-
Makefile.PL (modified) (1 diff)
-
lib/Test/Compile.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Test-Compile/trunk/Changes
r16381 r16516 1 1 Revision history for Perl extension Test-Compile 2 3 0.09 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.08 Thu, 29 May 2008 12:08:32 -0000 (Marcel Gruenauer <marcel@cpan.org>) -
lang/perl/Test-Compile/trunk/MANIFEST
r16381 r16516 9 9 inc/Module/Install/Makefile.pm 10 10 inc/Module/Install/Metadata.pm 11 inc/Module/Install/Template.pm12 11 inc/Module/Install/Win32.pm 13 12 inc/Module/Install/WriteAll.pm 13 inc/Test/Compile.pm 14 14 inc/Test/More.pm 15 15 inc/Test/Pod.pm -
lang/perl/Test-Compile/trunk/MANIFEST.SKIP
r9814 r16516 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/Test-Compile/trunk/Makefile.PL
r9814 r16516 9 9 requires 'Devel::CheckOS' => '1.42'; 10 10 11 build_requires 'Test::More' => '0.70'; 12 build_requires 'Test::Pod'; 13 build_requires 'Test::Pod::Coverage'; 14 15 process_templates( 16 first_year => 2007, 17 rest_from => "$ENV{HOME}/.mitlib/standard_pod", 18 start_tag => '{%', 19 end_tag => '%}', 20 other_authors => [ 21 'Sagar R. Shah C<< <srshah@cpan.org> >>', 22 ], 23 ); 11 test_requires 'Test::More' => '0.70'; 12 test_requires 'Test::Pod'; 13 test_requires 'Test::Pod::Coverage'; 14 test_requires 'Test::Compile'; 24 15 25 16 auto_install; -
lang/perl/Test-Compile/trunk/lib/Test/Compile.pm
r9814 r16516 210 210 __END__ 211 211 212 {% USE p = PodGenerated %} 212 213 213 214 214 =head1 NAME … … 367 367 =back 368 368 369 {% PROCESS standard_pod %} 369 =head1 BUGS AND LIMITATIONS 370 371 No bugs have been reported. 372 373 Please report any bugs or feature requests through the web interface at 374 L<http://rt.cpan.org>. 375 376 =head1 INSTALLATION 377 378 See perlmodinstall for information and options on installing Perl modules. 379 380 =head1 AVAILABILITY 381 382 The latest version of this module is available from the Comprehensive Perl 383 Archive Network (CPAN). Visit <http://www.perl.com/CPAN/> to find a CPAN 384 site near you. Or see <http://www.perl.com/CPAN/authors/id/M/MA/MARCEL/>. 385 386 =head1 AUTHORS 387 388 Sagar R. Shah C<< <srshah@cpan.org> >> 389 390 Marcel GrE<uuml>nauer, C<< <marcel@cpan.org> >> 391 392 =head1 COPYRIGHT AND LICENSE 393 394 Copyright 2007-2008 by the authors. 395 396 This library is free software; you can redistribute it and/or modify 397 it under the same terms as Perl itself. 398 370 399 371 400 =cut
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)