Changeset 16478

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

continued to update distribution to standard style

Location:
lang/perl/Exporter-Simple/trunk
Files:
5 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Exporter-Simple/trunk/Changes

    r16343 r16478  
    11Revision history for Perl extension Exporter-Simple 
     2 
     31.13  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 
    381.12  Thu, 29 May 2008 12:04:50 -0000 (Marcel Gruenauer <marcel@cpan.org>) 
  • lang/perl/Exporter-Simple/trunk/MANIFEST

    r16343 r16478  
    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/Exporter/Simple.pm 
    1916LICENSE 
  • lang/perl/Exporter-Simple/trunk/MANIFEST.SKIP

    r9776 r16478  
    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/Exporter-Simple/trunk/Makefile.PL

    r9776 r16478  
    88requires 'File::Slurp'; 
    99 
    10 build_requires 'Test::More' => '0.70'; 
     10recommends 'Test::Pod'; 
     11recommends 'Test::Pod::Coverage'; 
    1112 
    12 process_templates( 
    13     first_year => 2002, 
    14     rest_from  => "$ENV{HOME}/.mitlib/standard_pod", 
    15     start_tag  => '{%', 
    16     end_tag    => '%}', 
    17 ); 
     13test_requires 'Test::More' => '0.70'; 
     14test_requires 'Test::Compile'; 
    1815 
    19 use_standard_tests(without => 'pod_coverage'); 
    2016auto_install; 
    2117auto_include; 
  • lang/perl/Exporter-Simple/trunk/lib/Exporter/Simple.pm

    r9776 r16478  
    156156__END__ 
    157157 
    158 {% USE p = PodGenerated %} 
     158 
    159159 
    160160=head1 NAME 
     
    217217=back 
    218218 
    219 {% PROCESS standard_pod %} 
     219=head1 BUGS AND LIMITATIONS 
     220 
     221No bugs have been reported. 
     222 
     223Please report any bugs or feature requests through the web interface at 
     224L<http://rt.cpan.org>. 
     225 
     226=head1 INSTALLATION 
     227 
     228See perlmodinstall for information and options on installing Perl modules. 
     229 
     230=head1 AVAILABILITY 
     231 
     232The latest version of this module is available from the Comprehensive Perl 
     233Archive Network (CPAN). Visit <http://www.perl.com/CPAN/> to find a CPAN 
     234site near you. Or see <http://www.perl.com/CPAN/authors/id/M/MA/MARCEL/>. 
     235 
     236=head1 AUTHORS 
     237 
     238Marcel GrE<uuml>nauer, C<< <marcel@cpan.org> >> 
     239 
     240=head1 COPYRIGHT AND LICENSE 
     241 
     242Copyright 2002-2008 by the authors. 
     243 
     244This library is free software; you can redistribute it and/or modify 
     245it under the same terms as Perl itself. 
     246 
    220247 
    221248=cut