~ubuntu-branches/ubuntu/saucy/libpoe-component-client-http-perl/saucy

« back to all changes in this revision

Viewing changes to lib/POE/Filter/HTTPChunk.pm

  • Committer: Package Import Robot
  • Author(s): Florian Schlichting, Ansgar Burchardt, gregor herrmann, Florian Schlichting
  • Date: 2012-04-13 22:05:52 UTC
  • mfrom: (1.1.12) (2.1.11 sid)
  • Revision ID: package-import@ubuntu.com-20120413220552-655x1liomw2udvv4
Tags: 0.945-1
[ Ansgar Burchardt ]
* New upstream release 0.944.
* Bump (build-)dep on libpoe-component-client-keepalive-perl to >= 0.2680
  and libpoe-perl to >= 2:1.3120.
* debian/control: Convert Vcs-* fields to Git.

[ gregor herrmann ]
* New upstream release 0.945.
* Bump versioned (build) dependency on libpoe-component-client-
  keepalive-perl again.
* Refresh fix-whatis-entry.patch (offset).
* Update copyright years.
* debian/copyright: update to Copyright-Format 1.0.
* Bump Standards-Version to 3.9.3 (no changes).

[ Florian Schlichting ]
* Provide alternative for versioned dependency nowadays satisfied by Perl.
* Forward fix-whatis-entry.patch upstream.
* Added myself to uploaders and copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
package POE::Filter::HTTPChunk;
2
 
BEGIN {
3
 
  $POE::Filter::HTTPChunk::VERSION = '0.943';
 
2
{
 
3
  $POE::Filter::HTTPChunk::VERSION = '0.945';
4
4
}
5
5
# vim: ts=2 sw=2 expandtab
6
6
 
205
205
 
206
206
=head1 VERSION
207
207
 
208
 
version 0.943
 
208
version 0.945
209
209
 
210
210
=head1 SYNOPSIS
211
211
 
304
304
 
305
305
=cut
306
306
 
307
 
# }}} POD
 
 
b'\\ No newline at end of file'
 
307
# }}} POD