Changeset 16505

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

continued to update distribution to standard style

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

Legend:

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

    r16370 r16505  
    11Revision history for Perl extension ShipIt-Step-Jaiku 
     2 
     30.03  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.02  Thu, 29 May 2008 12:07:29 -0000 (Marcel Gruenauer <marcel@cpan.org>) 
  • lang/perl/ShipIt-Step-Jaiku/trunk/MANIFEST

    r16370 r16505  
    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/Jaiku.pm 
    1916LICENSE 
  • lang/perl/ShipIt-Step-Jaiku/trunk/MANIFEST.SKIP

    r9802 r16505  
    1010^Build$ 
    1111^blib/ 
     12^pm_to_blib/ 
    1213^_build/ 
    1314^MakeMaker-\d 
     
    2728\.old$ 
    2829\.swp$ 
     30\.tar$ 
     31\.tar\.gz$ 
    2932^#.*#$ 
    3033^\.# 
     
    3538core 
    3639^var/ 
    37 local/ 
  • lang/perl/ShipIt-Step-Jaiku/trunk/Makefile.PL

    r9802 r16505  
    1010requires 'YAML'; 
    1111 
    12 build_requires 'Test::More' => '0.70'; 
     12recommends 'Test::Pod'; 
     13recommends 'Test::Pod::Coverage'; 
    1314 
    14 process_templates( 
    15     first_year => 2007, 
    16     rest_from  => "$ENV{HOME}/.mitlib/standard_pod", 
    17     start_tag  => '{%', 
    18     end_tag    => '%}', 
    19 ); 
     15test_requires 'Test::More' => '0.70'; 
     16test_requires 'Test::Compile'; 
    2017 
    21 use_standard_tests(without => 'pod_coverage'); 
    2218auto_install; 
    2319auto_include; 
  • lang/perl/ShipIt-Step-Jaiku/trunk/lib/ShipIt/Step/Jaiku.pm

    r9802 r16505  
    7575__END__ 
    7676 
    77 {% USE p = PodGenerated %} 
     77 
    7878 
    7979=head1 NAME 
    8080 
    81 {% p.package %} - ShipIt step to announce the upload on Jaiku 
     81ShipIt::Step::Jaiku - ShipIt step to announce the upload on Jaiku 
    8282 
    8383=head1 SYNOPSIS 
     
    161161=back 
    162162 
    163 {% PROCESS standard_pod %} 
     163=head1 BUGS AND LIMITATIONS 
     164 
     165No bugs have been reported. 
     166 
     167Please report any bugs or feature requests through the web interface at 
     168L<http://rt.cpan.org>. 
     169 
     170=head1 INSTALLATION 
     171 
     172See perlmodinstall for information and options on installing Perl modules. 
     173 
     174=head1 AVAILABILITY 
     175 
     176The latest version of this module is available from the Comprehensive Perl 
     177Archive Network (CPAN). Visit <http://www.perl.com/CPAN/> to find a CPAN 
     178site near you. Or see <http://www.perl.com/CPAN/authors/id/M/MA/MARCEL/>. 
     179 
     180=head1 AUTHORS 
     181 
     182Marcel GrE<uuml>nauer, C<< <marcel@cpan.org> >> 
     183 
     184=head1 COPYRIGHT AND LICENSE 
     185 
     186Copyright 2007-2008 by the authors. 
     187 
     188This library is free software; you can redistribute it and/or modify 
     189it under the same terms as Perl itself. 
     190 
    164191 
    165192=cut