Changeset 16435

Show
Ignore:
Timestamp:
07/25/08 22:52:05 (5 years ago)
Author:
hanekomu
Message:

continued to update distribution to standard style

Location:
lang/perl/Bundle-MARCEL-Likes/trunk
Files:
5 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Bundle-MARCEL-Likes/trunk/Changes

    r16300 r16435  
    11Revision history for Perl extension Bundle-MARCEL-Likes 
     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:00:38 -0000 (Marcel Gruenauer <marcel@cpan.org>) 
  • lang/perl/Bundle-MARCEL-Likes/trunk/MANIFEST

    r16300 r16435  
    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/Bundle/MARCEL/Likes.pm 
    1916LICENSE 
  • lang/perl/Bundle-MARCEL-Likes/trunk/MANIFEST.SKIP

    r9737 r16435  
    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/Bundle-MARCEL-Likes/trunk/Makefile.PL

    r9737 r16435  
    66perl_version '5.006'; 
    77 
    8 process_templates( 
    9     first_year => 2007, 
    10     rest_from  => "$ENV{HOME}/.mitlib/standard_pod", 
    11     start_tag  => '{%', 
    12     end_tag    => '%}', 
    13 ); 
     8recommends 'Test::Pod'; 
     9recommends 'Test::Pod::Coverage'; 
    1410 
    15 use_standard_tests(without => 'pod_coverage'); 
     11test_requires 'Test::More' => '0.70'; 
     12test_requires 'Test::Compile'; 
     13 
    1614auto_install; 
    1715auto_include; 
  • lang/perl/Bundle-MARCEL-Likes/trunk/lib/Bundle/MARCEL/Likes.pm

    r9737 r16435  
    1313__END__ 
    1414 
    15 {% USE p = PodGenerated %} 
     15 
    1616 
    1717=head1 NAME 
     
    6565YAML 
    6666 
    67 {% PROCESS standard_pod %} 
     67=head1 BUGS AND LIMITATIONS 
     68 
     69No bugs have been reported. 
     70 
     71Please report any bugs or feature requests through the web interface at 
     72L<http://rt.cpan.org>. 
     73 
     74=head1 INSTALLATION 
     75 
     76See perlmodinstall for information and options on installing Perl modules. 
     77 
     78=head1 AVAILABILITY 
     79 
     80The latest version of this module is available from the Comprehensive Perl 
     81Archive Network (CPAN). Visit <http://www.perl.com/CPAN/> to find a CPAN 
     82site near you. Or see <http://www.perl.com/CPAN/authors/id/M/MA/MARCEL/>. 
     83 
     84=head1 AUTHORS 
     85 
     86Marcel GrE<uuml>nauer, C<< <marcel@cpan.org> >> 
     87 
     88=head1 COPYRIGHT AND LICENSE 
     89 
     90Copyright 2007-2008 by the authors. 
     91 
     92This library is free software; you can redistribute it and/or modify 
     93it under the same terms as Perl itself. 
     94 
    6895 
    6996=cut