Changeset 16485
- Timestamp:
- 07/25/08 23:08:30 (5 years ago)
- Location:
- lang/perl/Hash-Inflator/trunk
- Files:
-
- 5 modified
-
Changes (modified) (1 diff)
-
MANIFEST (modified) (2 diffs)
-
MANIFEST.SKIP (modified) (3 diffs)
-
Makefile.PL (modified) (1 diff)
-
lib/Hash/Inflator.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Hash-Inflator/trunk/Changes
r16350 r16485 1 1 Revision history for Perl extension Hash-Inflator 2 3 0.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. 2 7 3 8 0.01 Thu, 29 May 2008 12:05:32 -0000 (Marcel Gruenauer <marcel@cpan.org>) -
lang/perl/Hash-Inflator/trunk/MANIFEST
r16350 r16485 9 9 inc/Module/Install/Makefile.pm 10 10 inc/Module/Install/Metadata.pm 11 inc/Module/Install/StandardTests.pm12 inc/Module/Install/Template.pm13 11 inc/Module/Install/Win32.pm 14 12 inc/Module/Install/WriteAll.pm … … 16 14 inc/Test/Differences.pm 17 15 inc/Test/More.pm 18 inc/UNIVERSAL/require.pm19 16 lib/Hash/Inflator.pm 20 17 LICENSE -
lang/perl/Hash-Inflator/trunk/MANIFEST.SKIP
r9780 r16485 10 10 ^Build$ 11 11 ^blib/ 12 ^pm_to_blib/ 12 13 ^_build/ 13 14 ^MakeMaker-\d … … 27 28 \.old$ 28 29 \.swp$ 30 \.tar$ 31 \.tar\.gz$ 29 32 ^#.*#$ 30 33 ^\.# … … 35 38 core 36 39 ^var/ 37 local/ -
lang/perl/Hash-Inflator/trunk/Makefile.PL
r9780 r16485 8 8 requires 'Class::Accessor::Complex'; 9 9 10 build_requires 'Test::Differences';11 build_requires 'Test::More' => '0.70';10 recommends 'Test::Pod'; 11 recommends 'Test::Pod::Coverage'; 12 12 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 ); 13 test_requires 'Test::Differences'; 14 test_requires 'Test::More' => '0.70'; 15 test_requires 'Test::Compile'; 22 16 23 use_standard_tests(without => 'pod_coverage');24 17 auto_install; 25 18 auto_include; -
lang/perl/Hash-Inflator/trunk/lib/Hash/Inflator.pm
r9780 r16485 45 45 __END__ 46 46 47 {% USE p = PodGenerated %} 47 48 48 49 49 =head1 NAME 50 50 51 {% p.package %}- Access hash entries through methods51 Hash::Inflator - Access hash entries through methods 52 52 53 53 =head1 SYNOPSIS … … 103 103 =back 104 104 105 {% PROCESS standard_pod %} 105 =head1 BUGS AND LIMITATIONS 106 107 No bugs have been reported. 108 109 Please report any bugs or feature requests through the web interface at 110 L<http://rt.cpan.org>. 111 112 =head1 INSTALLATION 113 114 See perlmodinstall for information and options on installing Perl modules. 115 116 =head1 AVAILABILITY 117 118 The latest version of this module is available from the Comprehensive Perl 119 Archive Network (CPAN). Visit <http://www.perl.com/CPAN/> to find a CPAN 120 site near you. Or see <http://www.perl.com/CPAN/authors/id/M/MA/MARCEL/>. 121 122 =head1 AUTHORS 123 124 Rick Measham, C<< <rickm@cpan.org> >> 125 126 Marcel GrE<uuml>nauer, C<< <marcel@cpan.org> >> 127 128 =head1 COPYRIGHT AND LICENSE 129 130 Copyright 2007-2008 by the authors. 131 132 This library is free software; you can redistribute it and/or modify 133 it under the same terms as Perl itself. 134 106 135 107 136 =cut
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)