Changeset 16491
- Timestamp:
- 07/25/08 23:10:08 (5 years ago)
- Location:
- lang/perl/Module-Install-StandardTests/trunk
- Files:
-
- 5 modified
-
Changes (modified) (1 diff)
-
MANIFEST (modified) (2 diffs)
-
MANIFEST.SKIP (modified) (2 diffs)
-
Makefile.PL (modified) (1 diff)
-
lib/Module/Install/StandardTests.pm (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Module-Install-StandardTests/trunk/Changes
r16356 r16491 1 1 Revision history for Perl extension Module-Install-StandardTests 2 3 0.07 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.06 Thu, 29 May 2008 12:06:06 -0000 (Marcel Gruenauer <marcel@cpan.org>) -
lang/perl/Module-Install-StandardTests/trunk/MANIFEST
r16356 r16491 2 2 inc/Module/AutoInstall.pm 3 3 inc/Module/Install.pm 4 inc/Module/Install/AutoInstall.pm5 4 inc/Module/Install/Base.pm 6 5 inc/Module/Install/Can.pm … … 9 8 inc/Module/Install/Makefile.pm 10 9 inc/Module/Install/Metadata.pm 11 inc/Module/Install/Template.pm12 10 inc/Module/Install/Win32.pm 13 11 inc/Module/Install/WriteAll.pm 14 inc/Test/Compile.pm15 12 inc/Test/More.pm 16 inc/Test/Pod.pm17 inc/Test/Pod/Coverage.pm18 13 lib/Module/Install/StandardTests.pm 19 14 LICENSE -
lang/perl/Module-Install-StandardTests/trunk/MANIFEST.SKIP
r9786 r16491 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/Module-Install-StandardTests/trunk/Makefile.PL
r9786 r16491 8 8 requires 'Module::Install'; 9 9 10 build_requires 'Test::More' => '0.70'; 11 12 # The build doesn't really require the following, but by using this 10 # The dist doesn't really require the following, but by using this 13 11 # distribution, one might say that you're interested in those distributions as 14 12 # well, so: 15 13 16 build_requires 'Test::Compile';17 build_requires 'Test::Pod';18 build_requires 'Test::Pod::Coverage';14 requires 'Test::Compile'; 15 requires 'Test::Pod'; 16 requires 'Test::Pod::Coverage'; 19 17 20 process_templates( 21 first_year => 2007, 22 rest_from => "$ENV{HOME}/.mitlib/standard_pod", 23 start_tag => '{%', 24 end_tag => '%}', 25 ); 18 test_requires 'Test::More' => '0.70'; 26 19 27 auto_install;28 20 auto_include; 29 21 WriteAll; -
lang/perl/Module-Install-StandardTests/trunk/lib/Module/Install/StandardTests.pm
r9786 r16491 21 21 } 22 22 23 $self-> build_requires('Test::More');24 $self-> build_requires('UNIVERSAL::require');23 $self->test_requires('Test::More'); 24 $self->test_requires('UNIVERSAL::require'); 25 25 26 26 # Unlike other tests, this is mandatory. 27 $self-> build_requires('Test::Compile');27 $self->test_requires('Test::Compile'); 28 28 29 29 $self->write_standard_test_compile; # no if; this is mandatory … … 136 136 __END__ 137 137 138 {% USE p = PodGenerated %} 138 139 139 140 140 =head1 NAME … … 235 235 =back 236 236 237 {% PROCESS standard_pod %} 237 =head1 BUGS AND LIMITATIONS 238 239 No bugs have been reported. 240 241 Please report any bugs or feature requests through the web interface at 242 L<http://rt.cpan.org>. 243 244 =head1 INSTALLATION 245 246 See perlmodinstall for information and options on installing Perl modules. 247 248 =head1 AVAILABILITY 249 250 The latest version of this module is available from the Comprehensive Perl 251 Archive Network (CPAN). Visit <http://www.perl.com/CPAN/> to find a CPAN 252 site near you. Or see <http://www.perl.com/CPAN/authors/id/M/MA/MARCEL/>. 253 254 =head1 AUTHORS 255 256 Marcel GrE<uuml>nauer, C<< <marcel@cpan.org> >> 257 258 =head1 COPYRIGHT AND LICENSE 259 260 Copyright 2007-2008 by the authors. 261 262 This library is free software; you can redistribute it and/or modify 263 it under the same terms as Perl itself. 264 238 265 239 266 =cut
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)