Skip Menu |

This queue is for tickets about the XML-RSS-Tools CPAN distribution.

Report information
The Basics
Id: 78578
Status: rejected
Priority: 0/
Queue: XML-RSS-Tools

People
Owner: Nobody in particular
Requestors: ken.ingram [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Not sure if this is a bug
Date: Wed, 25 Jul 2012 20:20:46 -0700
To: bug-XML-RSS-Tools [...] rt.cpan.org
From: Ken Ingram <ken.ingram [...] gmail.com>
#!/usr/bin/perl -w use strict; use diagnostics; use XML::RSS::Tools; ## Instantiate objects ## my $rss_object = XML::RSS::Tools->new; $rss_object->rss_uri('http:://recordings.talkshoe.com/rss41875.xml'); $rss_object->rss_file('./rss41875.xml'); print $rss_object->get_version; $rss_object->get_xml_catalog; print $rss_object->get_version returns "0.91" But I get nothing else. I can't tell if the xml is being retrieved or if the file is being read. Any tips?
Subject: Re: [rt.cpan.org #78578] Not sure if this is a bug
Date: Sun, 29 Jul 2012 17:59:08 +0100
To: bug-XML-RSS-Tools [...] rt.cpan.org
From: "Dr A. J. Trickett" <adam.trickett [...] gmail.com>
On Thursday 26 Jul 2012, Ken Ingram via RT wrote: Show quoted text
> > #!/usr/bin/perl -w > use strict; > > use diagnostics; > use XML::RSS::Tools; > > ## Instantiate objects ## > my $rss_object = XML::RSS::Tools->new; > > $rss_object->rss_uri('http:://recordings.talkshoe.com/rss41875.xml'); > $rss_object->rss_file('./rss41875.xml'); > print $rss_object->get_version; > $rss_object->get_xml_catalog; > > print $rss_object->get_version returns "0.91" > But I get nothing else.
Sorry for the delay, that means that the system thinks it's working with RSS version 0.91 (which is the default). Show quoted text
> I can't tell if the xml is being retrieved or if the file is being read.
Send me a bit more info and I'll get back to you. -- Adam Trickett Overton, HANTS, UK While it may be faster than DLT tapes, 're-typing' is not a valid recovery strategy. -- anon