Changeset 16485

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

continued to update distribution to standard style

Location:
lang/perl/Hash-Inflator/trunk
Files:
5 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Hash-Inflator/trunk/Changes

    r16350 r16485  
    11Revision history for Perl extension Hash-Inflator 
     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:05:32 -0000 (Marcel Gruenauer <marcel@cpan.org>) 
  • lang/perl/Hash-Inflator/trunk/MANIFEST

    r16350 r16485  
    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 
     
    1614inc/Test/Differences.pm 
    1715inc/Test/More.pm 
    18 inc/UNIVERSAL/require.pm 
    1916lib/Hash/Inflator.pm 
    2017LICENSE 
  • lang/perl/Hash-Inflator/trunk/MANIFEST.SKIP

    r9780 r16485  
    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/Hash-Inflator/trunk/Makefile.PL

    r9780 r16485  
    88requires 'Class::Accessor::Complex'; 
    99 
    10 build_requires 'Test::Differences'; 
    11 build_requires 'Test::More' => '0.70'; 
     10recommends 'Test::Pod'; 
     11recommends 'Test::Pod::Coverage'; 
    1212 
    13 process_templates( 
    14     first_year => 2007, 
    15     rest_from  => "$ENV{HOME}/.mitlib/standard_pod", 
    16     start_tag  => '{%', 
    17     end_tag    => '%}', 
    18     other_authors => [ 
    19         'Rick Measham, C<< <rickm@cpan.org> >>', 
    20     ], 
    21 ); 
     13test_requires 'Test::Differences'; 
     14test_requires 'Test::More' => '0.70'; 
     15test_requires 'Test::Compile'; 
    2216 
    23 use_standard_tests(without => 'pod_coverage'); 
    2417auto_install; 
    2518auto_include; 
  • lang/perl/Hash-Inflator/trunk/lib/Hash/Inflator.pm

    r9780 r16485  
    4545__END__ 
    4646 
    47 {% USE p = PodGenerated %} 
     47 
    4848 
    4949=head1 NAME 
    5050 
    51 {% p.package %} - Access hash entries through methods 
     51Hash::Inflator - Access hash entries through methods 
    5252 
    5353=head1 SYNOPSIS 
     
    103103=back 
    104104 
    105 {% PROCESS standard_pod %} 
     105=head1 BUGS AND LIMITATIONS 
     106 
     107No bugs have been reported. 
     108 
     109Please report any bugs or feature requests through the web interface at 
     110L<http://rt.cpan.org>. 
     111 
     112=head1 INSTALLATION 
     113 
     114See perlmodinstall for information and options on installing Perl modules. 
     115 
     116=head1 AVAILABILITY 
     117 
     118The latest version of this module is available from the Comprehensive Perl 
     119Archive Network (CPAN). Visit <http://www.perl.com/CPAN/> to find a CPAN 
     120site near you. Or see <http://www.perl.com/CPAN/authors/id/M/MA/MARCEL/>. 
     121 
     122=head1 AUTHORS 
     123 
     124Rick Measham, C<< <rickm@cpan.org> >> 
     125 
     126Marcel GrE<uuml>nauer, C<< <marcel@cpan.org> >> 
     127 
     128=head1 COPYRIGHT AND LICENSE 
     129 
     130Copyright 2007-2008 by the authors. 
     131 
     132This library is free software; you can redistribute it and/or modify 
     133it under the same terms as Perl itself. 
     134 
    106135 
    107136=cut