Changeset 16507

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

continued to update distribution to standard style

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

Legend:

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

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

    r16372 r16507  
    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/Twitter.pm 
    1916LICENSE 
  • lang/perl/ShipIt-Step-Twitter/trunk/MANIFEST.SKIP

    r9804 r16507  
    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-Twitter/trunk/Makefile.PL

    r9804 r16507  
    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-Twitter/trunk/lib/ShipIt/Step/Twitter.pm

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