RSS link in search results does not work

Steps to reproduce:

  • Search for any keyword in the upper right search box
  • Click on the “RSS” link in the last line

System error
error:
Can’t locate object method “new” via package “XML::RSS” at /var/www/localhost/htdocs/rt/Search/Results.rdf line 56.
context:

52:

53:

54:

create an RSS 1.0 file (RDF Site Summary (RSS) 1.0)

55:
use XML::RSS;
56:
my $rss = new XML::RSS (version => ‘1.0’);
57:
$rss->channel(
58:
title => “$RT::rtname: Syndicated Search”,
59:
link => $RT::WebURL,
60:
description => “”,

code stack:
/var/www/localhost/htdocs/rt/Search/Results.rdf:56
/var/www/localhost/htdocs/rt/autohandler:215
raw error

Steps to reproduce:

  • Search for any keyword in the upper right search box
  • Click on the “RSS” link in the last line

System error
error:
Can’t locate object method “new” via package “XML::RSS” at /var/www/localhost/htdocs/rt/Search/Results.rdf line 56.
context:

Have you installed XML::RSS?