~ubuntu-branches/ubuntu/precise/libhttp-body-perl/precise-updates

« back to all changes in this revision

Viewing changes to lib/HTTP/Body/UrlEncoded.pm

  • Committer: Bazaar Package Importer
  • Author(s): Krzysztof Krzyżaniak (eloy)
  • Date: 2011-01-21 18:28:11 UTC
  • mfrom: (1.1.8 upstream) (4.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20110121182811-pbpl3i1bdl5e9h86
Tags: 1.11-1
* New upstream release
* Updated debian/copyright info

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
package HTTP::Body::UrlEncoded;
2
2
BEGIN {
3
 
  $HTTP::Body::UrlEncoded::VERSION = '1.09';
 
3
  $HTTP::Body::UrlEncoded::VERSION = '1.11';
4
4
}
5
5
 
6
6
use strict;