Changeset 107
- Timestamp:
- 02/22/06 18:41:31
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/plagger/lib/Plagger/Plugin/Subscription/OPML.pm
r106 r107 28 28 29 29 my $xml; 30 if ($uri->scheme =~ /^https?$/) { 30 if (ref($uri) eq 'SCALAR') { 31 $xml = $$uri; 32 } 33 elsif ($uri->scheme =~ /^https?$/) { 31 34 $context->log(debug => "Fetch remote OPML from $uri"); 32 35 my $response = Plagger::UserAgent->new->get($uri);
