/[XML-Feed]/inc/LWP.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /inc/LWP.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations)
Sun Mar 16 19:47:49 2008 UTC (16 years ago) by dpavlin
File size: 229 byte(s)
import XML::Feed 0.12 from CPAN

1 #line 1
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

  ViewVC Help
Powered by ViewVC 1.1.26