Changeset 16459

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

continued to update distribution to standard style

Location:
lang/perl/Data-Domain-Bundle/trunk
Files:
5 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Data-Domain-Bundle/trunk/Changes

    r16324 r16459  
    11Revision history for Perl extension Data-Domain-Bundle 
     2 
     30.02  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.01  Thu, 29 May 2008 12:02:54 -0000 (Marcel Gruenauer <marcel@cpan.org>) 
  • lang/perl/Data-Domain-Bundle/trunk/MANIFEST

    r16324 r16459  
    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/Data/Domain/Bundle.pm 
    1916LICENSE 
  • lang/perl/Data-Domain-Bundle/trunk/MANIFEST.SKIP

    r9756 r16459  
    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/Data-Domain-Bundle/trunk/Makefile.PL

    r9756 r16459  
    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 => 2007, 
    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(without => 'pod_coverage'); 
    1814auto_install; 
    1915auto_include; 
  • lang/perl/Data-Domain-Bundle/trunk/lib/Data/Domain/Bundle.pm

    r9756 r16459  
    1313__END__ 
    1414 
    15 {% USE p = PodGenerated %} 
     15 
    1616 
    1717=head1 NAME 
     
    2929=head1 CONTENTS 
    3030 
    31 {% 
    32     USE c = CPAN.Packages 
    33         '/Users/marcel/mirrors/minicpan/modules/02packages.details.txt.gz'; 
    34     c.bundle_by_dist_prefix('prefix' => 'Data-Domain-'); 
    35 %} 
     31Data::Domain::Net 
    3632 
    37 {% PROCESS standard_pod %} 
     33Data::Domain::SemanticAdapter 
     34 
     35Data::Domain::URI 
     36 
     37=head1 BUGS AND LIMITATIONS 
     38 
     39No bugs have been reported. 
     40 
     41Please report any bugs or feature requests through the web interface at 
     42L<http://rt.cpan.org>. 
     43 
     44=head1 INSTALLATION 
     45 
     46See perlmodinstall for information and options on installing Perl modules. 
     47 
     48=head1 AVAILABILITY 
     49 
     50The latest version of this module is available from the Comprehensive Perl 
     51Archive Network (CPAN). Visit <http://www.perl.com/CPAN/> to find a CPAN 
     52site near you. Or see <http://www.perl.com/CPAN/authors/id/M/MA/MARCEL/>. 
     53 
     54=head1 AUTHORS 
     55 
     56Marcel GrE<uuml>nauer, C<< <marcel@cpan.org> >> 
     57 
     58=head1 COPYRIGHT AND LICENSE 
     59 
     60Copyright 2007-2008 by the authors. 
     61 
     62This library is free software; you can redistribute it and/or modify 
     63it under the same terms as Perl itself. 
     64 
    3865 
    3966=cut