Changeset 16428 for lang/perl/App-sync_cpantesters
- Timestamp:
- 07/25/08 22:50:46 (4 months ago)
- Location:
- lang/perl/App-sync_cpantesters/trunk
- Files:
-
- 5 modified
-
Changes (modified) (1 diff)
-
MANIFEST (modified) (1 diff)
-
MANIFEST.SKIP (modified) (3 diffs)
-
Makefile.PL (modified) (1 diff)
-
lib/App/sync_cpantesters.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/App-sync_cpantesters/trunk/Changes
r16294 r16428 1 1 Revision history for Perl extension App-sync_cpantesters 2 3 0.05 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.04 Thu, 29 May 2008 12:00:00 -0000 (Marcel Gruenauer <marcel@cpan.org>) -
lang/perl/App-sync_cpantesters/trunk/MANIFEST
r16294 r16428 10 10 inc/Module/Install/Makefile.pm 11 11 inc/Module/Install/Metadata.pm 12 inc/Module/Install/Scripts.pm13 inc/Module/Install/StandardTests.pm14 inc/Module/Install/Template.pm15 12 inc/Module/Install/Win32.pm 16 13 inc/Module/Install/WriteAll.pm 17 14 inc/Test/Compile.pm 18 15 inc/Test/More.pm 19 inc/UNIVERSAL/require.pm20 16 lib/App/sync_cpantesters.pm 21 17 LICENSE -
lang/perl/App-sync_cpantesters/trunk/MANIFEST.SKIP
r9728 r16428 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/App-sync_cpantesters/trunk/Makefile.PL
r9728 r16428 12 12 requires 'Web::Scraper'; 13 13 14 build_requires 'Test::More' => '0.70'; 14 recommends 'Test::Pod'; 15 recommends 'Test::Pod::Coverage'; 16 17 test_requires 'Test::More' => '0.70'; 18 test_requires 'Test::Compile'; 15 19 16 20 install_script glob('bin/*'); 17 21 18 process_templates(19 first_year => 2007,20 rest_from => "$ENV{HOME}/.mitlib/standard_pod",21 start_tag => '{%',22 end_tag => '%}',23 );24 25 use_standard_tests(without => 'pod_coverage');26 22 auto_install; 27 23 auto_include; -
lang/perl/App-sync_cpantesters/trunk/lib/App/sync_cpantesters.pm
r9728 r16428 13 13 __END__ 14 14 15 {% USE p = PodGenerated %} 15 16 16 17 17 =head1 NAME … … 28 28 CPAN shell. 29 29 30 {% PROCESS standard_pod %} 30 =head1 BUGS AND LIMITATIONS 31 32 No bugs have been reported. 33 34 Please report any bugs or feature requests through the web interface at 35 L<http://rt.cpan.org>. 36 37 =head1 INSTALLATION 38 39 See perlmodinstall for information and options on installing Perl modules. 40 41 =head1 AVAILABILITY 42 43 The latest version of this module is available from the Comprehensive Perl 44 Archive Network (CPAN). Visit <http://www.perl.com/CPAN/> to find a CPAN 45 site near you. Or see <http://www.perl.com/CPAN/authors/id/M/MA/MARCEL/>. 46 47 =head1 AUTHORS 48 49 Marcel GrE<uuml>nauer, C<< <marcel@cpan.org> >> 50 51 =head1 COPYRIGHT AND LICENSE 52 53 Copyright 2007-2008 by the authors. 54 55 This library is free software; you can redistribute it and/or modify 56 it under the same terms as Perl itself. 57 31 58 32 59 =cut
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)