Changeset 16437

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

continued to update distribution to standard style

Location:
lang/perl/Bundle-Perl6/trunk
Files:
5 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Bundle-Perl6/trunk/Changes

    r16302 r16437  
    11Revision history for Perl extension Bundle-Perl6 
     2 
     30.12  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.11  Thu, 29 May 2008 12:00:50 -0000 (Marcel Gruenauer <marcel@cpan.org>) 
  • lang/perl/Bundle-Perl6/trunk/MANIFEST

    r16302 r16437  
    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/Perl6.pm 
    1916LICENSE 
  • lang/perl/Bundle-Perl6/trunk/MANIFEST.SKIP

    r9739 r16437  
    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-Perl6/trunk/Makefile.PL

    r9739 r16437  
    66perl_version '5.006'; 
    77 
    8 build_requires 'Test::More' => '0.70'; 
     8recommends 'Test::Pod'; 
     9recommends 'Test::Pod::Coverage'; 
    910 
    10 process_templates( 
    11     first_year => 2004, 
    12     rest_from  => "$ENV{HOME}/.mitlib/standard_pod", 
    13     start_tag  => '{%', 
    14     end_tag    => '%}', 
    15 ); 
     11test_requires 'Test::More' => '0.70'; 
     12test_requires 'Test::Compile'; 
    1613 
    17 use_standard_tests; 
    1814auto_install; 
    1915auto_include; 
  • lang/perl/Bundle-Perl6/trunk/lib/Bundle/Perl6.pm

    r9739 r16437  
    1313__END__ 
    1414 
    15 {% USE p = PodGenerated %} 
     15 
    1616 
    1717=head1 NAME 
     
    119119respective authors have implemented to show how things might work in Perl 6. 
    120120 
    121 {% PROCESS standard_pod %} 
     121=head1 BUGS AND LIMITATIONS 
     122 
     123No bugs have been reported. 
     124 
     125Please report any bugs or feature requests through the web interface at 
     126L<http://rt.cpan.org>. 
     127 
     128=head1 INSTALLATION 
     129 
     130See perlmodinstall for information and options on installing Perl modules. 
     131 
     132=head1 AVAILABILITY 
     133 
     134The latest version of this module is available from the Comprehensive Perl 
     135Archive Network (CPAN). Visit <http://www.perl.com/CPAN/> to find a CPAN 
     136site near you. Or see <http://www.perl.com/CPAN/authors/id/M/MA/MARCEL/>. 
     137 
     138=head1 AUTHORS 
     139 
     140Marcel GrE<uuml>nauer, C<< <marcel@cpan.org> >> 
     141 
     142=head1 COPYRIGHT AND LICENSE 
     143 
     144Copyright 2004-2008 by the authors. 
     145 
     146This library is free software; you can redistribute it and/or modify 
     147it under the same terms as Perl itself. 
     148 
    122149 
    123150=cut