Changeset 16488
- Timestamp:
- 07/25/08 23:09:24 (5 years ago)
- Location:
- lang/perl/LWP-UserAgent-ProgressBar/trunk
- Files:
-
- 5 modified
-
Changes (modified) (1 diff)
-
MANIFEST (modified) (2 diffs)
-
MANIFEST.SKIP (modified) (3 diffs)
-
Makefile.PL (modified) (1 diff)
-
lib/LWP/UserAgent/ProgressBar.pm (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/LWP-UserAgent-ProgressBar/trunk/Changes
r16353 r16488 1 1 Revision history for Perl extension LWP-UserAgent-ProgressBar 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:05:49 -0000 (Marcel Gruenauer <marcel@cpan.org>) -
lang/perl/LWP-UserAgent-ProgressBar/trunk/MANIFEST
r16353 r16488 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/LWP/UserAgent/ProgressBar.pm 20 17 LICENSE -
lang/perl/LWP-UserAgent-ProgressBar/trunk/MANIFEST.SKIP
r9783 r16488 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/LWP-UserAgent-ProgressBar/trunk/Makefile.PL
r9783 r16488 9 9 requires 'Term::ProgressBar'; 10 10 11 build_requires 'Test::Differences';12 build_requires 'Test::More' => '0.70';11 recommends 'Test::Pod'; 12 recommends 'Test::Pod::Coverage'; 13 13 14 process_templates( 15 first_year => 2007, 16 rest_from => "$ENV{HOME}/.mitlib/standard_pod", 17 start_tag => '{%', 18 end_tag => '%}', 19 ); 14 test_requires 'Test::Differences'; 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/LWP-UserAgent-ProgressBar/trunk/lib/LWP/UserAgent/ProgressBar.pm
r9783 r16488 74 74 __END__ 75 75 76 {% USE p = PodGenerated %} 76 77 77 78 78 =head1 NAME 79 79 80 {% p.package %}- An LWP user agent that can display a progress bar80 LWP::UserAgent::ProgressBar - An LWP user agent that can display a progress bar 81 81 82 82 =head1 SYNOPSIS … … 95 95 =over 4 96 96 97 {% p.write_methods %} 97 98 98 99 99 =item get_with_progress … … 105 105 =back 106 106 107 {% p.write_inheritance %} 107 LWP::UserAgent::ProgressBar inherits from L<LWP::UserAgent>. 108 108 109 {% PROCESS standard_pod %} 109 The superclass L<LWP::UserAgent> defines these methods and functions: 110 111 new(), _agent(), _need_proxy(), _new_response(), 112 _process_colonic_headers(), _request_sanity_check(), agent(), clone(), 113 conn_cache(), cookie_jar(), credentials(), default_header(), 114 default_headers(), env_proxy(), from(), get(), get_basic_credentials(), 115 head(), is_protocol_supported(), max_redirect(), max_size(), mirror(), 116 no_proxy(), parse_head(), post(), prepare_request(), progress(), 117 protocols_allowed(), protocols_forbidden(), proxy(), redirect_ok(), 118 request(), requests_redirectable(), send_request(), simple_request(), 119 timeout(), use_alarm(), use_eval() 120 121 The superclass L<LWP::MemberMixin> defines these methods and functions: 122 123 _elem() 124 125 =head1 BUGS AND LIMITATIONS 126 127 No bugs have been reported. 128 129 Please report any bugs or feature requests through the web interface at 130 L<http://rt.cpan.org>. 131 132 =head1 INSTALLATION 133 134 See perlmodinstall for information and options on installing Perl modules. 135 136 =head1 AVAILABILITY 137 138 The latest version of this module is available from the Comprehensive Perl 139 Archive Network (CPAN). Visit <http://www.perl.com/CPAN/> to find a CPAN 140 site near you. Or see <http://www.perl.com/CPAN/authors/id/M/MA/MARCEL/>. 141 142 =head1 AUTHORS 143 144 Marcel GrE<uuml>nauer, C<< <marcel@cpan.org> >> 145 146 =head1 COPYRIGHT AND LICENSE 147 148 Copyright 2007-2008 by the authors. 149 150 This library is free software; you can redistribute it and/or modify 151 it under the same terms as Perl itself. 152 110 153 111 154 =cut
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)