Changeset 16478
- Timestamp:
- 07/25/08 23:07:18 (5 years ago)
- Location:
- lang/perl/Exporter-Simple/trunk
- Files:
-
- 5 modified
-
Changes (modified) (1 diff)
-
MANIFEST (modified) (1 diff)
-
MANIFEST.SKIP (modified) (2 diffs)
-
Makefile.PL (modified) (1 diff)
-
lib/Exporter/Simple.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Exporter-Simple/trunk/Changes
r16343 r16478 1 1 Revision history for Perl extension Exporter-Simple 2 3 1.13 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 1.12 Thu, 29 May 2008 12:04:50 -0000 (Marcel Gruenauer <marcel@cpan.org>) -
lang/perl/Exporter-Simple/trunk/MANIFEST
r16343 r16478 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/Exporter/Simple.pm 19 16 LICENSE -
lang/perl/Exporter-Simple/trunk/MANIFEST.SKIP
r9776 r16478 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/Exporter-Simple/trunk/Makefile.PL
r9776 r16478 8 8 requires 'File::Slurp'; 9 9 10 build_requires 'Test::More' => '0.70'; 10 recommends 'Test::Pod'; 11 recommends 'Test::Pod::Coverage'; 11 12 12 process_templates( 13 first_year => 2002, 14 rest_from => "$ENV{HOME}/.mitlib/standard_pod", 15 start_tag => '{%', 16 end_tag => '%}', 17 ); 13 test_requires 'Test::More' => '0.70'; 14 test_requires 'Test::Compile'; 18 15 19 use_standard_tests(without => 'pod_coverage');20 16 auto_install; 21 17 auto_include; -
lang/perl/Exporter-Simple/trunk/lib/Exporter/Simple.pm
r9776 r16478 156 156 __END__ 157 157 158 {% USE p = PodGenerated %} 158 159 159 160 160 =head1 NAME … … 217 217 =back 218 218 219 {% PROCESS standard_pod %} 219 =head1 BUGS AND LIMITATIONS 220 221 No bugs have been reported. 222 223 Please report any bugs or feature requests through the web interface at 224 L<http://rt.cpan.org>. 225 226 =head1 INSTALLATION 227 228 See perlmodinstall for information and options on installing Perl modules. 229 230 =head1 AVAILABILITY 231 232 The latest version of this module is available from the Comprehensive Perl 233 Archive Network (CPAN). Visit <http://www.perl.com/CPAN/> to find a CPAN 234 site near you. Or see <http://www.perl.com/CPAN/authors/id/M/MA/MARCEL/>. 235 236 =head1 AUTHORS 237 238 Marcel GrE<uuml>nauer, C<< <marcel@cpan.org> >> 239 240 =head1 COPYRIGHT AND LICENSE 241 242 Copyright 2002-2008 by the authors. 243 244 This library is free software; you can redistribute it and/or modify 245 it under the same terms as Perl itself. 246 220 247 221 248 =cut
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)