Changeset 16502
- Timestamp:
- 07/25/08 23:12:06 (5 years ago)
- Location:
- lang/perl/ShipIt-Step-ApplyYAMLChangeLogVersion/trunk
- Files:
-
- 5 modified
-
Changes (modified) (1 diff)
-
MANIFEST (modified) (1 diff)
-
MANIFEST.SKIP (modified) (2 diffs)
-
Makefile.PL (modified) (1 diff)
-
lib/ShipIt/Step/ApplyYAMLChangeLogVersion.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/ShipIt-Step-ApplyYAMLChangeLogVersion/trunk/Changes
r16367 r16502 1 1 Revision history for Perl extension ShipIt-Step-ApplyYAMLChangeLogVersion 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:07:14 -0000 (Marcel Gruenauer <marcel@cpan.org>) -
lang/perl/ShipIt-Step-ApplyYAMLChangeLogVersion/trunk/MANIFEST
r16367 r16502 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/ShipIt/Step/ApplyYAMLChangeLogVersion.pm 19 16 LICENSE -
lang/perl/ShipIt-Step-ApplyYAMLChangeLogVersion/trunk/MANIFEST.SKIP
r9799 r16502 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/ShipIt-Step-ApplyYAMLChangeLogVersion/trunk/Makefile.PL
r9799 r16502 9 9 requires 'ShipIt'; 10 10 11 build_requires 'Test::More' => '0.70'; 11 recommends 'Test::Pod'; 12 recommends 'Test::Pod::Coverage'; 12 13 13 process_templates( 14 first_year => 2007, 15 rest_from => "$ENV{HOME}/.mitlib/standard_pod", 16 start_tag => '{%', 17 end_tag => '%}', 18 ); 14 test_requires 'Test::More' => '0.70'; 15 test_requires 'Test::Compile'; 19 16 20 use_standard_tests(without => 'pod_coverage');21 17 auto_install; 22 18 auto_include; -
lang/perl/ShipIt-Step-ApplyYAMLChangeLogVersion/trunk/lib/ShipIt/Step/ApplyYAMLChangeLogVersion.pm
r9799 r16502 47 47 __END__ 48 48 49 {% USE p = PodGenerated %} 49 50 50 51 51 =head1 NAME 52 52 53 {% p.package %}- apply version from YAML Changes file to modules and scripts53 ShipIt::Step::ApplyYAMLChangeLogVersion - apply version from YAML Changes file to modules and scripts 54 54 55 55 =head1 SYNOPSIS … … 73 73 MakeDist, UploadCPAN, DistClean, Twitter 74 74 75 {% PROCESS standard_pod %} 75 =head1 BUGS AND LIMITATIONS 76 77 No bugs have been reported. 78 79 Please report any bugs or feature requests through the web interface at 80 L<http://rt.cpan.org>. 81 82 =head1 INSTALLATION 83 84 See perlmodinstall for information and options on installing Perl modules. 85 86 =head1 AVAILABILITY 87 88 The latest version of this module is available from the Comprehensive Perl 89 Archive Network (CPAN). Visit <http://www.perl.com/CPAN/> to find a CPAN 90 site near you. Or see <http://www.perl.com/CPAN/authors/id/M/MA/MARCEL/>. 91 92 =head1 AUTHORS 93 94 Marcel GrE<uuml>nauer, C<< <marcel@cpan.org> >> 95 96 =head1 COPYRIGHT AND LICENSE 97 98 Copyright 2007-2008 by the authors. 99 100 This library is free software; you can redistribute it and/or modify 101 it under the same terms as Perl itself. 102 76 103 77 104 =cut
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)