Changeset 16502

Show
Ignore:
Timestamp:
07/25/08 23:12:06 (5 years ago)
Author:
hanekomu
Message:

continued to update distribution to standard style

Location:
lang/perl/ShipIt-Step-ApplyYAMLChangeLogVersion/trunk
Files:
5 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/ShipIt-Step-ApplyYAMLChangeLogVersion/trunk/Changes

    r16367 r16502  
    11Revision history for Perl extension ShipIt-Step-ApplyYAMLChangeLogVersion 
     2 
     30.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. 
    27 
    380.03  Thu, 29 May 2008 12:07:14 -0000 (Marcel Gruenauer <marcel@cpan.org>) 
  • lang/perl/ShipIt-Step-ApplyYAMLChangeLogVersion/trunk/MANIFEST

    r16367 r16502  
    99inc/Module/Install/Makefile.pm 
    1010inc/Module/Install/Metadata.pm 
    11 inc/Module/Install/StandardTests.pm 
    12 inc/Module/Install/Template.pm 
    1311inc/Module/Install/Win32.pm 
    1412inc/Module/Install/WriteAll.pm 
    1513inc/Test/Compile.pm 
    1614inc/Test/More.pm 
    17 inc/UNIVERSAL/require.pm 
    1815lib/ShipIt/Step/ApplyYAMLChangeLogVersion.pm 
    1916LICENSE 
  • lang/perl/ShipIt-Step-ApplyYAMLChangeLogVersion/trunk/MANIFEST.SKIP

    r9799 r16502  
    1010^Build$ 
    1111^blib/ 
     12^pm_to_blib/ 
    1213^_build/ 
    1314^MakeMaker-\d 
     
    2728\.old$ 
    2829\.swp$ 
     30\.tar$ 
     31\.tar\.gz$ 
    2932^#.*#$ 
    3033^\.# 
  • lang/perl/ShipIt-Step-ApplyYAMLChangeLogVersion/trunk/Makefile.PL

    r9799 r16502  
    99requires 'ShipIt'; 
    1010 
    11 build_requires 'Test::More' => '0.70'; 
     11recommends 'Test::Pod'; 
     12recommends 'Test::Pod::Coverage'; 
    1213 
    13 process_templates( 
    14     first_year => 2007, 
    15     rest_from  => "$ENV{HOME}/.mitlib/standard_pod", 
    16     start_tag  => '{%', 
    17     end_tag    => '%}', 
    18 ); 
     14test_requires 'Test::More' => '0.70'; 
     15test_requires 'Test::Compile'; 
    1916 
    20 use_standard_tests(without => 'pod_coverage'); 
    2117auto_install; 
    2218auto_include; 
  • lang/perl/ShipIt-Step-ApplyYAMLChangeLogVersion/trunk/lib/ShipIt/Step/ApplyYAMLChangeLogVersion.pm

    r9799 r16502  
    4747__END__ 
    4848 
    49 {% USE p = PodGenerated %} 
     49 
    5050 
    5151=head1 NAME 
    5252 
    53 {% p.package %} - apply version from YAML Changes file to modules and scripts 
     53ShipIt::Step::ApplyYAMLChangeLogVersion - apply version from YAML Changes file to modules and scripts 
    5454 
    5555=head1 SYNOPSIS 
     
    7373            MakeDist, UploadCPAN, DistClean, Twitter 
    7474 
    75 {% PROCESS standard_pod %} 
     75=head1 BUGS AND LIMITATIONS 
     76 
     77No bugs have been reported. 
     78 
     79Please report any bugs or feature requests through the web interface at 
     80L<http://rt.cpan.org>. 
     81 
     82=head1 INSTALLATION 
     83 
     84See perlmodinstall for information and options on installing Perl modules. 
     85 
     86=head1 AVAILABILITY 
     87 
     88The latest version of this module is available from the Comprehensive Perl 
     89Archive Network (CPAN). Visit <http://www.perl.com/CPAN/> to find a CPAN 
     90site near you. Or see <http://www.perl.com/CPAN/authors/id/M/MA/MARCEL/>. 
     91 
     92=head1 AUTHORS 
     93 
     94Marcel GrE<uuml>nauer, C<< <marcel@cpan.org> >> 
     95 
     96=head1 COPYRIGHT AND LICENSE 
     97 
     98Copyright 2007-2008 by the authors. 
     99 
     100This library is free software; you can redistribute it and/or modify 
     101it under the same terms as Perl itself. 
     102 
    76103 
    77104=cut