Changeset 16505 for lang/perl/ShipIt-Step-Jaiku
- Timestamp:
- 07/25/08 23:12:46 (5 years ago)
- Location:
- lang/perl/ShipIt-Step-Jaiku/trunk
- Files:
-
- 5 modified
-
Changes (modified) (1 diff)
-
MANIFEST (modified) (1 diff)
-
MANIFEST.SKIP (modified) (3 diffs)
-
Makefile.PL (modified) (1 diff)
-
lib/ShipIt/Step/Jaiku.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/ShipIt-Step-Jaiku/trunk/Changes
r16370 r16505 1 1 Revision history for Perl extension ShipIt-Step-Jaiku 2 3 0.03 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.02 Thu, 29 May 2008 12:07:29 -0000 (Marcel Gruenauer <marcel@cpan.org>) -
lang/perl/ShipIt-Step-Jaiku/trunk/MANIFEST
r16370 r16505 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 15 13 inc/Test/Compile.pm 16 14 inc/Test/More.pm 17 inc/UNIVERSAL/require.pm18 15 lib/ShipIt/Step/Jaiku.pm 19 16 LICENSE -
lang/perl/ShipIt-Step-Jaiku/trunk/MANIFEST.SKIP
r9802 r16505 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/ShipIt-Step-Jaiku/trunk/Makefile.PL
r9802 r16505 10 10 requires 'YAML'; 11 11 12 build_requires 'Test::More' => '0.70'; 12 recommends 'Test::Pod'; 13 recommends 'Test::Pod::Coverage'; 13 14 14 process_templates( 15 first_year => 2007, 16 rest_from => "$ENV{HOME}/.mitlib/standard_pod", 17 start_tag => '{%', 18 end_tag => '%}', 19 ); 15 test_requires 'Test::More' => '0.70'; 16 test_requires 'Test::Compile'; 20 17 21 use_standard_tests(without => 'pod_coverage');22 18 auto_install; 23 19 auto_include; -
lang/perl/ShipIt-Step-Jaiku/trunk/lib/ShipIt/Step/Jaiku.pm
r9802 r16505 75 75 __END__ 76 76 77 {% USE p = PodGenerated %} 77 78 78 79 79 =head1 NAME 80 80 81 {% p.package %}- ShipIt step to announce the upload on Jaiku81 ShipIt::Step::Jaiku - ShipIt step to announce the upload on Jaiku 82 82 83 83 =head1 SYNOPSIS … … 161 161 =back 162 162 163 {% PROCESS standard_pod %} 163 =head1 BUGS AND LIMITATIONS 164 165 No bugs have been reported. 166 167 Please report any bugs or feature requests through the web interface at 168 L<http://rt.cpan.org>. 169 170 =head1 INSTALLATION 171 172 See perlmodinstall for information and options on installing Perl modules. 173 174 =head1 AVAILABILITY 175 176 The latest version of this module is available from the Comprehensive Perl 177 Archive Network (CPAN). Visit <http://www.perl.com/CPAN/> to find a CPAN 178 site near you. Or see <http://www.perl.com/CPAN/authors/id/M/MA/MARCEL/>. 179 180 =head1 AUTHORS 181 182 Marcel GrE<uuml>nauer, C<< <marcel@cpan.org> >> 183 184 =head1 COPYRIGHT AND LICENSE 185 186 Copyright 2007-2008 by the authors. 187 188 This library is free software; you can redistribute it and/or modify 189 it under the same terms as Perl itself. 190 164 191 165 192 =cut
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)