~ubuntu-branches/ubuntu/oneiric/libwww-perl/oneiric

« back to all changes in this revision

Viewing changes to lib/LWP.pm

  • Committer: Bazaar Package Importer
  • Author(s): Nicholas Bamber
  • Date: 2010-10-04 16:47:25 UTC
  • mfrom: (1.4.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20101004164725-3xgd4lhp16pe7tn8
Tags: 5.837-1
* New upstream release
* Added myself to Uploaders and upped standards version
* Fixed erroneous copyright date of 2017 in changelog
* Refreshed copyright
* Rewrote the short description

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
package LWP;
2
2
 
3
 
$VERSION = "5.836";
 
3
$VERSION = "5.837";
4
4
sub Version { $VERSION; }
5
5
 
6
6
require 5.005;