Changeset 16507
- Timestamp:
- 07/25/08 23:13:07 (5 years ago)
- Location:
- lang/perl/ShipIt-Step-Twitter/trunk
- Files:
-
- 5 modified
-
Changes (modified) (1 diff)
-
MANIFEST (modified) (1 diff)
-
MANIFEST.SKIP (modified) (2 diffs)
-
Makefile.PL (modified) (1 diff)
-
lib/ShipIt/Step/Twitter.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/ShipIt-Step-Twitter/trunk/Changes
r16372 r16507 1 1 Revision history for Perl extension ShipIt-Step-Twitter 2 3 0.05 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.04 Thu, 29 May 2008 12:07:40 -0000 (Marcel Gruenauer <marcel@cpan.org>) -
lang/perl/ShipIt-Step-Twitter/trunk/MANIFEST
r16372 r16507 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/Twitter.pm 19 16 LICENSE -
lang/perl/ShipIt-Step-Twitter/trunk/MANIFEST.SKIP
r9804 r16507 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 ^\.# -
lang/perl/ShipIt-Step-Twitter/trunk/Makefile.PL
r9804 r16507 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-Twitter/trunk/lib/ShipIt/Step/Twitter.pm
r9804 r16507 74 74 __END__ 75 75 76 {% USE p = PodGenerated %} 76 77 77 78 78 =head1 NAME 79 79 80 {% p.package %}- ShipIt step to announce the upload on Twitter80 ShipIt::Step::Twitter - ShipIt step to announce the upload on Twitter 81 81 82 82 =head1 SYNOPSIS … … 158 158 =back 159 159 160 {% PROCESS standard_pod %} 160 =head1 BUGS AND LIMITATIONS 161 162 No bugs have been reported. 163 164 Please report any bugs or feature requests through the web interface at 165 L<http://rt.cpan.org>. 166 167 =head1 INSTALLATION 168 169 See perlmodinstall for information and options on installing Perl modules. 170 171 =head1 AVAILABILITY 172 173 The latest version of this module is available from the Comprehensive Perl 174 Archive Network (CPAN). Visit <http://www.perl.com/CPAN/> to find a CPAN 175 site near you. Or see <http://www.perl.com/CPAN/authors/id/M/MA/MARCEL/>. 176 177 =head1 AUTHORS 178 179 Marcel GrE<uuml>nauer, C<< <marcel@cpan.org> >> 180 181 =head1 COPYRIGHT AND LICENSE 182 183 Copyright 2007-2008 by the authors. 184 185 This library is free software; you can redistribute it and/or modify 186 it under the same terms as Perl itself. 187 161 188 162 189 =cut
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)