~ubuntu-branches/ubuntu/maverick/libwww-perl/maverick

« back to all changes in this revision

Viewing changes to lib/LWP.pm

  • Committer: Bazaar Package Importer
  • Author(s): Nathan Handler
  • Date: 2009-07-09 17:44:48 UTC
  • mfrom: (1.3.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090709174448-bstu374e2ijr8mpd
Tags: 5.829-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
package LWP;
2
2
 
3
 
$VERSION = "5.828";
 
3
$VERSION = "5.829";
4
4
sub Version { $VERSION; }
5
5
 
6
6
require 5.005;
295
295
 
296
296
  # Create a user agent object
297
297
  use LWP::UserAgent;
298
 
  $ua = LWP::UserAgent->new;
 
298
  my $ua = LWP::UserAgent->new;
299
299
  $ua->agent("MyApp/0.1 ");
300
300
 
301
301
  # Create a request