c87431dcb33147369a3a62f2bfa62a1810843298
[catagits/XML-Feed.git] / inc / LWP.pm
1 #line 1 "inc/LWP.pm - /Library/Perl/5.8.6/LWP.pm"
2 #
3 # $Id: LWP.pm,v 1.149 2005/12/08 12:06:22 gisle Exp $
4
5 package LWP;
6
7 $VERSION = "5.805";
8 sub Version { $VERSION; }
9
10 require 5.005;
11 require LWP::UserAgent;  # this should load everything you need
12
13 1;
14
15 __END__
16
17 #line 658