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

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Florian Schlichting, gregor herrmann, Salvatore Bonaccorso, Florian Schlichting
  • Date: 2013-05-26 15:29:41 UTC
  • mfrom: (1.2.12)
  • Revision ID: package-import@ubuntu.com-20130526152941-k4zm1p0t0u9xwh4u
Tags: 0.948-1
[ gregor herrmann ]
* debian/control: update {versioned,alternative} (build) dependencies.

[ Salvatore Bonaccorso ]
* Change Vcs-Git to canonical URI (git://anonscm.debian.org)
* Change search.cpan.org based URIs to metacpan.org based URIs

[ Florian Schlichting ]
* Imported Upstream version 0.948
* Email change: Florian Schlichting -> fsfs@debian.org
* Bumped Standards-Version to 3.9.4 (no change)
* Updated copyright years

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
package POE::Filter::HTTPChunk;
2
2
{
3
 
  $POE::Filter::HTTPChunk::VERSION = '0.947';
 
3
  $POE::Filter::HTTPChunk::VERSION = '0.948';
4
4
}
5
5
# vim: ts=2 sw=2 expandtab
6
6
 
205
205
 
206
206
=head1 VERSION
207
207
 
208
 
version 0.947
 
208
version 0.948
209
209
 
210
210
=head1 SYNOPSIS
211
211